I am using the dynamic liquid value {{ order.source_name }} in a packing slip in order to tell if an order came from my Online Store (in which order.source_name == ‘web’) or anywhere else such as Draft Orders.
However upon troubleshooting it appears that {{ order.source_name }} is empty; it doesn’t return anything.
How else can I reference the source of an order in liquid?