New Zenner
- Join Date:
- May 2008
- Location:
- UK
- Posts:
- 83
- Plugin Contributions:
- 0
Need help on a bit of cold
I have just downloaded an add on for my shopping cart at the moment the text is in black and appearing at the top of my tab I want it to match the rest this is the website http://www.youtofriends.com
This is the cold I have got and need to edit
<li>My Cart: <span class="style1">
<?php echo sizeof($_SESSION['cart']->get_products()); ?> items
<?php $header_cart = $currencies->format($_SESSION['cart']->show_total());
echo $header_cart;
?>
</span>
<br class="clearBoth" />
</li>