lasf fixes
This commit is contained in:
parent
916185a661
commit
a150bc0099
|
|
@ -304,8 +304,8 @@ class ProductRepository extends WProductRepository
|
|||
$qb->whereIn('product_categories.category_id', explode(',', $categoryId));
|
||||
}
|
||||
|
||||
if(isset($params['brand'])) {
|
||||
$qb->whereIn('product_flat.brand_id', explode(',', $params['brand']));
|
||||
if(isset($params['brend'])) {
|
||||
$qb->whereIn('product_flat.brand_id', explode(',', $params['brend']));
|
||||
}
|
||||
|
||||
if (! core()->getConfigData('catalog.products.homepage.out_of_stock_items')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue