Skip to main content

Liquid Variables for Email Reminder

Updated over 7 months ago

Order details

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

support@your-store.com

customer_locale

Customer localeInput

{{ customer_locale }}

Output

cs-CZ

country_code

Customer shipping country codeInput

{{ country_code }}

Output

CZ
Did this answer your question?