From b1237b6b1d7d4318e97a7e28beacaed9d6b198fa Mon Sep 17 00:00:00 2001 From: merdan Date: Wed, 20 Apr 2022 15:44:33 +0500 Subject: [PATCH] lasf fixes --- packages/Sarga/Shop/src/Repositories/ProductRepository.php | 1 + 1 file changed, 1 insertion(+) 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);