Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I followed the steps for minimal theme but remaining quantity is not showing up. Any ideas?
plz share the code that you are using to show remaining inventory.
</div>
{%- endif -%}
<div class="inventoryWrapper">
{% if current_variant.inventory_quantity > 0 and current_variant.inventory_management == 'shopify' %}
<p>Stock: {{ current_variant.inventory_quantity }}</p>
{% endif %}
</div>
Can you share the Store URL. you can share in DM, if not here
in which file you are using this code. i did not find that element on product page
Product template liquid
have you follow all steps mentioned in below guide
Will you allow me to do this for you or I will send step by step guided video on how to do this?
Here is the guide
Show the remaining inventory of a variant on product pages
Thank you for the video! I will give it another shot!
If you are still not able to do it, plz ask me I will provide you with more guidance on that.