Shopify themes, liquid, logos, and UX
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??
It works great, thank you. The only problem is that it doesn't work with a product with multiple variants. It just shows the stock quantity of the first variant...
Hi 👋
I ended up getting the Shopify tea to resolve this for me. They were really helpful.
I couldn’t find a way to resolve the issue with variants without them.
Bec
User | RANK |
---|---|
219 | |
153 | |
61 | |
52 | |
46 |
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