// Multishipping button is replaced by a checkbox

// BugFix with back params in the checkout process
This commit is contained in:
mDeflotte
2011-12-06 14:56:29 +00:00
parent 9d0bf47084
commit 8adff9fb5b
5 changed files with 39 additions and 36 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ class ParentOrderControllerCore extends FrontController
Tools::redirect('');
}
else if (!Customer::getAddressesTotalById($this->context->customer->id))
Tools::redirect('index.php?controller=address&back=order.php&step=1');
Tools::redirect('index.php?controller=address&back=order.php&step=1&multi-shipping='.(int)Tools::getValue('multi-shipping'));
$customer = $this->context->customer;
if (Validate::isLoadedObject($customer))
{