Hi, is there a liquid code for the delivery method? We would like to add this to our packing slips.
Thanks
Linzi
A user is seeking to add the shipping/delivery method to their packing slip template using Liquid code.
Solution Provided:
{{ order.shipping_method.title }}This code snippet can be inserted into the packing slip template to display the selected delivery method for each order.
Hi, is there a liquid code for the delivery method? We would like to add this to our packing slips.
Thanks
Linzi
Hi Linzi,
Yes, the liquid code for delivery method is {{ order.shipping_method.title }}