aune-io / magento2-b2butils
B2B Utilities for Magento 2
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 6
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.0.0|~7.1.0
- magento/framework: 101.0.*
- magento/module-catalog: 102.0.*
- magento/module-customer: 101.0.*
- magento/module-quote: 101.0.*
Requires (Dev)
- php-coveralls/php-coveralls: ~2.1.0
- phpmd/phpmd: @stable
- phpunit/phpunit: ~6.2.0
- squizlabs/php_codesniffer: 3.2.2
This package is auto-updated.
Last update: 2024-10-17 09:46:59 UTC
README
B2B utilities module for Magento 2.
System requirements
This extension supports the following versions of Magento:
- Community Edition (CE) versions 2.2.x
- Enterprise Edition (EE) versions and 2.2.x
Installation
- Require the module via Composer
$ composer require aune-io/magento2-b2butils
- Enable the module
$ bin/magento module:enable Aune_B2bUtils $ bin/magento setup:upgrade
Features
Registration Approval
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
Reserved Prices
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
Authors, contributors and maintainers
Author:
License
Licensed under the Open Software License version 3.0