How to include delivery method on a packing slip?

I would like to add the delivery method to the packing slip.

Does anybody know which code I need to add?

Thanks!

1 Like

Hey, @GeordieBacon

You can do this by editing your packing slip code template. There is actually some provided code in an old forums thread here that you can use.


Ship Via: {{ order.shipping_method.title }}

If there is anything else I can help you with, please let me know.

1 Like

Ah thank you! Somehow this didn’t show up in my search but it worked, brilliant.

GLad that worked for you, @GeordieBacon ! If there is anything else I can help you with, please let me know.

What about just general Delivery Method? We only have one shipping option, but we do pickup (at multiple locations), delivery, and shipping. When I print the orders, I need to know which method, and then for pickup, i need to know which location. What would you suggest adding for that?