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.
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024