lasf fixes

This commit is contained in:
merdan 2022-04-20 15:44:33 +05:00
parent ead3d74ba5
commit b1237b6b1d
1 changed files with 1 additions and 0 deletions

View File

@ -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);