Print Page | Close Window

CSS Styling for SmallShoppingCart.asp

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=4895
Printed Date: 06-July-2025 at 9:19pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CSS Styling for SmallShoppingCart.asp
Posted By: stevefilmer
Subject: CSS Styling for SmallShoppingCart.asp
Date 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



Replies:
Posted By: intour
Date 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
 


-------------
http://www.innerview.co.uk - Innerview
Productcart Platinum Reseller
Web Design/Hosting/Virtual Tours



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net