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 !