To give customers further information about purchased gift vouchers in the order confirmation email, you can adjust the corresponding email template.
Open the corresponding email template under Settings → Email templates → System emails → sORDER
In the HTML text tab, insert the following text block at the desired position, adjusting the notice text as needed:
{if $additional.viisonCoupon}
Hinweistext zu Geschenkgutscheinen
{/if}To display the remaining value of a redeemed voucher, you can additionally insert the following code block:
{if $additional.viisonRemainingVoucherValue}
Auf Ihrem Geschenkgutschein verbleibt ein Restwert von
{$additional.viisonRemainingVoucherValue|currency}.
{/if}Click Save template to complete the adjustment of the email template.
For further information on managing email templates, see the Shopware documentation.
