Quote from MacDante on September 15, 2022, 18:26
I write because i have little problem with price filter. Problem is little similar to this topis: https://pluginus.net/support/topic/price-slider-not-working/
I check standard WOOCOMMERCE range price filter and it don't work correctly ( i try find why) but:
When i put shortcode on site with only PRICE FILTER then filter dont work, but if i use additional attribute filter then it work correctly.
i make some test an d find THE CAUSE OF PROBLEM
RANGE PRICE filter give usrl like:
?min_price=470500&max_price=541500
and results is wrong (all prducts are visible)
with and additional atribute filter generate url like:
?woof=1&min_price=470500&max_price=541500&floor=1
when i remove manualy from url additional param like floor:
?woof=1&min_price=470500&max_price=541500
Proce range filter work correctly.
What happen: when use only PRICE RANGED FILTER in URL lost WOOF=1& param. and its source my problem. Why when i run filter with price range select only this param is not add to url?
This same problem have with redirect shortcode price ranged filter not include woof=1 param in url. if it is all work correctly.
is possible add woof=1 for price-range filter only?
I write because i have little problem with price filter. Problem is little similar to this topis: https://pluginus.net/support/topic/price-slider-not-working/
I check standard WOOCOMMERCE range price filter and it don't work correctly ( i try find why) but:
When i put shortcode on site with only PRICE FILTER then filter dont work, but if i use additional attribute filter then it work correctly.
i make some test an d find THE CAUSE OF PROBLEM
RANGE PRICE filter give usrl like:
?min_price=470500&max_price=541500
and results is wrong (all prducts are visible)
with and additional atribute filter generate url like:
?woof=1&min_price=470500&max_price=541500&floor=1
when i remove manualy from url additional param like floor:
?woof=1&min_price=470500&max_price=541500
Proce range filter work correctly.
What happen: when use only PRICE RANGED FILTER in URL lost WOOF=1& param. and its source my problem. Why when i run filter with price range select only this param is not add to url?
This same problem have with redirect shortcode price ranged filter not include woof=1 param in url. if it is all work correctly.
is possible add woof=1 for price-range filter only?