[-] FO : automatic refresh of the cart when a cart rule is added

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13577 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-02-23 18:24:23 +00:00
parent 1c7d9a9f26
commit 319309528a
3 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -855,7 +855,7 @@ class CartRuleCore extends ObjectModel
public static function autoRemoveFromCart($context = null)
{
if (!CartRule::isFeatureActive())
return;
return array();
$errors = array();
if (!$context)