// Fix bug with multishipping and gift products

This commit is contained in:
mDeflotte
2012-05-21 08:52:45 +00:00
parent 8e12498fb4
commit 853d412010
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -223,6 +223,8 @@ class OrderOpcControllerCore extends ParentOrderController
case 'multishipping':
$this->_assignSummaryInformations();
$this->context->smarty->assign('product_list', $this->context->cart->getProducts());
if ($this->context->customer->id)
$this->context->smarty->assign('address_list', $this->context->customer->getAddresses($this->context->language->id));
else