diff --git a/frontend/models/ProductFrontendSearch.php b/frontend/models/ProductFrontendSearch.php index b04ed58..2f9bc9a 100755 --- a/frontend/models/ProductFrontendSearch.php +++ b/frontend/models/ProductFrontendSearch.php @@ -167,6 +167,9 @@ class ProductFrontendSearch extends Product { } $query->joinWith('variant'); + // Price filter fix + unset($params['prices']); + ProductHelper::_setQueryParams($query, $params, false); // $query->select([ -- libgit2 0.21.4