PDA

View Full Version : colours of 'cart summary'


adrians
10-Dec-2002, 10:09 AM
Hiya everyone,

Just got v6 and am having problems changing the colours of my 'cart summary', where in my catalogue my right hand column displays what's currently in the shopping cart.

By default it says:

"Items Ordered: 0
Cart Value: 0 "

But I'm having problems with the colour scheme for this, and changing it. How do I get to the underlying code to this?

Hope someone can help!

Cheers

Ade
men&motors

garyhay
10-Dec-2002, 05:36 PM
Try DESIGN COLOURS Applet background

cdicken
11-Dec-2002, 08:42 AM
The code that controls the background colour for the cart contents box can be found in the Act_Primary.html template.

Open this template (in Dreamweaver/Notepad/Whatever) and search for:

getCartItem(3)

This will take you to the code for the cart contents box. You can then edit the bgcolor and background tags within the cart contetns table as necessary.

adrians
11-Dec-2002, 09:55 AM
Thanks Chris, yes, found it and updated it in the Act_Primary.html. For anyone else trying to find it, it's in 'edit template', under the 'main' tab and down the very bottom (usually) of the Primary page.

Cheers

Adrian

PS. Tried changing the applet bg colour first Gary and it didnt fix it.