Skip to content
Snippets Groups Projects
Commit 69f14032 authored by Roman Ganin's avatar Roman Ganin
Browse files

Merge remote-tracking branch 'origin/MAGETWO-59482' into troll_bugfix

parents 846fd115 33969f7e
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</arguments> </arguments>
</block> </block>
<referenceBlock name="product.info.addto"> <referenceBlock name="product.info.addto">
<block class="Magento\Wishlist\Block\Catalog\Product\View\AddTo\Wishlist" name="view.addto.wishlist" after="view.addto.requisition" <block class="Magento\Wishlist\Block\Catalog\Product\View\AddTo\Wishlist" name="view.addto.wishlist"
template="Magento_Wishlist::catalog/product/view/addto/wishlist.phtml" /> template="Magento_Wishlist::catalog/product/view/addto/wishlist.phtml" />
</referenceBlock> </referenceBlock>
</referenceContainer> </referenceContainer>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<update handle="catalog_product_view"/> <update handle="catalog_product_view"/>
<body> <body>
<referenceBlock name="product.info.addto"> <referenceBlock name="product.info.addto">
<block class="Magento\Wishlist\Block\Item\Configure" name="view.addto.wishlist" after="view.addto.requisition" <block class="Magento\Wishlist\Block\Item\Configure" name="view.addto.wishlist"
template="item/configure/addto/wishlist.phtml" /> template="item/configure/addto/wishlist.phtml" />
</referenceBlock> </referenceBlock>
</body> </body>
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
<block class="Magento\Catalog\Block\Product\View" name="product.info.addtocart.bundle" as="addtocart" template="product/view/addtocart.phtml" /> <block class="Magento\Catalog\Block\Product\View" name="product.info.addtocart.bundle" as="addtocart" template="product/view/addtocart.phtml" />
<block class="Magento\Catalog\Block\Product\View" name="product.info.addto.bundle" as="addto" after="product.info.addtocart.bundle" <block class="Magento\Catalog\Block\Product\View" name="product.info.addto.bundle" as="addto" after="product.info.addtocart.bundle"
template="Magento_Catalog::product/view/addto.phtml" cacheable="false"> template="Magento_Catalog::product/view/addto.phtml" cacheable="false">
<block class="Magento\Wishlist\Block\Item\Configure" name="view.addto.wishlist.bundle" after="view.addto.requisition" <block class="Magento\Wishlist\Block\Item\Configure" name="view.addto.wishlist.bundle"
template="item/configure/addto/wishlist.phtml" /> template="item/configure/addto/wishlist.phtml" />
<block class="Magento\Catalog\Block\Product\View\Addto\Compare" name="view.addto.compare.bundle" after="view.addto.wishlist" <block class="Magento\Catalog\Block\Product\View\AddTo\Compare" name="view.addto.compare.bundle" after="view.addto.wishlist"
template="Magento_Catalog::product/view/addto/compare.phtml" /> template="Magento_Catalog::product/view/addto/compare.phtml" />
</block> </block>
</block> </block>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment