I can't remember how to change the font style and size of the shopping cart info i.e. Items: 0 Value=0. Can someone please remind me!!! Ta
Announcement
Collapse
No announcement yet.
Shopping Cart Font Size
Collapse
X
-
Open 'Act_Primary.html' with an editor like notepad or dreamweaver.
Search for 'NETQUOTEVAR:CARTCOOKIEITEMS'
You should see it in the following code<td height="25" background="cart_bg.gif"><font color="NETQUOTEVAR:PALBGCSS" size="1"><strong>
<script language="JavaScript">
<!--
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" ");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
// -->
</script>
</strong></font></td>
Kind regards,Bruce King
SellerDeck
Comment
-
Weird, I've done just what you asked, changing the font, and want to revert it back........ but forgot as well
Followed what you recommend Bruce but I can't see that script in my Act_Primary, my looks like:
Code:<!-- document.write(getCartItem(3)); // -->
esafetysigns.co.uk
your instant download portal for self printable health and safety signs and posters
... download once use as many times as you like !
http://www.esafetysigns.co.uk/index.html
http://www.esafetysigns.co.uk/acatalog/index.html
Comment
Comment