We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46130a0 commit 4d9f2d9Copy full SHA for 4d9f2d9
app/code/Magento/Bundle/etc/di.xml
@@ -77,6 +77,11 @@
77
<argument name="calculator" xsi:type="object">Magento\Bundle\Pricing\Adjustment\BundleCalculatorInterface</argument>
78
</arguments>
79
</type>
80
+ <type name="Magento\Catalog\Pricing\Price\ConfiguredPriceSelection">
81
+ <arguments>
82
+ <argument name="calculator" xsi:type="object">Magento\Bundle\Pricing\Adjustment\BundleCalculatorInterface</argument>
83
+ </arguments>
84
+ </type>
85
<type name="Magento\Catalog\Model\Product\Attribute\Backend\Price">
86
<plugin name="bundle" type="Magento\Bundle\Model\Plugin\PriceBackend" sortOrder="100" />
87
0 commit comments