Skip to product information
1 of 1
Published:2024.12.16

Example of setting up the "Rise/Dawn" collection page filter "Filter by tag" to specify or exclude tags

Example of setting up the "Rise/Dawn" collection page filter "Filter by tag" to specify or exclude tags

Applications

  • CollectionsEdit

How to implement

  • HTML/CSS
View full details

This and this setting method only specify tags to exclude, but as the number of tags increases, it becomes more convenient to display only the specified tags rather than excluding them. So, this is a method that allows you to add, delete, and edit the tags you want to specify or exclude in the editor of the theme "Rise/Dawn".

◆Benefits of the setting: You can edit specified and excluded tags on the theme editor.

◆Specific setting steps ① Add a scheme to "sections/main-collection-product-grid.liquid" and a label to "ja.schema.json" ② Add an argument to "sections/main-collection-product-grid.liquid" to pass the tag list specified in the filter setting snippets ③ Load the tags to be excluded in "snippets/facets.liquid" and add exclusion processing to the filters for desktop and mobile drawers


Example of setting to allow specifying/excluding tags in the collection page filter "Filter by tag" for the theme "Rise/Dawn"


[(For the Rise/Dawn theme) Setting method ①] Add the schema to "sections/main-collection-product-grid.liquid" and the label to "ja.schema.json"


[(For the Rise/Dawn theme) Setting method ②] Add code to "sections/main-collection-product-grid.liquid" (add an argument to pass the tag list specified in the filter setting snippets)


[(For the Riae/Dawn theme) Setup method 3] Add code to "snippets/facets.liquid" (to distinguish between included and excluded tags, and to add included and excluded tags to the desktop and mobile drawer filters)


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 schema to "sections/main-collection-product-grid.liquid"

Related Post