Hi, iv been using the order printer app by shopify for some time now and have found it very useful. I have managed to integrate a return slip, stamp and relevant literature as part of the packing slip. I was just wondering is there a way to include the SKU (part number) as part of the picking slip as without this, our picking staff can only go on the title of the product which doesn't always give a clear description of the actual part ordered. Thanks in advance for any help!
HI Philip,
I know this is an old post now, but if you still need it here's the code you need to add:
{% for item in line_items %}
{{ item.sku }}
{% endfor %}
So there is a loop which loops through each of your products in the order (which is most likely already in your document code). Inside the loop anywhere you can use the {{ item.sku }} code.
Hope this helps!
User | Count |
---|---|
11 | |
11 | |
6 | |
5 | |
4 |