no it is noch working fine. it works only in the sideboard position. but i got this message from you team:
Hi,
The issue comes from the way the cart module is displayed by your template. There is a link which opens a popup with the cart. That is done with an iframe which calls a specific page with just the cart module displayed in it and then inserted in the popup. However, when an action is performed in the cart module, HikaShop redirects to the current URL. And since the module is displayed from inside the popup, the system redirects to that page, which only contains the cart.
With the way the cart module is displayed on your website, you should edit the file "cart" of the view "product" via the menu Display->Views and modify the redirect URL line:
<input type="hidden" name="url" value="<?php echo $this->params->get('url');?>"/>
The simplest will be to have instead:
<input type="hidden" name="url" value="
robosi.ch/hts_shop2013/"/
>
i did what he said and it is working, but it makes no sense when the user is getting to the first page of the site after clearing the cart. so i placed the cart in the sideboard modulposition, but the cart is to wide for this position. i can make it more wide, but then the mainbody is to small for the productlisting...i did not find out how to make the productlisting mor narrow...i dont want to make the whole site more big, caus of the smal screens some users have.
so i am still lucking for a solution.
do you have one?