Hi,
I hope someone can help me. I have created a bit of a bespoke header, please see www.dragons.digi-blue.co.uk, using version 1.3.9 h.
I have added this code in one of the divs:
<li><img src="includes/templates/custom/images/headercart.png" class="cart-image" alt="the shopping cart" /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?><? echo $_SESSION['cart']->count_contents();?> ITEM(S)</a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
I have removed the bit of code that shows the price in the relevant currency. However it seems I have a dot at the front and a dot at the back, and am not sure how I can remove these? Can someone please help?


Reply With Quote


