hi jettrue,
i tested the code on the oem cz template and it works fine. i think what is happening is that it is being blocked by an image... it currently displays in the top left of the header (just under the top nav bar and right next to the cz logo).
how would i move the display? how can i position it to display on the right side of the header in the middle???
thanks!
<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>


Reply With Quote
