From 47c118c3ca8e318647c3064dc76e7276f9c6d6c9 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Tue, 16 Apr 2013 15:00:24 +0200 Subject: [PATCH] [-] FO : empty cache getContextualValue_ when updating cart quantity --- classes/Cart.php | 1 + 1 file changed, 1 insertion(+) 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);