Hi,
I’m wanting to show stock quantity on the product page.
Using Kalles theme - could someone help please?
Hi,
I’m wanting to show stock quantity on the product page.
Using Kalles theme - could someone help please?
Use bellow code for the showing stock quantity on product page -
{% if product.available %}
{% assign variant = product.selected_or_first_available_variant %}
Stock Quantity: {{ variant.inventory_quantity }}
{% else %}
This product is currently unavailable.
{% endif %}
Put this code in your product-template, product or main-product whatever your product template liquid file where you want to show the stock quantity.
Hi,
Thank you!
It’s currently showing as nearly off the screen to the right - do you know how i can move it?
without store url how can i help you?