// BugFix with opc and multishipping
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10330 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -190,7 +190,7 @@ class OrderControllerCore extends ParentOrderController
|
||||
unset($this->context->cart->id_address_invoice);
|
||||
Tools::redirect('index.php?controller=order&step=1');
|
||||
}
|
||||
else if ($this->step >= 3 && !$this->context->cart->id_carrier && !$isVirtualCart)
|
||||
else if ($this->step >= 3 && !$this->context->cart->delivery_option && !$isVirtualCart)
|
||||
Tools::redirect('index.php?controller=order&step=2');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user