Edit Price Filters to be different values
-
The product filter drop down on the woodmart theme includes a price filter. I assume its automatically generated. My problem is most of my products are in between the first price option, with only a few items in the higher price options. So it only makes sense the I break up the price filter to show custom ranges within my lower price ranges. How can I do this?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global to remove the default widgets:
#WOODMART_Widget_Price_Filter,
#WOODMART_Widget_Sorting{
display:none;
}
Then add the default Woocommerce Price filter.
Best Regards
So there is a standard default woocommerce price filter that allows custom ranges? And would that just be placed in a sidebar that is somehow displayed in the drop down menu?
I just need more specifics. Thanks
Hello,
Usually, the price filter is based on product prices. Our theme does not influence this functionality. Woocommerce sidebar is shown here: https://woodmart.xtemos.com/shop/
Best Regards