This worked perfectly for me, except when there’s zero stock it shows “Just 0 in stock”. Is there a simple change to this that I can make to only work when I have more than 1 in stock but fewer than 6 in stock? I only want to add this when I get below 6 of a product.
Thanks
{% if product.variants.first.inventory_management == “shopify” and product.variants.first.inventory_quantity > 0 %}> We currently have {{ product.variants.first.inventory_quantity }} in stock.> {% endif %}