Skip to product information
1 of 1
Published:2024.06.21

Example of settings to display "discount rate" and "discount amount" for sale items in the featured collection section of the Shopify theme "Dawn"

Example of settings to display "discount rate" and "discount amount" for sale items in the featured collection section of the Shopify theme "Dawn"

Applications

  • Collection information management and editing

How to implement

  • HTML/CSS
  • LIQUID
View full details

If you have configured the collection page of the Shopify theme "Dawn" to display "Discount Rate" and "Discount Amount" labels for sale items (https://store-dojo.com/products/2025-06-20), you can make them appear in the "Featured Collections" section with a little work.


Example of settings to display "discount rate" and "discount amount" for sale items in the featured collection section of the theme "Dawn"


[(For the Dawn theme) Setting method ①] Add the schema to "featured-collection.liquid" and the label to "ja.schema.json"


[(For the Dawn theme) Setting method ②] Add code to "featured-collection.liquid" and "card-product.liquid"


[(For the Dawn theme) Setting method 3] Select "Display discounts" in the settings of the "Product Grid" section of the collection template


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

Related Post