diff --git a/classes/Product.php b/classes/Product.php index d253d87f7..f86a1c09f 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -1448,6 +1448,7 @@ class ProductCore extends ObjectModel $id_shop_list_array = Product::getShopsByProduct($this->id); foreach ($id_shop_list_array as $array_shop) $id_shop_list[] = $array_shop['id_shop']; + $id_shop_list = array_unique($id_shop_list); } if (count($id_shop_list))