Table of Contents
View Magento 2 Gift Card Extension Detail Page for Features and Demo
Documentation for Gift card
Preference
- Gift card is perfect extension for the store owners who wants to Add functionality of Gift product or Gift code in store. Once you enable this extension in your store as described follow it will apply Gift code in cart page Total price. When customer apply some gift code for the cart then first check the code if is valid and approve then apply discount on cart total price as per the configuration setting from backend.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Gift card, the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_Giftcard’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Gift card, the module will be displayed in the admin panel.
Backend Example
After Installation of Extension log in to magento admin panel for set configuration of the extension.
Main Menu
Extension configuration
Add/Edit Codeset
Gift Account
Gift Card Template
Gift Card Category
Create Gift Card Product
Frontend Example
Gift Card Category
Gift Card Product View
Gift Card Pop-Up
Cart Page (Added Gift Card)
Place Order of Gift Card
Cart to check and apply gift card
My Account
Admin Order View