[-] FO: Fix #PSCFV-5143

This commit is contained in:
rGaillard
2012-10-23 08:29:24 +00:00
parent 0eafc88cbd
commit 22b8a891cc
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ class ParentOrderControllerCore extends FrontController
'token_cart' => Tools::getToken(false),
'isVirtualCart' => $this->context->cart->isVirtualCart(),
'productNumber' => $this->context->cart->nbProducts(),
'voucherAllowed' => Configuration::get('PS_VOUCHERS') && CartRule::isFeatureActive(),
'voucherAllowed' => CartRule::isFeatureActive(),
'shippingCost' => $this->context->cart->getOrderTotal(true, Cart::ONLY_SHIPPING),
'shippingCostTaxExc' => $this->context->cart->getOrderTotal(false, Cart::ONLY_SHIPPING),
'customizedDatas' => $customizedDatas,