{{template config_path="design/email/header_template"}}

{{trans "Dear %recipient_name" recipient_name=$gcard_email.getRecipientName()|escape}},


{{if gcard_email.getSenderName()}} {{trans "%sender_name purchased a" sender_name=$gcard_email.getSenderName()|escape}} {{trans "%balance" balance=$gcard_email.getBalance()|escape}} {{trans "online gift card for you at %store_name" store_name=$store.frontend_name|escape}}.
{{else}} {{trans "Congratulations %balance" balance=$gcard_email.getBalance()|escape}} {{trans "online Gift Card for %customer_name" customer_name=$store.frontend_name|escape}}
{{/if}} {{if gcard_email.getSenderMessage()}} {{trans "Please find below message from %sender_name" sender_name=$gcard_email.getSenderName()|escape}}:

{{var gcard_email.getSenderMessage()|escape}}


{{/if}} {{trans " Please go to www.stihlshop.co.nz and select %store_name:" store_name=$store.frontend_name|escape}} you can then enter the following Gift Card code at the check out.

{{var gcard_email.getGiftCode()|escape}}

{{if gcard_email.getImage()}}
{{/if}}
{{trans "Your Gift Card can only be used online it cannot be redeemed in-store. Go to www.stihlshop.co.nz and select %store_name" store_name=$store.frontend_name|escape}}.
Once you have selected the items you would like purchase using your gift card go to the check and enter in the Gift Card number into the box displayed.

{{trans 'If you have questions about your Gift Card we are happy to help, you can email us at %store_email' store_email=$store_email |raw}}{{depend store_phone}} {{trans 'or call us at %store_phone' store_phone=$store_phone |raw}}{{/depend}}.

{{template config_path="design/email/footer_template"}}