lasf fixes

This commit is contained in:
merdan 2022-04-20 18:30:41 +05:00
parent 916185a661
commit a150bc0099
1 changed files with 2 additions and 2 deletions

View File

@ -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')) {