diff --git a/classes/Cart.php b/classes/Cart.php index 41a7e1d24..1ccb6a72b 100644 --- a/classes/Cart.php +++ b/classes/Cart.php @@ -953,6 +953,7 @@ class CartCore extends ObjectModel $this->update(true); $context = Context::getContext()->cloneContext(); $context->cart = $this; + Cache::clean('getContextualValue_*'); if ($auto_add_cart_rule) CartRule::autoAddToCart($context);