Display Local Pickup on On Order Printer

Here’s the code that I use on my packing slip. Hope it works for you.

{% if order.shipping_method.title != blank %}

  • Shipping Method: {{ order.shipping_method.title }}
  • {% endif %}

    Cheers,

    Marcel

    Mascot Label Group

    1 Like