All I did to do this was install this module from the zen team:
http://www.zen-cart.com/index.php?ma...roducts_id=345
Follow the instructions. Once it is installed change this in your tpl_header.php from:
<div id="navMainCartSummary"><?php require(DIR_WS_MODULES . 'sideboxes/cart_summary.php'); ?></div>
to:
<div id="navMainCartSummary"><a href="https://www.yourshoppingcarturl.com"><img class="cartIcon" src="includes/templates/YOUR_TEMPLATE/images/cartheader.gif"><?php require(DIR_WS_MODULES . 'sideboxes/cart_summary.php'); ?></a>
Then you add .cartIcon {} to position the image.
Hope this helps




