Liquid Variables for Email Reminder

Reference guide to the Liquid variables you can use in email reminders, allowing you to dynamically insert order details, customer information, and pickup point data into your messages.

order_status_url

Checkout link where customer can select pickup pointInput

#{{ order_status_url }}

Output

https://your-store.myshopify.com/25910870067/orders/a1038e2b51d494a2cd87255c621f6496

order_name

Order nameInput

#{{ order_name }}

Output

#1001

shop_name

Your shop nameInput

#{{ shop_name }}

Output

Your Store

shop_customer_email

Your customer support emailInput

#{{ shop_customer_email }}

Output

[email protected]

customer_locale

Customer localeInput

#{{ customer_locale }}

Output

cs-CZ

country_code

Customer shipping country codeInput

#{{ country_code }}

Output

CZ