Hello,
sorry, I search for it in the forum, but didn't find it.
in step after </form> I added
if($this->step!=0){
echo $this->cart->displayButton(JText::_('HIKA_BACK'),'back',$this->params,hikashop::currentUrl(),'history.back();return false;','id="hikashop_checkout_back_button"');
}
?>
and I changed JText::_('BACK') in JText::_('HIKA_BACK') so it works also in other languages.
wouldn't be good to add this back button in the core Hikashop ? Isn't that a normal thing in a shops ?
By the way, thank you for your your prompt reply! I appreciate it.