How to add SKU inventory quantity to order template on Order Printer Pro?

Hi, Simple question to add the SKU Inventory quantity to our order template on APP Order Printer Pro.

The end result with be

2x ADP-45AW A_C (14)

What am I missing ?

{% for line_item in line_items %}

{{ line_item.quantity }} x {{ line_item.sku }} ( {{ item.variant.inventory_quantity }} ) {% endfor %}

Thanks and Happy Holidays !

1 Like

Found it.

I was close

( {{ line_item.variant.inventory_quantity }} )

1 Like