I tried inserting this code in the liquid packing slip template and we have the description showing up now. it’s the red text inserted between the existing sections. if it doesnt work i might not have copied or highlighted enough of the code; lmk and i’ll copy more of it for you. it’s not elegant but it did work for us.
{% if line_item.variant_title != blank %}
{{ line_item.variant_title }}
Thank you for this code! I just copied and pasted it to our packing slip code and it is almost what we need. For some reason the description is the same for each product, it’s not the unique product description. So if someone orders three different products, the same descriptions appears, but they should be different. Any idea how to fix this? I added a copy of the packing slip so you can see what I’m talking about. I removed the shipping and billing info for privacy. Those normally show up just fine.