[-] MO : Fix bug #PNM-985 bad zone for carrier listing update

This commit is contained in:
Gregory Roussac
2013-01-28 15:55:13 +01:00
parent 0a26e74671
commit 9bd0480249
5 changed files with 70 additions and 28 deletions
+2
View File
@@ -39,6 +39,8 @@ class OrderControllerCore extends ParentOrderController
parent::init();
$this->step = (int)(Tools::getValue('step'));
if (!$this->nbProducts)
$this->step = -1;
// If some products have disappear
if (!$this->context->cart->checkQuantities())