Zen Cart Logo
Forums / Basic Configuration / Cart page editing

Cart page editing

Locked

Views: 1,033

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
24 Feb 2008, 6:46 PM
#1
dieuxsoldat_04 avatar

dieuxsoldat_04

Zen Follower

Join Date:
Jan 2008
Location:
Southern California Coast
Posts:
174
Plugin Contributions:
0

Cart page editing

Hello Zenners,

I am having a hard time customizing my cart page. To see the page Click Here. I want to change the color of the area containing the items and its information. Also, I noticed in the top right of the Center Content, it says [Help?]. How do I actually customize the pop-up window?

Thanks in advance for all the information!

Warm Regards,
Jason H.

24 Feb 2008, 7:15 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Cart page editing

...no link...

24 Feb 2008, 7:18 PM
#3
marg avatar

marg

Totally Zenned

Join Date:
Mar 2004
Posts:
642
Plugin Contributions:
0

Re: Cart page editing

Hi Jason,
You should get Firefox and the addon webmaster tools. This way you can look at what css controls what. It's a great tool.

/includes/templates/template_default/templates/tpl_info_shopping_cart_default.php
is where you can find the popup help
Marg

24 Feb 2008, 7:58 PM
#4
dieuxsoldat_04 avatar

dieuxsoldat_04

Zen Follower

Join Date:
Jan 2008
Location:
Southern California Coast
Posts:
174
Plugin Contributions:
0

Re: Cart page editing

Sorry, Endless Sonata. You might have to add an item first to see it.

25 Feb 2008, 2:14 AM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Cart page editing

#shoppingCartDefault #cartContentsDisplay {}
encloses the whole white/gray area, and
#shoppingCartDefault #cartContentsDisplay .tableHeading {}
is the whole header.
There are lots of other elements; you should look at it with the Firefox Web Developer's
Display Element Information tool so you can see them for yourself.