Skip to content

Commit 4d9f2d9

Browse files
committed
MAGETWO-69634: Product with a special price must be showed with this price in the wishlist
1 parent 46130a0 commit 4d9f2d9

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@
7777
<argument name="calculator" xsi:type="object">Magento\Bundle\Pricing\Adjustment\BundleCalculatorInterface</argument>
7878
</arguments>
7979
</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>
8085
<type name="Magento\Catalog\Model\Product\Attribute\Backend\Price">
8186
<plugin name="bundle" type="Magento\Bundle\Model\Plugin\PriceBackend" sortOrder="100" />
8287
</type>

0 commit comments

Comments
 (0)