Table of Contents
View Magento 2 Multiple Coupons Extension Detail Page for Features and Demo
Documentation for Multiple coupon
Preference
- Multiple Coupons Extension allows customers apply multiple coupon codes at shopping cart , checkout and backend creating order.
- Apply multiple coupons at shopping cart page.
- Apply multiple coupons at checkout page.
- Apply multiple coupons when creating order in Magento admin panel.
- Allow guest customer to use multiple coupons.
- Limit usage of specific coupons together with other promo codes.
- Applying or remove applied coupons easily.
- Set unique coupons which can reject others.
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 → Multiple coupon, 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_Multiplecoupon’ ⇒ 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 → Multiple coupon, the module will be displayed in the admin panel.
Backend Example
Store → Configuration → Mageants → Multiple Coupon
Unique Coupons Code :-
It is helpful to avoid multiple discount coupons code used in the same cart. When the specific coupon in this field is applied, all other coupons will be canceled. For Example, you would like to start sale ( 60% off for everything) but same time you have another offer ( 30% off for specific category ). If you don't want to use both offer on same cart then you can set coupons here. If applied this coupons then other coupons code remove.
Coupons Configuration :-
Multiple Coupons On Back-end Creating Order.
Frontend Example
Multiple Coupons On Shopping Cart page
Multiple Coupons On Checkout page