Custom Code Forum Home
Custom Code Last comments
Custom Code Forum Search
Title:

Woocommerce products filter plugin price search error

Message:

Hello


If in WooCommerce products filter plugin - search by price not work - you may try do next:


In file:

{yours site}/wp-content/plugins/woocommerce-products-filter/js/front.js

find function:

woof_get_submit_link


and there replace row

var l = woof_current_page_link + '?min_price=' + woof_current_values.min_price + '&max_price=' + woof_current_values.max_price;



to

var l = woof_current_page_link + '?swoof=1&min_price=' + woof_current_values.min_price + '&max_price=' + woof_current_values.max_price;


Regards
OrdaSvit team

Images
Action button
Action button
No one has posted comments. You can be the first.
Review Pagination
Custom Code You need login for add your questions