Order Liquid variables guide
Kurvi Kansagra
Last Update 5 months ago
The following variables can be used when interacting with orders / Shopify email templates / Print labels.
{{ order.attributes.CNC-Location-Company }}
{{ order.attributes.CNC-Location-Address-Line-1 }}
{{ order.attributes.CNC-Location-Address-Line-2 }}
{{ order.attributes.CNC-Location-City }}
{{ order.attributes.CNC-Location-Id }}
{{ order.attributes.CNC-Location-State }}
{{ order.attributes.CNC-Location-Postal-Code }}
{{ order.attributes.CNC-Location-Country }}
{{ order.attributes.CNC-Collect-Date }}
{{ order.attributes.CNC-Collect-Time }}
{{ order.attributes.Delivery-Date }}
{{ order.attributes.Delivery-Time }}
{{ order.attributes.Delivery-Location-Id }}
{{ order.attributes.Custom-Attribute-1 }}
{{ order.attributes.Custom-Attribute-2 }}
{{ order.attributes.Custom-Attribute-3 }}
{{ order.attributes.Custom-Attribute-4 }}
{{ order.attributes.Custom-Attribute-5 }}
{{ order.attributes.Shipping-Date }}
If you want to show different design or content based on selected method you can see following liquid example.
//This is a Click and collect order
{% endif %}
{% endif %}
//This is a shipping order
{% endif %}