diff --git a/packages/Sarga/Shop/src/Repositories/ProductRepository.php b/packages/Sarga/Shop/src/Repositories/ProductRepository.php index 3779aede8..0e0a1eeff 100644 --- a/packages/Sarga/Shop/src/Repositories/ProductRepository.php +++ b/packages/Sarga/Shop/src/Repositories/ProductRepository.php @@ -479,6 +479,7 @@ class ProductRepository extends WProductRepository ->where('product_flat.status', 1) ->where('product_flat.visible_individually', 1) ->whereNotNull('product_flat.special_price') + ->where('product_flat.special_price','>',0) ->where('product_flat.channel', $channel) ->where('product_flat.locale', $locale);