Skip to main content

Adjusting the order confirmation email for vouchers

To give customers further information about purchased gift vouchers in the order confirmation email, you can adjust the corresponding email template.

  1. Open the corresponding email template under Settings → Email templates → System emails → sORDER

  2. 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}
  3. 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}
  4. Click Save template to complete the adjustment of the email template.

For further information on managing email templates, see the Shopware documentation.

Did this answer your question?