We’ve been using the Order Printer App for years now had a custom template created for printing little packing slips. I have copied the code over to the new Shopify Order Printer app and added the order. prefix. Everything seems to be working except for the shipping method. In the attached image the top is the template printed from the legacy app and the bottom is the printed from the new app — the ‘method’ usually says our store pick up address or Canada Post Tracked/USPS Tracked, etc and their address.
Here’s the bit of code that’s been used now:
Order: {{ order.order_name }} Method: {{ order.shipping_line.title }}
{% if shipping_address %}
{% if shipping_address.company %} {{ shipping_address.company }}
{% endif %}
Appreciate any help! Thanks!
