I am using the prestige theme currently I’m trying to display with each product Availablity : in stock, Availabilty : On-Order (x) weeks, Availbility: Pre Order
something like this or similar, Ive been digging around trying new apps. Does anyone have any suggestions?
{% 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 %}
You can display stock availability automatically in your store without the need for coding with ModeMagic App on Shopify. You can set up simple automation rules which display a out of stock or a few left badge based on your inventory level.