test-magenx / module-msrp-grouped-product
无
100.4.1
2021-10-10 22:15 UTC
Requires
- php: ~7.3.0||~7.4.0
- magento/framework: 103.0.*
- magento/module-catalog: 104.0.*
- magento/module-grouped-product: 100.4.*
- magento/module-msrp: 100.4.*
This package is auto-updated.
Last update: 2024-09-13 07:13:18 UTC
README
Magento_MsrpGroupedProduct 模块提供了从 GroupedProduct 模块到 Msrp 模块的类型和解析信息。为 Grouped Product 提供了 msrp 价格计算的实现。
安装
有关在 Magento 2 中安装模块的信息,请参阅 启用或禁用模块
结构
Pricing\
- 目录包含 Configurable Product 的 msrp 价格计算的实现(Magento\MsrpConfigurableProduct\Pricing\MsrpPriceCalculator
类)。
有关 Magento 2 中模块的典型文件结构的信息,请参阅 模块文件结构。
可扩展性
扩展开发者可以与 Magento_Msrp 模块交互。有关 Magento 扩展机制的更多信息,请参阅 Magento 插件。
Magento 依赖注入机制 允许您覆盖 Magento_Msrp 模块的功能。
布局
有关 Magento 2 中的布局的更多信息,请参阅 布局文档。
UI 组件
有关 Magento 2 中的 UI 组件的更多信息,请参阅 UI 组件概述。
更多信息
集合属性
模块在 Magento\MsrpGroupedProduct\Plugin\Model\Product\Type\Grouped
插件中将属性 msrp
添加到 Magento\Catalog\Model\ResourceModel\Product\Link\Product\Collection
的选择中。
有关补丁版本中的重大更改的信息,请参阅 2.4.x 版本信息。