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 5bd0fe3 commit 472acd6Copy full SHA for 472acd6
app/code/Magento/Bundle/etc/di.xml
@@ -50,6 +50,7 @@
50
<item name="base_price" xsi:type="string">Magento\Catalog\Pricing\Price\BasePrice</item>
51
<item name="configured_price" xsi:type="string">Magento\Bundle\Pricing\Price\ConfiguredPrice</item>
52
<item name="bundle_option" xsi:type="string">Magento\Bundle\Pricing\Price\BundleOptionPrice</item>
53
+ <item name="catalog_rule_price" xsi:type="string">Magento\CatalogRule\Pricing\Price\CatalogRulePrice</item>
54
</argument>
55
</arguments>
56
</virtualType>
0 commit comments