Shopify themes, liquid, logos, and UX
How do I show the quantity of items sold on the product page? So that the quantity in stock is equal to that of sold + 1..
I use the code like this, but every time there is a sale, the value goes down xD
{% assign product_qty = 0 %}
{% for variant in product.variants %}
{% if variant.inventory_quantity > 0 %}
{% assign product_qty = product_qty | plus: variant.inventory_quantity %}
{% endif %}
{% endfor %}
{% if product_qty > 0 %}
{{ product_qty }} sold.
{% endif %}
User | RANK |
---|---|
125 | |
99 | |
74 | |
72 | |
39 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022