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
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.
User | RANK |
---|---|
178 | |
155 | |
76 | |
32 | |
31 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023