Hi,
So after some time i have changed my mind and would like to configure checkout like this: login->address->shipping&payment->cart->end
I have added this code back:
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;"';
I also have added cash on delivery payment method and have some problems now.
Selecting one of shipping methods will add cash on delivery payment method, however when selecting it will move to next step. I need it to auto refresh page as it does with payment method selection. How can this be done? Cause user needs to go back to select payment method.....
p.s. i have looked into checkout/payment view and found that code above is almost same so why selecting payment method would refresh page but shipping method goes to next step?
I know i could add cart view to that step and it would solve my problem but this is not what i need...
Thanks