Ninja
Ok i make override to path template_name/html/com_virtuemart/cart/padded.php
and i change line 32
echo '<a class="' . $vmbtn . ' ' . $vmbtnsec . ' continue_link" href="' . $this->continue_link . '" >' . vmText::_('COM_VIRTUEMART_CONTINUE_SHOPPING') . '</a>';
to
echo '<a class="' . $vmbtn . ' ' . $vmbtnsec . ' continue_link" href="javascript:history.go(-1)" >' . vmText::_('COM_VIRTUEMART_CONTINUE_SHOPPING') . '</a>';
I needed that to redirect to category you are viewing or the prev page.
Without it if assign products to many categories always redirects to firts category when you click CONTINUE SHOPPING