Accepting credit cards, warehouses, and shipping and fulfilling orders
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! 🙂
Solved! Go to the solution
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!
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!
Ah, that's absolutely brilliant! That's working for me now!
Thanks so much 🙂
Hi, I'm new to this but wanted to add shipping method to my packing lists too.
Where do i add this code?
Settings > Shipping and delivery > Packing Slips > Edit template
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> </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!
Thank you, is working now.
This helps, but where do you need to add this variable line???
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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024