Skip to product information
1 of 1
Published:2023.12.04

Example of settings to display "Partially sold out" on the collection (product list) screen when a product with variants is partially out of stock in the Shopify theme "Dawn"

Example of settings to display "Partially sold out" on the collection (product list) screen when a product with variants is partially out of stock in the Shopify theme "Dawn"

Applications

  • CollectionsEdit

How to implement

  • LIQUID
View full details

On the collection page of the Shopify theme "Dawn", when all variants are sold out, it shows "Sold Out", but there are times when you want to show "Partially Sold Out" even when some variants are out of stock. Here is an example of how to do that.


Example of settings to display "Partially sold out" on the collection (product list) screen when some of the products with variants in the "Dawn" theme are out of stock


[Settings] Add code to "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 code to "card-product.liquid" (Part 1)


Add code to "card-product.liquid" (part 2)

Related Post