What is the process to show total product quantity on my site?

Solved

What is the process to show total product quantity on my site?

sunderwear
Visitor
3 0 0

How can we display the total number of available items of a product?

Through variants we can define size, color and how many available. For example you have a product of 3 different sizes, one items each size with the same price so overall three items of the product and on xml you can see all variants but not the total available items per product.

Is there a solution for this?

Some integration platforms like Skroutz in Greece require the total number of items per product as well

Accepted Solution (1)

oscprofessional
Shopify Partner
16343 2438 3177

This is an accepted solution.

Hi @sunderwear,

For liquid code you need to enable 'Track quantity' in Inventory for products/variants.

liquid code : 

Quantity : {{ product.selected_or_first_available_variant.inventory_quantity }}

oscprofessional_0-1689331296869.png

oscprofessional_1-1689331535533.png

I hope this might be helpful for you.

 

Thanks...

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 2 (2)

oscprofessional
Shopify Partner
16343 2438 3177

This is an accepted solution.

Hi @sunderwear,

For liquid code you need to enable 'Track quantity' in Inventory for products/variants.

liquid code : 

Quantity : {{ product.selected_or_first_available_variant.inventory_quantity }}

oscprofessional_0-1689331296869.png

oscprofessional_1-1689331535533.png

I hope this might be helpful for you.

 

Thanks...

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
sunderwear
Visitor
3 0 0

Thank you very much. This was helpful