Get the inventory quantity of an item on the cart page

Solved

Get the inventory quantity of an item on the cart page

RamonRoyo
Shopify Partner
8 0 6
Hi everyone!
The theme is Porto.
Is there a way to get the inventory quantity of an item on the cart page?
I've listed the properties of the items in the cart, plus the product object and none has the inventory_quantity property.
The only way I can think of as of now is by using Shopify's API, which I've never used btw, to get an item's inventory value. So I'm quite lost on this.
Any help will be of great value, thanks in advance.
Ramon Royo | Freelancer - Shopify Lover
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Accepted Solution (1)

Kumar2573
Shopify Partner
171 8 23

This is an accepted solution.

{{lineitem.variant.inventory_quantity}}
Shopify Certified Developer Profile - https://www.credly.com/badges/1733d05c-2a88-490a-aef5-b01baf3b94ce/public_url
Expert Shopify Plus & shopify Developer & Theme customizer
- If the problem is solved remember to click to Accept Solution
- Press Like ?? if the answer was helpful
- Still, Facing issue, Reach out to me Email :- jitendra3496@gmail.com | Skype :- jitendra2573_1
- Direct Hire me :- Direct Contact me

View solution in original post

Replies 4 (4)

Kumar2573
Shopify Partner
171 8 23

This is an accepted solution.

{{lineitem.variant.inventory_quantity}}
Shopify Certified Developer Profile - https://www.credly.com/badges/1733d05c-2a88-490a-aef5-b01baf3b94ce/public_url
Expert Shopify Plus & shopify Developer & Theme customizer
- If the problem is solved remember to click to Accept Solution
- Press Like ?? if the answer was helpful
- Still, Facing issue, Reach out to me Email :- jitendra3496@gmail.com | Skype :- jitendra2573_1
- Direct Hire me :- Direct Contact me
RamonRoyo
Shopify Partner
8 0 6

You saved my day, I'd already spent quite a lot of time on this.

 

A big and appreciative thank you to you @Kumar2573.

 

I missed that property and it's working wonderfully for what I needed.

Ramon Royo | Freelancer - Shopify Lover
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
glowcreativenz
Shopify Partner
17 1 6

Do you have any instructions on how to implement this? I tried using the property in the cart template but it returns no value.

Ashleigh
Web Designer | Shopify Partner
Glow Creative
jsmcavady
Shopify Partner
2 0 0

in the cart liquid file,

 

try 

 

{{ item.variant.inventory_quantity }}