File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
app/code/Magento/Wishlist/view/frontend/layout Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 23
23
<block class =" Magento\Wishlist\Block\Item\Configure" name =" view.addto.wishlist.bundle"
24
24
template =" Magento_Wishlist::item/configure/addto/wishlist.phtml" />
25
25
<block class =" Magento\Catalog\Block\Product\View\AddTo\Compare" name =" view.addto.compare.bundle" after =" view.addto.wishlist"
26
- template =" Magento_Catalog::product/view/addto/compare.phtml" />
26
+ template =" Magento_Catalog::product/view/addto/compare.phtml" >
27
+ <arguments >
28
+ <argument name =" addToCompareViewModel" xsi : type =" object" >Magento\Catalog\ViewModel\Product\Checker\AddToCompareAvailability</argument >
29
+ </arguments >
30
+ </block >
27
31
</block >
28
32
</block >
29
33
</referenceBlock >
33
37
<container name =" product.info.bundle.options.top" as =" product_info_bundle_options_top" >
34
38
<block class =" Magento\Catalog\Block\Product\View" name =" bundle.back.button" as =" backButton" before =" -" template =" Magento_Bundle::catalog/product/view/backbutton.phtml" />
35
39
</container >
36
- <block class =" Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option\Select" name =" product.info.bundle.options.select" as =" select" />
40
+ <block class =" Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option\Select" name =" product.info.bundle.options.select" as =" select" >
41
+ <arguments >
42
+ <argument name =" tier_price_renderer" xsi : type =" object" >\Magento\Bundle\Block\DataProviders\OptionPriceRenderer</argument >
43
+ </arguments >
44
+ </block >
37
45
<block class =" Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option\Multi" name =" product.info.bundle.options.multi" as =" multi" />
38
- <block class =" Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option\Radio" name =" product.info.bundle.options.radio" as =" radio" />
39
- <block class =" Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option\Checkbox" name =" product.info.bundle.options.checkbox" as =" checkbox" />
46
+ <block class =" Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option\Radio" name =" product.info.bundle.options.radio" as =" radio" >
47
+ <arguments >
48
+ <argument name =" tier_price_renderer" xsi : type =" object" >\Magento\Bundle\Block\DataProviders\OptionPriceRenderer</argument >
49
+ </arguments >
50
+ </block >
51
+ <block class =" Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option\Checkbox" name =" product.info.bundle.options.checkbox" as =" checkbox" >
52
+ <arguments >
53
+ <argument name =" tier_price_renderer" xsi : type =" object" >\Magento\Bundle\Block\DataProviders\OptionPriceRenderer</argument >
54
+ </arguments >
55
+ </block >
40
56
</block >
41
57
</referenceBlock >
42
58
<move element =" product.price.tier" destination =" product.info.options.wrapper.bottom" before =" -" />
You can’t perform that action at this time.
0 commit comments