This is module for PrestaShop that sends reminders to customers that has voucher codes. With addon you can create as much reminders as you want and each of this reminder can use own unique email template. Each reminder can be delivered X hours before voucher expiration
Voucher Reminder module sends automatically informations to customers that have voucher codes that are near to exipre. This PrestaShop addon allows to define unlimited number of reminders and each reminder can use different email template and it can be send with another term.
What module creaes after installation
This module creates new items under "price rules" menu. There you can find two menu items:
- Reminders (you can create unlimited number of reminders there)
- Reminders history (there you can manage and see what reminders were sent)
Advanced personalization of emails
As you already know each reminder defined in this module can have different settings. So, possibility to personalize the reminder is very useful option, mainly because:
- You can personalize title of the email for each reminder
- You can personalize email template for each reminder (each reminder can use different email template so you can create unique design)
- You can define when reminder will be delivered (send reminder X hours before expiration). For example you can send reminder 6 hours before expiration, or 1 week before expiration etc.
Available email variables
You can personalize email contents. As you already know you can use different email template for each reminder. You can add own contents based on variables. List of variables with short explanation you can find below:
Variable | Description |
---|---|
{first_name} | Customer's first name |
{last_name} | Customer's last name |
{voucher_name} | Name of the voucher code |
{voucher_value} | Value of the voucher code |
{voucher_date_from} | Date of voucher activation |
{voucher_date_to} | Date of voucher expiry |
{voucher_quantity} | Quantity of voucher code (nb of vouchers to use) |
{voucher_quantity_per_user} | Quantity per user (nb of vouchers for user) |
{voucher_minimum_amount} | Minimum amount (cart value) that is necessary to use the voucher code |
{voucher_minimum_amount_currency} | Currency of minimum amount option |
{unsubscription} | Link that allows to unsubscribe from reminder messages |
1.4.3
- changed module workflow in terms of date included to email message
- from now format of date is equal to format used by your shop (localization settings)
1.4.2
- added feature to unsubscribe from voucher reminders
- added feature to manage unsubscriptions directly from "catalog > unsubscriptions" menu item in shop's back office
- added feature to automatically check for updates
1.4.1
- added improvements to voucher identification feature, it does not send vouchers where quantity is 0 (boucher already used)
1.3.1
- added improvements to date format, it uses 24h date format now
1.2.1
- added support of PrestaShop 1.7
1.1.1
- added full Polish, Spanish translation
1.0.0
- started project on mypresta addons marketplace