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.
2 parents 6ae22a2 + 472acd6 commit 5b30c60Copy full SHA for 5b30c60
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