How to add shipping method to packing slip in Shopify

27 Jul 2024

Axel Kee

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 :

Delivery method on packing slip

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 .

Edit 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>

Add the line of code below the shipping-address div


Next, search for the line <div class="billing-address"> , then add this line below it

<h2>&nbsp;</h2>

Add the line of code below the billing-address div

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.

Preview packing slip

In the generated packing slip, you should now see the shipping method / delivery method there.

Customize your Shopify store without coding knowledge, and gain happy customers

I will send practical tutorials and guide which you can follow without coding experience, about once a week

We respect your privacy, unsubscribe any time