Skip to product information
1 of 1
Published:2024.04.17

A sample setting for the Shopify theme "Dawn" that uses metafields to display a breadcrumb list that reflects the parent-child structure of products and specific collections.

A sample setting for the Shopify theme "Dawn" that uses metafields to display a breadcrumb list that reflects the parent-child structure of products and specific collections.

Applications

  • Header management and editing

How to implement

  • LIQUID
  • HTML/CSS
View full details

When setting up a breadcrumb list in the Shopify theme "Dawn," if you do nothing, product information will have to be specified directly under the home page, but you can also set up a parent-child structure by specifying a parent collection using a meta field.


Example of a setting in the "Dawn" theme that uses metafields to display a breadcrumb list that reflects the parent-child structure of products and specific collections


[Setting method 1] Add an item to specify the parent collection in the product meta field


[Setup Method 2] Add a customized Liquid section to the header group and insert the code


[Setting method 3] Specify the parent collection for the meta field you created in the product information


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 a header group and insert the code

Related Post