Skip to product information
1 of 1
Published:2024.06.14

Example of setting up the Featured Collection section of the Shopify theme "Dawn" to display a "Limited Stock" label when inventory falls below a certain level.

Example of setting up the Featured Collection section of the Shopify theme "Dawn" to display a "Limited Stock" label when inventory falls below a certain level.

Applications

  • Collection information management and editing

How to implement

  • LIQUID
  • HTML/CSS
View full details

If you set up the collection page of the Shopify theme "Dawn" to display a "Limited Time Left" label depending on the stock level, you can make it appear in the "Featured Collections" section with a little tweaking.


Example of setting up the "Dawn" theme's featured collection section to display a "Limited Stock" label when stock falls below a certain level


[(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"


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"

{%- endif -%}

...

Related Post