Template Editor

When you send your gift card emails, you can use one of our default templates. These templates are fully editable through Emails → Templates.

You can use our drag-and-drop interface to modify or build new templates. Our template engine is powered by Liquid and supports dynamic variables.

All variables are exposed in snake_case. For example, the shop's currency code is shop.currency_code, not shop.currencyCode.

Variables available in every template

Gift card emails

Available in all gift card-related emails (Postman, Bulk Send, Import From File, Scheduled Gift Cards, Reminders, Rewards, etc.):

Gift Card Postman emails

In addition to the gift card variables above, Postman emails expose the recipient and sender entered by the buyer on the product page:

Store credit emails

Available in Scheduled Store Credit and Store Credit Bulk Add emails:

Discount code emails

Available in Discount Codes Bulk Send and Discount Codes Import From File emails:

Gift Card Refund emails

Refund emails expose information about the order and the refund itself:

Formatting money

Money amounts are exposed as raw numeric strings. Use the format_money filter together with the shop's money format to render them with the right currency symbol:

Last updated