Shopify themes, liquid, logos, and UX
Hi! I am trying to find a way to add a counter like this that shows how many I have left in stock. I contacted Shopify support and they said they can’t find an app that it looks like a theme but couldn’t give me a theme that had the option. Wondering if anyone knows how I could add something like this!?
https://wildandgorgeoustransfers.com/collections/all
oh sorry for that if please try this code whenever you have display
<div id="variant-inventory">
{% if product.variants.first.inventory_management == "shopify" %}
{% if product.variants.first.inventory_quantity > 0 %}
We currently have {{ product.variants.first.inventory_quantity }} in stock.
{% else %}
The product is out of stock
{% endif %}
{% else %}
This product is available
{% endif %}
</div>
Welcome to Shopify Community.
Kindly check out this tutorials,
https://ecomexperts.io/blogs/liquid-tutorial-shopify/show-the-number-of-products-left-in-stock-on-yo...
Let me know if you need any more help.
Thank you.
trying to follow the link but I don't have the Product-template.liquid in my sections tab that is wants me to place the code in :s
where would i place this code? 🙂
Hey @Sarahclements92
You can check out this app. It is exactly providing what you asked for except for displaying the counter on the collection page at the moment. The app displays remaining/left in stock just above the add-to-cart button and works for variant levels. The threshold can be also selected within the app so that you can only display the widget if you are low in stock.
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