Hi again,
Sorry I think I'm not explaing myself properly... I just need the "Continue shopping" button to go back to previous page. I've tried this code
echo $this->cart->displayButton(JText::_('CONTINUE_SHOPPING'),'continue_shopping',$this->params,JRoute::_($this->continueShopping),'window.location=\''.JRoute::_($this->continueShopping).'\';return false;','id="hikashop_checkout_shopping_button"');
by editing the file "step" of the view "checkout" via the menu Display->Views
but unfortunately is not working... obviously because I'm doing something wrong, can you tell me where to put the code, and is this the right code?
Thank you so much for your help!