Merge pull request #3327 from jitendra-webkul/1.0

Issue #3320 fixed
This commit is contained in:
Jitendra Singh 2020-06-22 16:17:37 +05:30 committed by GitHub
commit 85aed162b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
@inject ('productRepository', 'Webkul\Product\Repositories\ProductRepository')
<?php
$filterAttributes = [];
$filterAttributes = $attributes = [];
$maxPrice = 0;
if (isset($category)) {

View File

@ -3,7 +3,7 @@
@inject ('productFlatRepository', 'Webkul\Product\Repositories\ProductFlatRepository')
<?php
$filterAttributes = [];
$filterAttributes = $attributes = [];
$maxPrice = 0;
if (isset($category)) {