Hi river,
You can edit the view "product / cart" in HikaShop > Display > Views.
And add the code:
?>
<br/>
<a class="hikashop_small_cart_checkout_link_under" href="<?php echo hikashop_completeLink('checkout'.$url_itemid); ?>">
<span class="hikashop_small_cart_link_to_checkout"><?php echo JText::_('GO_TO_CART'); ?></span>
</a>
<?php
After:
<a class="hikashop_small_cart_clean_link" href="<?php echo $delete.'return_url='. urlencode(base64_encode(hikashop_currentURL('url',false))); ?>" >
<img src="<?php echo HIKASHOP_IMAGES . 'delete2.png';?>" border="0" alt="clean cart" />
</a><?php
}