Skip to main content

Voucher upon newsletter registration

During the installation of the plugin, the voucher Newsletter Registrierung Gutscheine is automatically created and the email template sNEWSLETTERCONFIRMATION is extended with an additional line above the footer. If you use a custom template so that the plugin cannot insert the additional line above the footer, the line is placed at the beginning of the template. You can customize the position or the text of the line in the email template under Settings → Email templates → System emails → sNEWSLETTERCONFIRMATION.

Once you have activated the corresponding field Gutschein bei Newsletter-Registrierung in the Plugin configuration, customers will automatically receive an individual voucher code with the confirmation email upon newsletter registration. The voucher codes are generated for the voucher class Newsletter Registrierung Gutscheine created by the plugin. For this assignment to work, it is important that you do not rename the voucher class.

Custom adjustments

The voucher for newsletter registration can be edited like any other voucher in the voucher administration under Marketing → Vouchers, e.g. to define the voucher amount and the conditions for redeeming the voucher. It is important that the following line is included in the email template:

{if !empty($viisonVoucherCode)}

Ihr persönlicher Gutschein-Code: {$viisonVoucherCode}

{/if}

To explicitly inform customers that they will receive a voucher code upon completing the newsletter registration, you can, for example, customize the text snippet that is displayed above the newsletter registration form in the frontend under Settings → Text snippets → sFooterNewsletter. Likewise, you can edit the text that is displayed to the customer after completing the newsletter registration under Settings → Text snippets → sNewsletterInfo and, for example, point out the voucher code in the email.

Note: The plugin does not add any further security measures. This means that a customer could potentially register for the newsletter multiple times using different email addresses, or temporarily unsubscribe and resubscribe, in order to receive multiple voucher codes. This check is only possible if the registration is carried out via the Shopware standard route (via “..myShop.com/newsletter/“). Sending a voucher upon newsletter registration is therefore not compatible with other plugins that handle newsletter registration via an external web service or via a different form (e.g. a pop-up window in the shop).

Did this answer your question?