From 8044ab942316c239d285190850a7fcaebe137be6 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Mon, 12 Mar 2012 14:00:52 +0000 Subject: [PATCH] [-] BO : #PSTEST-996 - Fix bug with multishipping and wrapping cost --- controllers/front/OrderOpcController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/front/OrderOpcController.php b/controllers/front/OrderOpcController.php index aac8c7b46..919e7497b 100644 --- a/controllers/front/OrderOpcController.php +++ b/controllers/front/OrderOpcController.php @@ -68,6 +68,7 @@ class OrderOpcControllerCore extends ParentOrderController case 'updateCarrierAndGetPayments': if ((Tools::isSubmit('delivery_option') || Tools::isSubmit('id_carrier')) && Tools::isSubmit('recyclable') && Tools::isSubmit('gift') && Tools::isSubmit('gift_message')) { + $this->_assignWrappingAndTOS(); if ($this->_processCarrier()) { $carriers = $this->context->cart->simulateCarriersOutput();