This commit is contained in:
rMalie
2011-08-24 15:57:10 +00:00
parent 9a90513393
commit 74843c4060
20 changed files with 58 additions and 20 deletions
+1
View File
@@ -1673,6 +1673,7 @@ class ProductCore extends ObjectModel
$cur_cart = new Cart($id_cart);
}
$cart_quantity = 0;
if ((int)($id_cart))
{
if (!isset(self::$_cart_quantity[(int)($id_cart).'_'.(int)($id_product)]) OR self::$_cart_quantity[(int)($id_cart).'_'.(int)($id_product)] != (int)($quantity))