You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Key Features

  • Integration with WHMCS native ordering/invoicing system
  • Native Provision module included
  • No template fiddling!
  • Integration with WHMCS Email Marketer and Emails
  • Powerful API system for script integrations
  • Multi-currency Support
  • Gift Cards can be dividable to small sub-cards
  • Selling price vs face value
  • Multiple expiration dates on gift cards
  • Card can be emailed out to friends and family!
  • Single use gift cards for Promotional Purpose (New in v2.4)
  • Restrict which WHMCS Client Group can buy or redeem the gift card (New in v2.5)
  • Cashier Mode - Allow for variable value Gift Card to be purchased (New in v2.5)
  • SMS/Phone Validation - Force the customer to perform a validation before a Gift Card is activated (New in v2.6)

Installation

File Uploads

Upload all the files in the modules folder to your WHMCS installation. modules/addons/giftcard & modules/servers/giftcardprovision

Template Uploads

No template upload is needed

Language Uploads

The module includes English as the base language. If you wish to translate it to your enabled language in WHMCS. Make a copy of the english.php in /modules/addons/giftcard/lang/ to your associated language. For example, french.php. The filename must match to the ones in the WHMCS/lang/french.php

Configuration

Activation

Log into your WHMCS admin and enable the module by going to Setup → Addon Modules → Gift Card Module Admin → Activate


Once activated, click on Configure and fill in the license key and make any settings adjustment.

WHMCS Product Setup

During the initial module activation, the wizard will create a new Product Group and Product (Product Placeholder) in your WHMCS install. Both of these are hidden by default and it does not need to be shown to your customers. 

There are few things you would want to adjust before continuing.

  1. Update the Product groups (Gift Card Group) to only allow certain type of payment. This important as you don't want to allow fraud to happen with gift cards

  2. Updating the Product,

  • You may want to change the Product Name as this will be listed in the invoice item.
  • Make sure the Welcome Email is matched with the Welcome email (Gift Card Available) the module had created during activation.
  • Tax, on or off? Some countries require Gift cards purchase to be taxed
  • Pricing, leaving it as 0.00. They will be adjusted accordingly during checkout
  • Module Settings → Module Name → Gift Card Provision Module

If you have updated the name of product placeholder, make sure you go back to the Module Configuration in Setup → Addon Modules → Configure and update to the new Product name accordingly to the Generic Product ID dropdown

Note

The product and product is hidden because the module doesn't use the WHMCS system to checkout the order. However, it does use WHMCS's order system + API to manage the orders. Therefore, the Product Placeholder is needed for invoice iteming.

WHMCS Email Template Setup

The module will create the following two email templates into your WHMCS. Gift Card Available and Gift Card Sending Template

TemplateDescriptionUsable Template Variables
Gift Card AvailableThis template is used for the Welcome Email for the Product (Gift Card) Placeholder
Gift Card AssignedThis template is used when you Generate or Import Gift Card Codes in the Admin backend. This will send an notification email to your client that they had been assigned a new Card{$prefix}{$value}{$suffix}{$gc}
Gift Card Sending TemplateThis template is used when your customer want to send out the gift card to their friends via email.{$prefix}{$value}{$suffix}{$gc}{$pm}{$expiry}{$expiration}
Voucher Available (New in v2.7)This template is used for the Welcome Email for the Product (Voucher) Placeholder

Voucher Assigned

(New in v2.7)

This template is used when you Generate or Import Voucher Codes in the Admin backend. This will send an notification email to your client that they had been assigned a new Card{$vc}

Voucher Sending Template

(New in v2.7)

This template is used when your customer want to send out the voucher to their friends via email.

{$mapping}{$vc}{$pm}

{$expiry}{$expiration}

Gift Card Listing

In order for the module to work in the front end, you must have at least one Gift Card available for purchase.

To add a Card for sale, navigate to

Addons → Gift Card Module Admin → Card Management → Create New Listing

To understand what each option does, simply mouseover each option.

HTML codes: <p><br><b><strong><strike> can be used in the Card Description field

Cashier Mode (New in v2.5)

With Cashier Mode, you can allows for the customer to create their own Gift Card with their defined card value.

There are 4 options for Cashier Mode

OptionDescription
Cashier ModeEnable the mode for the particular Card Listing. Once enabled, the defined Card Face Value will be ignored
Cashier Mode Minimum AmountThis define the minimum value the customer set the Card value as
Cashier Mode Maximum AmountThis define the maximum value the customer set the Card value as
Cashier Mode Discount PercentageThe percentage you want to give this particular card listing discount off the Face Value. For example, if you set 10 here. That means you will give 10% discount from the Card's purchase. If someone buy a $1000 card, they will get $100 off (10%)

Restriction Group (New in v2.5)

with the Restriction Group feature. You can now restrict which client in which WHMCS Client Group to be able to Purchase and/or Redeem Gift Card in a particular Gift Card Listing

To utilize this function.

  1. Create a new Restriction Group (Gift Card Addon  Card Management  Restriction Group) Figure 1

  2. Once created, go back to the Restriction Group and Edit

  3. Now you will be able to select which group is allow to buy/redeem for this Restriction Group

  4. Once you have the Restriction Group ready. Go back to Card Management then you will now see the new group you created in the Restriction Group option dropdown (Figure 2) for each Card Listing. You can now adjust accordingly

Figure 1

Figure 2

Note

If a list is empty then that means it is allowed all. The list is activated when there is one or more group inside the list. If you want to allow all Client Groups except for one group (Eg. Group ABC), then you will need to add the rest of the group except Group ABC into the Allow to Buy/Redeem list.

Menus (Client Area)

With our seamless template setup, there is no template modification needed. To enable the Gift Card menu in your navigation bar go to the Configuration of the Module and use the following options

OptionDescription
1) Display Gift Card in ServiceThis adds a new link in the Services sub-menu in the default navigation bar
2) Display menu in navigation menuThis will add a new Gift Card sub-menu into the navigation bar
3) Display My Gift CardThis will display a My Gift Card link in the Gift Card sub-menu
4) Display Redemption LinkThis will display a Redemption link in the Gift Card sub-menu
5) Display Buy Gift CardThis will display a Buy Gift Card in the Gift Card sub-menu
6) Search Sub CardThis will display a Search Sub Card in the Gift Card sub-menu

If 2) is disabled, then 3-6 will not show up.

Frontend Workflow

The module work in this workflow

FlowURL
1) Client browse for gift cardindex.php?m=giftcard
2) Client add to cartindex.php?m=giftcard
3) Client select quantityindex.php?m=giftcard
4) Order added to WHMCS via API, client redirects to invoice pageindex.php?m=giftcard&action=checkout
5) Once order is paid, your WHMCS could automatically create/activate the cards (based on your Product Placeholder setting) or it will be in Pending Orders waiting on your action
6) Once the card is added to the system (Pending, Activated or Used), the client will be able to see it under their accountindex.php?m=giftcard&action=managegc or My Gift Cards under Services menu
7) Client will be able to manage the cards in either of the menus
8) Client will only be able to Redeem the cards when it's Activated, not used and not expired

  • No labels