Page 1 of 1

Background Image

PostPosted: Wed Nov 24, 2004 2:35 pm
by Paul Perris
Hi,

Is there anyway to add a background image to the shopping cart but not show
in checkout.

This is the option which you select in Layout Info.

Many Thanks

Paul
____________________________________

Party Domain Limited
PO Box 646
Bradford
West Yorkshire
United Kingdom

Tele Customer Service / Enquiries 0870 889 0303
Fax Number: 0870 762 5300

Web: www.partydomain.co.uk
Email: sales@partydomain.co.uk

Re: Background Image

PostPosted: Wed Nov 24, 2004 3:26 pm
by Nikolaus Gruchot
Hi Paul,

I think this can be done with the custom template for the shopping cart.
Create your own shopping cart template, if you haven't done this already and
enable it in the Layout Info screen for the order system.

There is a portion concerning the background image in the code:

<body
[-- IF STORE.SC_BackgroundImage --]
background="[--STORE.SC_BackgroundImage--]"
[-- END_IF --]

If you remove or disable the backgroundimage tag and put your image link
directly in the part for the shopping cart page, it will display only there
and not in the other ordering pages. Somthing like:

<body
# [-- IF STORE.SC_BackgroundImage --]
# background="[--STORE.SC_BackgroundImage--]"
# [-- END_IF --]
background="http://www.mystore.com/media/myshoppingcartimage.jpg"

Regards,

Niko


"Paul Perris" <paul.perris@tiscali.co.uk> schrieb im Newsbeitrag
news:co2rfn$h8q$1@eval.shopsite.com...
Hi,

Is there anyway to add a background image to the shopping cart but not
show
in checkout.

This is the option which you select in Layout Info.

Many Thanks

Paul
____________________________________

Party Domain Limited
PO Box 646
Bradford
West Yorkshire
United Kingdom

Tele Customer Service / Enquiries 0870 889 0303
Fax Number: 0870 762 5300

Web: www.partydomain.co.uk
Email: sales@partydomain.co.uk


Re: Background Image

PostPosted: Wed Nov 24, 2004 3:33 pm
by Jim
Which version of ShopSite? If you are using one that has a custom
template for the shopping cart (7.0 or 7.1) you could put the image in
the shopping cart section of the template.

Jim

Paul Perris wrote:

Hi,

Is there anyway to add a background image to the shopping cart but not show
in checkout.

This is the option which you select in Layout Info.

Many Thanks

Paul
____________________________________

Party Domain Limited
PO Box 646
Bradford
West Yorkshire
United Kingdom

Tele Customer Service / Enquiries 0870 889 0303
Fax Number: 0870 762 5300

Web: www.partydomain.co.uk
Email: sales@partydomain.co.uk