OK - so starting at the beginning...
Go to your backend, and select Hikashop component.
Select menu Display/Views
Change the filters to Front End and your frontend template
Find the cart view of the type product.
I've edited my view so not 100% sure but around line 57, you will find the hyperlink you are talking about.
<a class="hikashop_small_cart_checkout_link" href="
www.xxxxxx.com/index.php/view-my-cart
">
<span class="hikashop_small_cart_total_title"><?php echo $text; ?></span>
</a>
Previous to this the $text var is set according to your cart module options.
So if you want to put a pic in there simply add the image with a hyperlink, and remove the hyperlink from the $text var.
I don't know if you know how to do that, so here's a link:
www.htmlgoodies.com/primers/html/article...asic-HTML-Images.htm
But lots more on google search "HTML image link".
Tony
www.thoth-management.com