Table of Contents
View Magento 2 Minimum Order Amount For Customer Group Extension Detail Page for Features and Demo
Documentation for Minimum order amount for customer group
Preference
- Minimum Order Amount for Category wise customer Group Extension is allow admin to set a minimum order amount value for each category and customer group.
- Restrict customer for particular cart price for checkout.
- Use this extension, merchants have balance sales scale.
- If Merchant have set high amount for wholesaler or other customer group, then they have set and take advantages like Increased average spend of each order, rates of scale.
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 → Sales → Sales → Minimum order amount, 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_MinOrderCustomerGroup’ ⇒ 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 → Sales → Sales → Minimum order amount, the module will be displayed in the admin panel.
Backend Example
Extension configuration:
After Installation of Extension login to magento admin panel for set configuration of the extension.
Store → Configuration → Sales → Sales → Minimum Order Amount
On Sales Menu Minimum Order Amount section, here You can add, delete category,customer group and also set Minimum order Amount value for each customer Group.
You can also enable or disable extension by selecting Enable Yes/No.
You can also set Message for Customer notify to minimum require-ment of order amount for checkout. In Description message, % s is re-fer as dynamic minimum amount for category wise customer group
Frontend Example
When Module extension is enabled and order amount value is less then our minimum order amount value which we have set on admin side as per category and customer group, then customer notification message will be displayed on page, and temporary customer can not proceed to checkout.