Email templates

Instead of sending standard Shopify gift card email (which can't include personal message and is sent right after order is placed) app is sending its own email.

Default email template looks like this: age

Gift card image is a dynamic image taken from your App Gift Card product image. Changing gift card product image in Shopify backend is going to update this image as well.

Email template can be edited with use of HTML and CSS and some basic knowledge of both would be recommended. If you have any problems editing it - please let us know and we will happily assist you.

There are some variables you can use in your gift card email template, such as:

Gift Card:

{{gift_card.code}}
{{gift_card.expires_on}}
{{gift_card.image}}
{{gift_card.amount}}

Email:

{{email.sender_name}}
{{email.message}} - personal message provided by customer

Shop:

{{shop.email}} - default shop email
{{shop.name}} - shop name

Additionally you can use liquid syntax such as if statements and for loops.

Last updated