Skip to product information
1 of 1
Published:2023.08.13

How to Display Stock Status in Collections with the Shopify Theme "Dawn"

How to Display Stock Status in Collections with the Shopify Theme "Dawn"

Applications

  • Collection information management and editing

How to implement

  • LIQUID
View full details

The Shopify theme Dawn allows you to display inventory status on product detail pages, but here's how to make it so that it also appears on collections (list pages).


How to display inventory status in collections with the Dawn theme


Setting step 1: Reuse part of the scheme of "main-product.liquid" in "main-collection-product-grid.liquid"


Setting step 2: Modify the code in "main-collection-product-grid.liquid"


Setup Step 3: Add a modified version of the code from "main-product.liquid" above the price in "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

設定手順①「main-collection-product-grid.liquid」に「main-product.liquid」のschemeの一部を流用

Related Post