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)