Skip to product information
1 of 1
Published:2024.05.10

Example of settings to display product release dates on collection and product detail pages for the Shopify theme "Dawn"

Example of settings to display product release dates on collection and product detail pages for the Shopify theme "Dawn"

Applications

  • Product information management and editing

How to implement

  • HTML/CSS
View full details

This is a setting example for when you want to display the product release date on a Shopify collection page or product detail page. Instead of using created_at or published_at, the metafield makes it easy to specify any date.


Example of settings to display product release dates on collection and product detail pages for the theme "Dawn"


[Setting method 1] Added an option to set the release date to the product meta field


[Setting Method 2] Modify the code in "card-product.liquid"


[Setup Method 3] Add a customized Liquid section to your product information template and insert the code


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

Modify the code for "card-product.liquid"

Add a customized Liquid section to your product information template and insert the code

Related Post