Ah yes, now I see what you're talking about.
You need to change the code:
<a class="hikashop_cart_button" onclick="javascript: document.getElementById('task').value = 'addtocart'; document.forms.submit();">
<?php echo $addText; ?>
</a>
to:
<?php echo $this->cart->displayButton($addText,'wishlist',$this->params,hikashop_completeLink('cart&task=convert&cart_type=cart&cart_id='.$cart_id.'&Itemid='.$Itemid),'document.getElementById(\'task\').value = \'addtocart\'; document.forms[\'hikashop_show_cart_form\'].submit(); return false;'); ?>
in the file "showcart" via the menu Display->Views.