Skip to product information
1 of 1
Published:2024.10.06

A setup example for centrally managing products displayed in the featured products section of the Shopify theme "Rise/Dawn" using meta objects.

A setup example for centrally managing products displayed in the featured products section of the Shopify theme "Rise/Dawn" using meta objects.

Applications

  • Product information management and editing

How to implement

  • LIQUID
View full details

By using Shopify's meta object, you can centrally manage section information placed on multiple pages. For example, if you set the reference product of a featured product section as a meta object, you can update the content of all pages simply by switching the contents of the meta object.


A setup example for centrally managing products displayed in the featured products section of the Shopify theme "Rise/Dawn" using meta objects.


[Setting Method 1] After defining the meta object, select the common products to be displayed and set the handles.


[(For the Rise/Dawn theme) Setting method ②] Modify the code in "sections/featured-product.liquid"


[(For the Rise/Dawn theme) Setup method 3] Add a "Featured Products" section to the template you want to display in common and specify the handle "common-prouct" of the meta object that manages the common products created in Setup 1.


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

Add a label to "ja.schema.json"

Related Post