Skip to content

Commit 472acd6

Browse files
author
Yu Tang
committed
MAGETWO-36387: Incorrect discounted prices on product page for fixed bundle product
1 parent 5bd0fe3 commit 472acd6

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Bundle/etc

1 file changed

+1
-0
lines changed

app/code/Magento/Bundle/etc/di.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<item name="base_price" xsi:type="string">Magento\Catalog\Pricing\Price\BasePrice</item>
5151
<item name="configured_price" xsi:type="string">Magento\Bundle\Pricing\Price\ConfiguredPrice</item>
5252
<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>
5354
</argument>
5455
</arguments>
5556
</virtualType>

0 commit comments

Comments
 (0)