Great, thank you very much. BTW, you have a great product here and I'm only using the free version. I'm starting a new business and once I get everything up and running, I'm definitely buying the business license of your product. Just sucks cause over here in the states, with the way the dollar is down, it's going to cost just over $170
BTW, where exactly would I edit the code?
I see the following and assume it is here?:
<a class="hikashop_small_cart_checkout_link" href="<?php echo hikashop::completeLink('checkout'.$url_itemid); ?>">
<span class="hikashop_small_cart_total_title"><?php echo $text; ?></span>
</a><?php
if($this->params->get('show_cart_delete',1)){
$delete = hikashop::completeLink('product&task=cleancart');
if(strpos($delete,'?')){
$delete.='&';
}else{
$delete.='?';
} ?>
<a class="hikashop_small_cart_clean_link" href="<?php echo $delete.'return_url='. urlencode(base64_encode(hikashop::currentURL('url'))); ?>" >
<img src="<?php echo HIKASHOP_IMAGES . 'delete2.png';?>" border="0" alt="clean cart" />
</a>