[-] FO : Check for cart rules before diplaying shopping cart in OPC

This commit is contained in:
gRoussac
2013-03-13 18:42:40 +01:00
parent 930e10f87c
commit be6ad7855a
5 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ class ParentOrderControllerCore extends FrontController
$carriers = $this->context->cart->simulateCarriersOutput();
$checked = $this->context->cart->simulateCarrierSelectedOutput();
$delivery_option_list = $this->context->cart->getDeliveryOptionList();
$this->setDefaultCarrierSelection($this->context->cart->getDeliveryOptionList());
$this->setDefaultCarrierSelection($delivery_option_list);
$this->context->smarty->assign(array(
'address_collection' => $this->context->cart->getAddressCollection(),