If your store uses multiple delivery carriers, it can be crucial to show the shipping method (carrier name) on the packing slip, to ensure the parcel is posted into the right delivery carrier.
This tutorial will guide you to place the shipping method text in the packing slip like this :
To edit the packing slip template, you can go to your store Settings > Shipping and Delivery, scroll to the “Packing Slips” section, and click Packing slip template .
In the template code, search for the line <div class="shipping-address">
, then add this line below it
<h2 class="">{{ order.shipping_method.title }}</h2>
Next, search for the line <div class="billing-address">
, then add this line below it
<h2> </h2>
After inserting this two line, click “Save”. As the “Preview template” button does not show the shipping method, we will need to go to an actual order and preview it.
In the generated packing slip, you should now see the shipping method / delivery method there.
We respect your privacy, unsubscribe any time