Hi Jade,
How/where do I add the code below to make it appear in the gray nav bar on the right side of the links?
I can get it to appear above the gray nav bar and below the gray nav bar, but not inside the gray nav bar...
Code:
<!--bof-view cart and checkout now links-->
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
<?php }?>
<!--eof-view cart and checkout now links-->
Thanks
Bookmarks