I feel like this really shouldn't be that difficult. Would anybody have the code that I need to copy and paste into the product page template?
I could use that too 🙂
Hey @Stage I just use the following custom liquid field on my product page.
<DIV>{% if product.variants.first.inventory_management == "shopify" and product.variants.first.inventory_quantity < 6 and product.variants.first.inventory_quantity > 0 %}
Only {{ product.variants.first.inventory_quantity }} left in stock!
{% endif %}</DIV>
This looks to see if there are fewer than 6 in stock but more than 0 products and then outputs, "Only 3 left in stock!"
If the product is out of stock it's hidden and if there are 6 or more in stock it's hidden. Just change the numbers as required.
Hi,
this keeps saying only 1 in stock but I have more?
do you possibly have a solution please??
User | RANK |
---|---|
278 | |
89 | |
56 | |
46 | |
43 |