Magento_GroupedRequisitionList
The Magento_GroupedRequisitionList module enables grouped products to be displayed in a requisition list in an B2B environment. This module extends Magento_RequisitionList and Magento_Grouped modules.
The Magento_GroupedRequisitionList module provides the following features:
Display grouped products in a requisition list.
Add grouped products to cart from a requisition list.
Disable ability to change quantity of grouped products in a requisition list.
Installation details
The module has dependency on the Magento_RequisitionList module and Magento_Grouped modules, which must be installed and enabled first. This module does not create any backward incompatible changes. Can be uninstalled or deactivated at any time.
Structure
Learn about a typical file structure for a Magento 2 module.
Extensibility
Extension developers can interact with the Magento_GroupedRequisitionList 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_GroupedRequisitionList module.
Layouts
You can extend and override layouts in the Magento\GroupedRequistionList\view\frontend\layout
directories.
For more information about layouts, see the Layout documentation.