cache responces achyklar
This commit is contained in:
parent
5e9c1d5c4f
commit
947a401014
|
|
@ -107,8 +107,7 @@ class ProductRepository extends WProductRepository
|
|||
}
|
||||
|
||||
if(isset($params['discount']) && $params['discount']){
|
||||
$qb->whereNotNull('product_flat.special_price')
|
||||
->where('product_flat.special_price','>',0);
|
||||
$qb->where('product_flat.special_price','>',0);
|
||||
}
|
||||
|
||||
if (! core()->getConfigData('catalog.products.homepage.out_of_stock_items')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue