Home Forums WoodMart support forum Edit Price Filters to be different values

Edit Price Filters to be different values

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #230267

    getfoundstl
    Participant

    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.
    #230285

    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

    #230507

    getfoundstl
    Participant

    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

    #230541

    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

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)