Checkbox style price range filter (dawn theme)

Hi guys,

What is the best (non app) way to have the filter by price range navigation to show as checkboxes like the other filters (size, color).

Like this..

Instead of the current typing of a price input.

Also ideally without having to manually assign price ranges to a metafield for every product in the store

Thanks very much.

Hi @Loz86 ,

You can use a slider to set a range. I have seen these slider on may of my client’s sebsite. You can also have the checkox that you have added on you question.

Howver, these all will require custom development.

Thanks for the reply @theycallmemakka

I know the check box range filter can be done by metafields but as I say I don’t want to add ranges to all of my products as there’s a lot.

However I suppose I could just create a python script to assign metafiled predefined price ranges to products based on their current set price to an exported products csv and just reimport that.

Hi @Loz86 ,

You dont have to assign metafiled predefined price ranges to products. The product will be automicxally filtered based on its sales price

Hi @theycallmemakka

Where would I specify the price ranges that are to be shown on the price range checkbox filter if not in the metafield for each product?

That chould be changed on the template level. On the dawn theme, the changes has to be done on the facets.liquid file.

Yes I was looking in there before, sending you a DM now, please check it.