Magento_CompanyShipping module
The Magento_CompanyShipping module allows a merchant to configure which shipping methods are available for B2B companies.
In Admin, the CompanyShipping module adds an additional panel (on the Company profile page and on the B2B Features page) where a merchant configures shipping methods for companies. Shipping methods can be configured on the company level.
Installation details
The module has a dependency on the Magento_Company module, which must be installed and enabled first. This module does not create any backward incompatible changes. It can be deactivated and uninstalled at any time.
Structure
Learn about a typical file structure for a Magento 2 module.
Extensibility
Extension developers can interact with the Magento_CompanyShipping module. For more information about the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the Magento_CompanyShipping module.
Layouts
You can extend and override layouts in the Magento\CompanyShipping\view\frontend\layout
directory.
For more information about layouts, see the Layout documentation.
UI components
The following directory contains extensible UI components:
Magento\CompanyShipping\view\frontend\ui_component
- company form
For more information, see UI Form Component.