Overview
eGift emails can be built in email builder. Certain sections of the code must be in an HTML block in order for the code to render properly. Please use Paytronix naming conventions in the email name. It makes it easier for us to find the correct email.
Web eGift Order Confirmation
This is the email that goes to the egift purchaser. This a receipt and does not contain egift card information. Egift card information is sent to the recipient.
Subject Line: Confirmation of Your eGift Order
βThis message confirms the following eGift order you placed through <template:insert field="merchant_name"></template:insert>. Save this email! If you have any questions about your order, you'll need the order number for identification purposes.
Order #: <template:insert field="order_number"></template:insert>
βDate: <template:insert field="order_date"></template:insert>
<table class="html_block block-1" width="100%">
<tr style="font-family:Arial,Helvetica Neue,Helvetica,sans-serif;text-align:center; font-size:14px; color: #000000; border-collapse:collapse;">
<th style="padding: 5px;">Item Number</th>
<th style="padding: 5px;">Quantity</th>
<th style="padding: 5px;">Label</th>
<th style="padding: 5px;">Unit Price</th>
<th style="padding: 5px;">Total Amount</th>
</tr>
<template:custom-table field="order_item_details_table">
<tr style="font-family:Arial,Helvetica Neue,Helvetica,sans-serif;text-align:center;font-size:13px; color: #000000;">
<td style="padding: 10px;">#{itemNumber}</td>
<td style="padding: 10px;">{quantity}</td>
<td style="padding: 10px;">{label}</td>
<td style="padding: 10px;">$ {unitPrice}</td>
<td style="padding: 10px;">$ {lineAmount}</td>
</tr>
</template:custom-table>
<template:custom-table field="order_item_details_table">
<tr>
<td align="center" style="font-family:Arial,Helvetica Neue,Helvetica,sans-serif;text-align:center;font-size:12px;" colspan="5">Recipient Email: {recipientEmail}</td>
</tr>
</template:custom-table>
</table>
Subtotal: $ <template:insert field="order_subtotal"></template:insert>
βOrder Total: $ <template:insert field="order_total"></template:insert>
Problem with your order? Contact <template:insert field="merchant_name"></template:insert> directly at (555) 555-1111.
βThis is an auto-generated message regarding your order. Please do not reply.
Example:
Web eGift Order Item Fulfillment
This email is sent to the egift recipient and has egift card information.
Subject Line: <template:insert field="order_item_personalized_from"></template:insert> sent you an eGift through <template:insert field="merchant_name"></template:insert>
Hi <template:insert field="order_item_personalized_to"></template:insert>,
Exciting news! <template:insert field="order_item_personalized_from"></template:insert> sent you an eGift through <template:insert field="merchant_name"></template:insert>. This gift can be redeemed at any of our restaurant locations.
To check your balance, <template:link type="web_base_url_secure" path="guest/nologin/account-balance">click here.</template:link>
From: <template:insert field="order_item_personalized_from"></template:insert>
βTo: <template:insert field="order_item_personalized_to"></template:insert>
βMessage: <template:insert field="order_item_personalized_msg"></template:insert>
<template:image img:style="width:200px" type="order_item_img">Card Image</template:image>
<table class="html_block block-1" width="100%">
<tr style="font-family:Arial,Helvetica Neue,Helvetica,sans-serif;text-align:center; font-size:14px; color: #000000; border-collapse:collapse;">
<th style="padding: 5px;">Card Number</th>
<th style="padding: 5px;">Reg Code</th>
<th style="padding: 5px;">Value</th>
</tr>
<template:custom-table field="card_item_details_table">
<tr style="font-family:Arial,Helvetica Neue,Helvetica,sans-serif;text-align:center;font-size:13px; color:#000000;">
<td style="padding: 10px;">{cardNumber}</td>
<td style="padding: 10px;">{regCode}</td>
<td style="padding: 10px;">$ {itemValue}</td>
</tr>
</template:custom-table>
</table>
How to Redeem Your eGift: Print this email or present it to your server on a mobile device.
Problem with your eGift? Contact <template:insert field="merchant_name"></template:insert> directly at (555) 555-1111.
This is an auto-generated message regarding your order. Please do not reply.
Example:
Web eGift Free Item Fulfillment
This email is sent to the egift purchaser with bonus or promo card information.
Subject: Thanks For Purchasing an eGift From <template:insert field="merchant_name"></template:insert>! Here Are Your Free Gifts!
Thanks for sending an eGift through <template:insert field="merchant_name"></template:insert>! You've earned the following rewards to be redeemed at any of our locations:
Free Item:
<template:image img:style="width:200px" type="order_item_img">Bonus Card Image</template:image>
<table class="html_block block-1" width="100%">
<tr style="font-family:Arial,Helvetica Neue,Helvetica,sans-serif;text-align:center; font-size:14px; color: #000000; border-collapse:collapse;">
<th style="padding: 5px;">Card Number</th>
<th style="padding: 5px;">Reg Code</th>
<th style="padding: 5px;">Value</th>
</tr>
<template:custom-table field="card_item_details_table">
<tr style="font-family:Arial,Helvetica Neue,Helvetica,sans-serif;text-align:center;font-size:13px; color:#000000;">
<td style="padding: 10px;">{cardNumber}</td>
<td style="padding: 10px;">{regCode}</td>
<td style="padding: 10px;">{itemValue}</td>
</tr>
</template:custom-table>
</table>
How to Redeem Your Promotional Item: Print this email or present it to your server on a mobile device.
Problem with your order? Contact <template:insert field="merchant_name"></template:insert> directly at (555) 555-1111.
This is an auto-generated message regarding your order. Please do not reply.
Example:



