This addon allows to create gift cards in your shop. Customers can order them and give as a gift for their friends / family etc. In module you can create as many gift cards as you want. It means that you can sell $25, $50, $100, $500, ... , promotional gift certificates - everything depends on you!
This module is great way to increase sales in your shop. Customers can order gift cards and in the future - use them to order something in your store. this PrestaShop addon is highly customized, you can define each aspect of the voucher code, specify its value, expiry date etc. Everything depends on you, and whole process of generating gifts is automatic. You don't have to do anything, module will do everything for you.
Gift card certificates module features
The main and most important feature of this module is a possibility to sell gift cards with fully automated voucher (gift card) generation process. Customers will automatically receive their gift certificates - right after payment or order confirmation by shop admin (you can define order statuses for which customer will receive own unique gift card).
Back office settings
- You can select statuses of order, then customers will receive gift card only if order status is equal to one that you will select.
- You can define as many gift cards as you want
- you can edit already created gift cards types
- you can remove them any time you want
- you can specify value of gift card with advanced specification form, where you can define each aspect of the code
Decide how module will get "voucher code" to send it as a "gift card"
Module can work in a two ways, you can:
- automatically generate voucher code
This option will genreate unique voucher code and add it to the shop based on "advanced voucher configuration tool". This voucher code will be available to use in your online shop.
- get one random code from predefined list of codes
You can add predefined list of voucher codes to your shop. Module will get random code from this list and send it to the customer as a gift card. This option does not add code to the shop - it is for "retail stores" purposes. But if you want - you can add code to the shop "voucher codes" - so it will be available to use it in online shop too.
Voucher codes specification setup
For each created action you can define voucher code. Of course, you are able to define detailed voucher settings. It works the same as the default voucher codes feature - so you've got very detailed options to specify voucher code. Each voucher code will be individually created for each customer. It just mean that each voucher code will be different.
Main voucher code settings
Voucher code conditions
Voucher codes actions
Email template to customer who bought the gift card
As you already know - this module allows to send emails with gift cards. Each instance of gift card product can be associated with different email template and with different .pdf template. Each email template can be personalized with special variables. Below you can find list of available shortcodes to display dynamically generated datas. Module from v4.0.0 has feature to manage email templates directly from addon configuration page - thanks to this you can create new templates without touching the files!
Email for customer | |
{voucher} | This variable will be replaced with voucher code |
{barcode} | This variable will be replaced with barcode of voucher code |
{voucher_date_from} | Information about the date of gift card activation |
{voucher_date_to} | Information about gift card expiry date |
{voucher_value} | Information about gift card value |
{voucher_description} | This will be replaced with description of voucher code |
{pdf_link} | This will be replaced with an url to downloadable .pdf file with gift card |
{firstname} |
This will be replaced with first name of customer that purchased gift card |
{lastname} | This will be replaced with last name of customer that purchased gift card |
Template of email to friend
As you know - module has a feature to send dedicated emails to customers' friends with attached gift card. Also this email can be personalized with own template and own variables. Below you can find list of variables available in this email. Module from v4.0.0 has feature to manage email templates directly from addon configuration page - thanks to this you can create new templates without touching the files!
Email to customers' friends | |
{voucher} | This variable will be replaced with voucher code |
{barcode} | This variable will be replaced with barcode of voucher code |
{voucher_date_from} | Information about the date of gift card activation |
{voucher_date_to} | Information about gift card expiry date |
{voucher_value} | Information about gift card value |
{voucher_description} | This will be replaced with description of voucher code |
{pdf_link} | This will be replaced with an url to downloadable .pdf file with gift card |
{from} | This will be replaced with an information about who sent the gift card |
{wishes} | This will be replaced with wishes that customers can fill out |
{firstname} | This will be replaced with first name of customer that purchased gift card |
{lastname} | This will be replaced with last name of customer that purchased gift card |
Downloadable pdf template with gift card
Emails can have a link to downloadable pdf file with gift card. To insert a link to email template it is enough to just use short variable {pdf_link}. Each gift card instance can have own unique pdf template (pdf templates are located inside modules/giftcertificate/pdf/ directory). Below you can find list of variables available for .pdf template files. Module from v4.0.0 has feature to manage templates of pdf files directly from addon configuration page, This means that you can edit existing and create new templates without touching the files!
Email to customers' friends | |
{voucher} | This variable will be replaced with voucher code |
{barcode} | This variable will be replaced with barcode of voucher code |
{voucher_date_from} | Information about the date of gift card activation |
{voucher_date_to} | Information about gift card expiry date |
{voucher_value} | Information about gift card value |
{voucher_description} | This will be replaced with description of voucher code |
{pdf_link} | This will be replaced with an url to downloadable .pdf file with gift card |
{shop_url} | This will be replaced with URL to online shop |
{shop_name} | This will be replaced with shop name |
{shop_logo} | This will be replaced with link to shop logo image file (so you can insert it to template) |