Skip to product information
1 of 1
Published:2024.10.10

Example of setting to display only to accounts with (or without) the specified tag in the Shopify theme "Rise/Dawn" section

Example of setting to display only to accounts with (or without) the specified tag in the Shopify theme "Rise/Dawn" section

Applications

  • CollectionsEdit

How to implement

  • LIQUID
View full details

This is an example of how to set up a section in a Shopify theme so that it will only be displayed when customers who match the conditions are logged in to the store by adding a setting that says "Show only to accounts with (or without) specific tags."


Example of setting to display only to accounts with (or without) the specified tag in the Shopify theme "Rise/Dawn" section


[(For the Rise theme) Setting procedure ①] Add the schema to "sections/featured-collection.liquid" and the label to "ja.schema.json"


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


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"

Related Post