B2B utilities module for Magento 2.
This extension supports the following versions of Magento:
- Community Edition (CE) versions 2.2.x
- Enterprise Edition (EE) versions and 2.2.x
- Require the module via Composer
$ composer require aune-io/magento2-b2butils
- Enable the module
$ bin/magento module:enable Aune_B2bUtils
$ bin/magento setup:upgrade
Allows a store owner to manually approve new customers before they can successfully login.
To enable this feature:
- Go to Stores > Configuration > Customers > Customer Configuration > Create New Account Options
- Set Require Shop Owner Approval to Yes
- (Optional) Set recipient for registration notification
- (Optional) Customise email templates
- Clean the configuration cache
Show prices only to registered / logged in users.
To enable this feature:
- Go to Stores > Configuration > Catalog > Catalog > Price
- Set Reserved to registered users to Yes
- Clean the configuration cache
Author:
Licensed under the Open Software License version 3.0