Shopify themes, liquid, logos, and UX
I'm trying to get the Craft theme in shape to use on my shop. I need the stock count to display for each product on the collection page.
I've identified the file to edit: snippets/card-product.liquid
I've added
{% if card_product.available %}
<p>{{ product.inventory_quantity }} in stock</p>
{% else %}
<p>in stock soon!</p>
{% endif %}
but the variable, product.inventory_quantity isn't there. I've tried current_variant.inventory_quantity, card_product.inventory_quantity, and several other guesses.
Anyone have any ideas of what variable exists for this number? Or where to look?
I really don't want to hire a developer for this theoretically simple change.
Hi, @Booth
You should use the variable
product.selected_or_first_available_variant.inventory_quantity
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025