Table of Contents
View Magento 2 Import Coupon Codes Extension Detail Page for Features and Demo
Documentation for Import coupon codes
Preference
- Generate and Import Coupons is perfect extension for the store owners who wants to reduce time consumption on coupon management by generating and importing an unlimited number of promo codes in few steps.
- Can easily analyse coupon usage report and export report in csv and xml files.
This extension is providing below functionalities.
- Coupon code generation and import bunch of coupons as per cart price rule.
- Use easy coupon templates for accurate codes generation.
- Modify generated coupon codes and Check, analyze and export coupon usage Reports.
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 Marketing → Cart price rules → Import coupon codes, 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_Import coupon codes’ ⇒ 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 Marketing → Cart price rules → Import coupon codes, the module will be displayed in the admin panel.
Backend Example
After Installation of Extension login to magento admin panel for set configuration of the extension.
Extension Configuration
Note : Before generating coupon codes go to Rule Information section and must select below options.
Note : First save the rule before auto generating coupons.
Configuration (Inside sales rule)
Import coupons (Inside manage coupon codes)
Generate Coupons by Template (Inside Manage Coupon Codes)
Generate Coupons (Inside Manage Coupon Codes)
Edit coupon
Coupon codes use report
Frontend Example
Apply Coupon Code on Shopping Cart Page
Apply Coupon Code on Checkout Page