To provide customers with further information on purchased gift vouchers in the order confirmation email, the corresponding email template can be customised.
- Open the corresponding email template under Configuration → E-mail management → Email Templates → System Emails → sORDER.
- In the HTML tab, insert the following text block at the desired position, whereby you can adapt the text accordingly:
{if $additional.viisonCoupon}
Note regarding gift vouchers
{/if} - To display the remaining value of a redeemed voucher, you can also insert the following code block:
{if $additional.viisonRemainingVoucherValue}
Your gift voucher will have a residual value of
{$additional.viisonRemainingVoucherValue|currency}.
{/if} - Click Save template to finish customising the email template.
You can find further information on managing email templates in the Shopware documentation.