// BugFix with opc and multishipping

This commit is contained in:
mDeflotte
2011-11-21 10:42:14 +00:00
parent 0d83e21cdd
commit 9426e5d883
14 changed files with 156 additions and 154 deletions
+1 -1
View File
@@ -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');
}