Quote Originally Posted by stiggy100 View Post
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
Cool! As mentioned, everything I've found on the forum largely deals with header logo image maps, and doesn't really address any secondary images in the header, that I could tell.

Plus, I have a custom template that defined the shopping cart image as a background:url in the CSS file, which must really bury the image, as none of the developer tools are even able to report on it.

I'll definitely give this a try - seems crazy not to be able to click on the actual cart image.

Thanks!
-DBB1