diff --git a/packages/Sarga/Shop/src/Repositories/ProductRepository.php b/packages/Sarga/Shop/src/Repositories/ProductRepository.php index f0634f648..24cc53e6c 100644 --- a/packages/Sarga/Shop/src/Repositories/ProductRepository.php +++ b/packages/Sarga/Shop/src/Repositories/ProductRepository.php @@ -287,7 +287,7 @@ class ProductRepository extends WProductRepository })->whereNotNull('product_flat.special_price') ->where('product_flat.special_price','>',0)->paginate(10); - return $results; + return null; } public function getPopularProducts($categoryId = null)