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!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024