// Delivery option are now auto-selected in the checkout

This commit is contained in:
mDeflotte
2011-11-23 17:21:30 +00:00
parent f44b8bc2da
commit ce52b01f14
4 changed files with 5 additions and 5 deletions
-2
View File
@@ -196,8 +196,6 @@ 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->delivery_option && !$isVirtualCart)
Tools::redirect('index.php?controller=order&step=2');
}
/*