Hello. I would like to display “low in stock” for products that are 10 or less in stock in the places circled below.
Any help would be appreciative.
Hello. I would like to display “low in stock” for products that are 10 or less in stock in the places circled below.
Any help would be appreciative.
@cretan , Hope you are doing well.
welcome to the Shopify community.
Could you please share your store URL? also, let me know which theme you are using for your website.
Thanks, using the dawn theme. Cretan Terracotta Pots
Please add the below liquid code in the theme product-grid file. Search for the div class where you want to add a
{% if product.available and product.inventory_quantity <= 10 %}
Low in stock
{% endif %}
low stock alert.
Thank you. I don’t have a Product-grid file in my code though? Would it work anywhere else?
Hi, would any other file work as I don’t have a product-grid file?