This module is great marketing tool. it's a kind of "call to action" feature. Your customers after account creating (register) in your shop will receive a individual voucher code. They will receive an email with information about their discount, in addition voucher code will appear also in they account.
This PrestaShop Addon is a great feature to increase sales in your shop. Right after register your customer will receive notification mail with personal voucher code. Welcome voucher is one of the best ways to build satisfed customers network. In addition voucher code will appears also in customer "My Account" section. Of course as a shop owner you can define voucher code specification.
Main features of Welcome voucher module
The most important feature in this module is an ability to automatic generate voucher code for each new customer in your shop based on prestashop engine. Customer will receive notification email with personal voucher code + each customer will see own voucher code in "my account" section.
Rules that are necessary to follow to get the coupon
The most important rule, of course, is a registration in the shop. This means that only new customers will receive the dedicated unique coupon code. In addition to this you can generate coupon only if customer will also subscripte to the newsletter - otherwise module will not generate coupon. Another rule that is available in the plugin is possibility to generate or not generate coupons for B2B customers (you can enable or disable possibility to get coupon for these customers)
Voucher codes specification setup
As a shop owner you can of course define detailed specification of voucher code. I mean that you can define each aspect of automatically generated voucher code. More about available options you can read below:
Define the type of voucher
This module allows to generate and send unique voucher code to your customer. You can also set it up to send voucher code that already exist in your shop.
Main voucher code settings
Voucher code conditions
Voucher codes actions
Available variables in email templates
This module adds some special variables to email templates. You can use them among others added to emails by default. These shortcodes are a great way to personalize the email contents.
Variable | Description |
{voucher} | This variable used in email contents will print voucher code. For example: XFDE3240SS |
{voucher_date_from} | This variable will print a date from which voucher will be active and available to use |
{voucher_date_to} | This variable used in email template will print voucher expiry date |
{voucher_value} | This variable will write information about voucher value |
{customer_firstname} | This variable will be replaced with customer first name (customer that created an account) |
{customer_lastname} | This variable will be replaced with customer last name (customer that created an account) |
Voucher codes after registration showcase (configuration + front office)
Tools::getValue('email')
with $newuser->email
in the voucher generation process. This change ensures compatibility with non-default user registration modules. {voucher}
, {voucher_date_from}
, {voucher_date_to}
, {voucher_value}
, {customer_firstname}
, {customer_lastname}
.