Skip to product information
1 of 1
Published:2024.04.20

Example of setting up a one-click range selection button on the price filter of the Shopify theme "Dawn"

Example of setting up a one-click range selection button on the price filter of the Shopify theme "Dawn"

Applications

  • CollectionsEdit

How to implement

  • LIQUID
  • HTML/CSS
  • Javascript
View full details

The "Price" collection page filter in the Shopify theme "Dawn" is a bit tedious to specify numerical values, so this method involves installing a button that allows you to specify a price range with one tap.


Example of setting up a button that allows you to specify a range with one click on the price filter of the theme "Dawn"



How to set it up: Add a customized Liquid section to your collection template and insert the code


[Supplementary Note] This can also be applied to other filters that can be set in Dawn.


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Add a customized Liquid section to your collection template and insert your code

Related Post