The price filter on its own doesn’t work, but when you choose another filter option or even a different sorting option (not default), it works properly.
Hello
Please drop me exact link to the issue
I found what the problem is. When you click on the price filters only, the swoof=1 is not passed in the URL. When I add this, the price filter works on its own. Is there a way this can be fixed quickly from the backend, or can you update the plugin with this fix for price filters? Thanks
I added a temporary fix myself for anyone having the same issue, go to front.js in the WOOF plugins directory and edit the line “var l = woof_current_page_link + ‘?swoof=1’ + ‘&min_price=’ + woof_current_values.min_price + ‘&max_price=’ + woof_current_values.max_price;” by adding the + ‘?swoof=1’ +. Make sure to apply the same changes in the front_comprssd.js file too.
Keep in mind that any updates to the plugin might override this fix until the author of this plugin applies the fix within.
Hello
Thank you for cooperation!
This will not be included in the new version. Because our plugin creates a standard search query for the price. This request should work for woocommerce as a native filter by price.If in your case it does not work – it looks like your site has a problem in compatibility of third-party plugins.
I added the change in the front.js file but I can’t find the line to update in the front_comprssd.js file. Could I be directed to where I should change it?
Hello
This is compressed JS. Sorry, I can’t help you with this.
Check it please – https://c2n.me/435b5G5.png