Dear Kyratn,
if I put this code
if($this->config->get('auto_submit_methods',1) && empty($checked))
$checked.=' onclick="this.form.action=this.form.action+\'#hikashop_shipping_methods\';this.form.submit(); return false;"';
in comment, nothing changes ...
So I removed back the //
Dear Nicloas,
by putting this the code:
if(($old_payment_id!=$payment_id || $old_payment_method!=$payment) || @$old_payment_data->payment_price!=$paymentData->payment_price && ($this->_getStep('cart',(int)$this->previous)===(int)$this->previous || $this->_getStep('confirm',(int)$this->previous)===(int)$this->previous)){
return false;}
in comment, I get this error
syntax error, unexpected end of file, expecting function (T_FUNCTION)
So I removed back the //
My checkout steps are
1 Cart 2 Login 3 Address 4 Shipment 5 Payment/Terms & Conditions 6 End
FYI: I have now HikaShop Business 2.6.4 and this issue is still there.
Thanks for your help.
Regards,
Thierry