![]() |
CSS Styling for SmallShoppingCart.asp |
Post Reply ![]() |
Author | |
stevefilmer ![]() Newbie ![]() ![]() Joined: 26-October-2011 Location: United States Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() Posted: 09-December-2011 at 6:44pm |
I am using ProductCart 4.5b and trying to have a Cart summary on my cart pages.
I was able to accomplish this however, the documentation on how to style SmallShoppingCart.asp seems to only apply to ProductCart 3.1 See here:
http://wiki.earlyimpact.com/how_to/add_shopping_cart_summary I have tried editing: pcStorefront.css and pcHeaderFooter10.css and pcHeaderFooter11.css with no luck.
My end goal is to change the font like the rest of my cart (Verdana) and make it 10pt. Any ideas? I actually like the SmallShoppingCartSmall.asp better but am not sure if that makes a difference. Here is a page for example (see the text "The cart is empty" in Times font which I don't want) http://www.sportsentertainmentspecialists.com/store/pc/viewCategories.asp Your help is much appreciated! -Steve |
|
![]() |
|
intour ![]() Senior Member ![]() Joined: 30-June-2006 Location: United Kingdom Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
I think you can do this by editing the inline css code code in pc/smallshoppingcart.asp
I'm not 100% on this one but I think it uses inline CSS which overides the CSS in pcstorefront.css Look for this:
<div id="pcShowCart">
<div style="padding: 10px;"> <%=dictLanguage.Item(Session("language")&"_smallcart_1") & vcItems & dictLanguage.Item(Session("language")&"_smallcart_2")%> <br /> <%=dictLanguage.Item(Session("language")&"_smallcart_3") & scCurSign & money(vcTotal)%> <br /> <a href="viewCart.asp"><%=dictLanguage.Item(Session("language")&"_smallcart_4")%></a> I'll check further for you - i have edited this file a few times in the past but its a while since ive done it.
Nigel
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |