Here is the list of supported liquid variables which you can use in the review email template/layout.
In This Guide
Shop Variable
{{ shop.logo }} |
Include your store's logo with image tag |
{{ shop.name }} |
Your store's name |
{{ shop.logo_url }} |
Returns your logo's URL |
{{ shop.url }} |
Returns your store's URL |
|
|
Customer Variable
{{ customer.email }} |
Returns the email address of the customer. |
{{ customer.name }} |
Returns the full name of the customer. |
{{ customer.first_name }} |
Returns the first name of the customer. |
{{ customer.last_name }} |
Returns the last name of the customer. |
{{ customer.country }} |
Returns the country of the customer. |
{{ customer.birthday }} |
Returns the birthday of the customer. |
|
|
Points Earned / Birthday Email
{{ activity_earned_name }} |
Returns the activity name that was completed |
{{ activity_earned_points }} |
Returns the reward points earned from completing the activity |
{{ next_reward_name }} |
Returns the next reward's name closest to the customer's current point total |
{{ next_reward_points }} |
Returns the next reward's amount of points needed |
{{ points_name }} |
Returns the points name |
{{ points_current_with_name }} |
Returns the customer's current points with points name |
{{ url_unsubscribe }} |
Returns the unsubscribe URL |
{{ next_tier_name }} |
Returns the name of the next VIP tier customer is eligible for |
{{ next_tier_points_with_name }} |
Returns the amount of points needed to reach the next VIP tier |
|
|
Points Redeemed Email
{{ reward_name }} |
Returns the reward's name that was awarded |
{{ reward_code }} |
Returns the reward's coupon code that was awarded |
{{ reward_value }} |
Returns the reward's coupon value |
{{ points_name }} |
Returns the points name |
{{ points_current_with_name }} |
Returns the customer's current points with points name |
{{ url_unsubscribe }} |
Returns the unsubscribe URL |
|
|
Referral Share / Completed Email
{{ rewards_name }} |
Returns the reward's name that customer or friend is receiving |
{{ friend_email }} |
Returns the customer's friend email |
{{ friend_first_name }} |
Returns the customer's friend first name |
{{ points_name }} |
Returns the points name |
{{ points_current_with_name }} |
Returns the customer's current points with points name |
{{ url_unsubscribe }} |
Returns the unsubscribe URL |
|
|
Reward Expiry Reminder Email
{{ rewards_name }} |
Returns the activity name that was completed |
{{ rewards_expiry_date }} |
Returns the reward points earned from completing the activity |
{{ points_name }} |
Returns the points name |
{{ coupon_code }} |
Returns the coupon code |
{{ points_current_with_name }} |
Returns the customer's current points with points name |
{{ url_unsubscribe }} |
Returns the unsubscribe URL |
{{ customer.referral_code }} |
Returns the unique referral code of the customer |
Tips to personalize the review request emails:
Liquid Tips