From 0835613ee2459a59c9c8cc2d01a0789d01b3ac7d Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Thu, 26 Jul 2012 13:58:58 +0000 Subject: [PATCH] [-] FO : #PSCFV-3365 - Add missing vars assigned to the tpl on refreshing carrier durring account creation on the OPC git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16586 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/front/OrderOpcController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controllers/front/OrderOpcController.php b/controllers/front/OrderOpcController.php index bde4b3938..e08c786c2 100644 --- a/controllers/front/OrderOpcController.php +++ b/controllers/front/OrderOpcController.php @@ -495,6 +495,8 @@ class OrderOpcControllerCore extends ParentOrderController 'link_conditions' => $link_conditions, 'recyclable' => (int)($this->context->cart->recyclable), 'gift_wrapping_price' => (float)(Configuration::get('PS_GIFT_WRAPPING_PRICE')), + 'total_wrapping_cost' => Tools::convertPrice($wrapping_fees_tax_inc, $this->context->currency), + 'total_wrapping_tax_exc_cost' => Tools::convertPrice($wrapping_fees, $this->context->currency), 'delivery_option_list' => $this->context->cart->getDeliveryOptionList(), 'carriers' => $carriers, 'checked' => $this->context->cart->simulateCarrierSelectedOutput(),