Commit d4859b79975f0aabec381d239763242eaffbf8bd
1 parent
5fb14ec0
Price slider fix
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
frontend/models/ProductFrontendSearch.php
... | ... | @@ -167,6 +167,9 @@ class ProductFrontendSearch extends Product { |
167 | 167 | } |
168 | 168 | $query->joinWith('variant'); |
169 | 169 | |
170 | + // Price filter fix | |
171 | + unset($params['prices']); | |
172 | + | |
170 | 173 | ProductHelper::_setQueryParams($query, $params, false); |
171 | 174 | |
172 | 175 | // $query->select([ | ... | ... |