Hi folks,
I’m trying to edit our Order Printer packing slip template to display the customer-entered discount code, if possible beside the order details at the top right of the page, ie alongside order number, order date etc.
I’ve identified the code for these existing variables, but nothing I do seems to show this additional field when we print the order. Ideally we’d like the field to be displayed regardless of whether a code has been entered during checkout or not.
SHOP NAME HERE
- Order {{ order_name }}
- Order Date {{ created_at | date: "%d/%m/%Y" }} {% if shipping_method.title != blank %}
- Shipping {{ shipping_method.title }} {% endif %}
I really hope someone can help. We’ve entered our peak season and have realised at the last minute we need to see these discount codes during picking/packing.
Thanks
Chris