This can be done by modifying your theme code. You can use this code
{% if product.available and product.variants.first.inventory_quantity <= 99 %}
{{ product.variants.first.inventory_quantity }} items left
{% endif %}
This can be done by modifying your theme code. You can use this code
{% if product.available and product.variants.first.inventory_quantity <= 99 %}
{{ product.variants.first.inventory_quantity }} items left
{% endif %}