
Originally Posted by
jnissley
Thank you for the excellent template however I am having one really small issue I am hoping someone can help me clear up. When I have the full browser screen everything is fine but when I view the site on a mobile device or shrink a regular browser to show the mobile device display and click the menu button the first rows shows the shopping cart and it is showing the following text.
Shopping Cart - count_contents();?> item(s) - format($_SESSION['cart']->show_total();?>
What do I need to do to resolve this? Everything else works as I would expect it to work.
Thanks
Thank you so much for catching this bug! I will add this to the list of things to be changed in the next update. In the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php file change to shopping cart code to this:
Code:
<li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <?php echo $_SESSION['cart']->count_contents();?> <?php echo HEADER_TITLE_CART_ITEMS; ?> - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
Thanks,
Anne
Bookmarks