humbert Posted April 28 Share Posted April 28 Hello. Need help. Not work. Reinstall, clear. Link to comment Share on other sites More sharing options...
Enumbin Posted April 28 Share Posted April 28 Can you please specify what the issue is? Link to comment Share on other sites More sharing options...
humbert Posted April 29 Author Share Posted April 29 There is no price search. The slider is missing, although everything is enabled in the settings. Link to comment Share on other sites More sharing options...
Webkul Solutions Posted April 29 Share Posted April 29 Hello, Price range filter is in default filters in facted serach module. You can check modules/ps_facetedsearch.php main modules class file getDefaultFilters() method. Thas must be as below protected function getDefaultFilters() { return [ 'layered_selection_subcategories' => [ 'label' => 'Sub-categories filter', ], 'layered_selection_stock' => [ 'label' => 'Product stock filter', ], 'layered_selection_condition' => [ 'label' => 'Product condition filter', ], 'layered_selection_manufacturer' => [ 'label' => 'Product brand filter', ], 'layered_selection_weight_slider' => [ 'label' => 'Product weight filter (slider)', 'slider' => true, ], 'layered_selection_price_slider' => [ 'label' => 'Product price filter (slider)', 'slider' => true, ], 'layered_selection_extras' => [ 'label' => 'Product extras filter', ], ]; } As you can see layered_selection_price_slider here this code will used in backoffice configuration of Faceted search module when you create new filter template. If after adding this layered_selection_price_slider line you still not see price range filter in front office, then you might be in catalog mode and show prices is set to no. 1 Link to comment Share on other sites More sharing options...
humbert Posted April 29 Author Share Posted April 29 Slider is missing from the store window Link to comment Share on other sites More sharing options...
Webkul Solutions Posted April 29 Share Posted April 29 Hello, Have you creted more than one filter template here (check attached image)? If yes then delete and keep only one and check the remaing have price slider enabled. Now it will show correctly. Link to comment Share on other sites More sharing options...
humbert Posted April 29 Author Share Posted April 29 One filter, price slider no Link to comment Share on other sites More sharing options...
Webkul Solutions Posted April 30 Share Posted April 30 Hello, You can go through this link and try the solutions metioned here https://github.com/PrestaShop/PrestaShop/issues/15461 Specifically try $usefulFiltersCount >= 1 Link to comment Share on other sites More sharing options...
Ray UK Posted May 4 Share Posted May 4 (edited) you only have 3 products in that category? Are they all the same price. If so, the slider wont show. Or maybe you have catalogue mode turned on Edited May 4 by Ray UK (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now