Re: Adding Shipping Method to Packing Slips

Solved

How can I add a shipping method to packing slips?

ChelseaColgan
New Member
9 0 0

Hi there,

 

I'm new to Shopify and I've looked through the other postings regarding adding the shipping method to the packing slips, but I can't find any solution that actually works.

 

I've had a look at the liquid variables, however it's not clear what I should add. Adding shipping_method doesn't seem to actually provide the info?

 

Any help would be really appreciated! 🙂

Accepted Solution (1)

ClaireMonkey
Shopify Partner
3 1 2

This is an accepted solution.

I just needed to do that myself, and eventually found (through the forums, not the documentation) that the liquid variable needed is: {{ order.shipping_method.title }}

Hope that helps!

View solution in original post

Replies 8 (8)

ClaireMonkey
Shopify Partner
3 1 2

This is an accepted solution.

I just needed to do that myself, and eventually found (through the forums, not the documentation) that the liquid variable needed is: {{ order.shipping_method.title }}

Hope that helps!

ChelseaColgan
New Member
9 0 0

Ah, that's absolutely brilliant! That's working for me now! 

 

Thanks so much 🙂 

spanky1975
Tourist
4 0 2

Hi, I'm new to this but wanted to add shipping method to my packing lists too.

Where do i add this code?

ClaireMonkey
Shopify Partner
3 1 2

Settings > Shipping and delivery > Packing Slips > Edit template

soulchild37
Shopify Partner
194 9 58

Hi Spanky1975, assuming you haven't modify the packing list template previously,

You can find the line `<div class="shipping-address">` in the template , and add `<h2>{{ order.shipping_method.title }}</h2>` below that line .

And then find the line `<div class="billing-address">` in the template, and add `<h2>&nbsp;</h2>` below that line. (This step is to make the spacing so that the billing address will align vertically with shipping address, as the shipping method is added to shipping address layout)

I have written a tutorial for this with step by step screenshot on where to add the code here : https://yagisoftware.com/articles/how-to-add-shipping-delivery-method-name-into-packing-slip-templat...

Hope this helps!


Spent too much support time dealing with order cancellation request from customer? Wouldn't it be good if customer can cancel order on their own without bugging your support? Try out Cancellable app! https://apps.shopify.com/cancellable . I also write articles about store customization that can improve your customer shopping experience here : Yagi Software Blog
CocoMediworld
Visitor
2 0 0

Thank you, is working now.

CocoMediworld
Visitor
2 0 0

This helps, but where do you need to add this variable line???

ClaireMonkey
Shopify Partner
3 1 2

You put it into your packing slip template wherever you want it. It's just basic HTML in there essentially, so it's entirely your choice as to where you want to display in within the page. I put it between the addresses and the items, but it's really just wherever you want it.

Or if you mean where do you find the template, that was the answer to the previous question in this thread:
Settings > Shipping and delivery > Packing Slips > Edit template