lasf fixes
This commit is contained in:
parent
ead3d74ba5
commit
b1237b6b1d
|
|
@ -479,6 +479,7 @@ class ProductRepository extends WProductRepository
|
||||||
->where('product_flat.status', 1)
|
->where('product_flat.status', 1)
|
||||||
->where('product_flat.visible_individually', 1)
|
->where('product_flat.visible_individually', 1)
|
||||||
->whereNotNull('product_flat.special_price')
|
->whereNotNull('product_flat.special_price')
|
||||||
|
->where('product_flat.special_price','>',0)
|
||||||
->where('product_flat.channel', $channel)
|
->where('product_flat.channel', $channel)
|
||||||
->where('product_flat.locale', $locale);
|
->where('product_flat.locale', $locale);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue