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

This commit is contained in:
dMetzger
2012-02-23 18:24:23 +00:00
parent da4993d666
commit 3568be9aa0
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)