|
1 |
| -# MsrpGroupedProduct |
| 1 | +# Magento_MsrpGroupedProduct module |
2 | 2 |
|
3 |
| -**MsrpGroupedProduct** provides type and resolver information for the Msrp module from the GroupedProduct module. |
| 3 | +**Magento_MsrpGroupedProduct** module provides type and resolver information for the Msrp module from the GroupedProduct module. |
| 4 | +Provides implementation of msrp price calculation for Grouped Product. |
| 5 | + |
| 6 | +## Installation |
| 7 | + |
| 8 | +For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html) |
| 9 | + |
| 10 | +## Structure |
| 11 | + |
| 12 | +`Pricing\` - directory contains implementation of msrp price calculation |
| 13 | +for Configurable Product (`Magento\MsrpConfigurableProduct\Pricing\MsrpPriceCalculator` class). |
| 14 | + |
| 15 | +For information about a typical file structure of a module in Magento 2, |
| 16 | + see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). |
| 17 | + |
| 18 | +## Extensibility |
| 19 | + |
| 20 | + Extension developers can interact with the Magento_Msrp module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html). |
| 21 | + |
| 22 | +[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_Msrp module. |
| 23 | + |
| 24 | +### Layouts |
| 25 | + |
| 26 | +For more information about a layout in Magento 2, see the [Layout documentation](http://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-overview.html). |
| 27 | + |
| 28 | +### UI components |
| 29 | + |
| 30 | +For information about a UI component in Magento 2, see [Overview of UI components](http://devdocs.magento.com/guides/v2.3/ui_comp_guide/bk-ui_comps.html). |
| 31 | + |
| 32 | +## Additional information |
| 33 | + |
| 34 | +### collection attributes |
| 35 | + |
| 36 | +Module adds attribute `msrp` to select for the `Magento\Catalog\Model\ResourceModel\Product\Link\Product\Collection` |
| 37 | +in `Magento\MsrpGroupedProduct\Plugin\Model\Product\Type\Grouped` plugin. |
| 38 | + |
| 39 | +For information about significant changes in patch releases, see [2.4.x Release information](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html). |
0 commit comments