Lyashop.se
How can I show how many products remaining?
And i would also like to have the plus and minus quantity selector. The default version is not good/same.
See image
Thanks for the post can you please try this
<div id="variant-inventory">
{% 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 %}
</div>
this code added product page above add to cart button if you able to code if not so please sent me PM Details
User | Count |
---|---|
437 | |
188 | |
104 | |
98 | |
95 |