ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - CSS Styling for SmallShoppingCart.asp
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CSS Styling for SmallShoppingCart.asp

 Post Reply Post Reply
Author
Message
stevefilmer View Drop Down
Newbie
Newbie
Avatar

Joined: 26-October-2011
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote stevefilmer Quote  Post ReplyReply Direct Link To This Post Topic: CSS Styling for SmallShoppingCart.asp
    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
Back to Top
intour View Drop Down
Senior Member
Senior Member


Joined: 30-June-2006
Location: United Kingdom
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote intour Quote  Post ReplyReply Direct Link To This Post Posted: 13-December-2011 at 9:05am
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
 
Innerview
Productcart Platinum Reseller
Web Design/Hosting/Virtual Tours
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.