Skip to product information
1 of 1
Published:2024.09.28

Example of settings to display only products with "specified tags" in the featured collection section of the Shopify theme "Rise/Dawn"

Example of settings to display only products with "specified tags" in the featured collection section of the Shopify theme "Rise/Dawn"

Applications

  • CollectionsEdit

How to implement

  • LIQUID
View full details

This is an example of how to set up Shopify's featured collection section so that it only displays products with specified tags. You can simply specify another collection narrowed down by the specified tag, but this is useful when you want to temporarily display featured products separately from the product list on the specified collection page.


Example of settings to display only products with "specified tags" in the featured collection section of the Shopify theme "Rise/Dawn"


[(For the Rise/Dawn theme) Setup method ①: Featured collection section] Add the schema to "sections/featured-collection.liquid" and the label to "ja.schema.json"


[(For the Rise/Dawn theme) Setting method ②] Add code to "sections/featured-collection.liquid" (Part 1)


[(For the Rise/Dawn theme) Setting method 3] Add code to "sections/featured-collection.liquid" (Part 2)


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/featured-collection.liquid"

Add a label to "ja.schema.json"...

Related Post