Shopify themes, liquid, logos, and UX
I'm trying to add an order tag to print on the packing slip - we print through Order Printer so I've edited the template through that. But when printing the packing slip, it just shows "Tag:" without the actual words from the order tag.
The code looks like this:
<h3 style="margin: 0 0 1em 0;">Shipping Details</h3>
<div style="margin: 0 0 1em 0; padding: 1em; border: 1px solid black;">
<p class="text-align-right">
<strong>Tags:{{ order.tags }} </strong><br/>
</p>
<strong>{{ shipping_address.name }}</strong><br/>
And looks like this when printed:
Solved! Go to the solution
This is an accepted solution.
That worked a treat! Thank you!!
Try just using {{ tags }}
On notification variables you don't need the "order.", so you probably don't need it there as well.
Reference: https://help.shopify.com/en/manual/orders/notifications/email-variables
This is an accepted solution.
That worked a treat! Thank you!!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025