From e22fe455b3f01a4fe283f698528303b34d786043 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Thu, 18 Apr 2013 16:44:55 +0200 Subject: [PATCH] [-] CORE : Fix bug #PSCFV-8636 again, cart rule with a reduction and free shipping --- classes/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Cart.php b/classes/Cart.php index 0d7e4711a..52126f604 100644 --- a/classes/Cart.php +++ b/classes/Cart.php @@ -2293,7 +2293,7 @@ class CartCore extends ObjectModel $this->id_carrier = 0; return; } - + Cache::clean('getContextualValue_*'); $delivery_option_list = $this->getDeliveryOptionList(null, true); foreach ($delivery_option_list as $id_address => $options)