diff --git a/classes/Product.php b/classes/Product.php index 82b3f86a3..2e6ceb7f3 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -2466,6 +2466,9 @@ class ProductCore extends ObjectModel } } + if (!isset(self::$_pricesLevel2[$cache_id_2][(int)$id_product_attribute])) + return; + $result = self::$_pricesLevel2[$cache_id_2][(int)$id_product_attribute]; if (!$specific_price || $specific_price['price'] < 0)