Skip to content

Commit 8b59c38

Browse files
committed
Fixed the same issue for Downloadable and "Edit wishlist item" pages
1 parent 8f40381 commit 8b59c38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Downloadable/view/frontend/layout/catalog_product_view_type_downloadable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<referenceBlock name="head.components">
3030
<block class="Magento\Framework\View\Element\Js\Components" name="downloadable_page_head_components" template="Magento_Downloadable::js/components.phtml"/>
3131
</referenceBlock>
32-
<move element="product.info" destination="content" after="product.info.media" />
32+
<move element="product.info" destination="content" after="product.info.main" />
3333
<move element="product.info.social" destination="product.info.options.wrapper.bottom" after="-" />
3434
</body>
3535
</page>

app/code/Magento/Wishlist/view/frontend/layout/wishlist_index_configure_type_bundle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</action>
7272
</referenceBlock>
7373
<referenceContainer name="content">
74-
<container name="bundle.options.container" htmlTag="div" htmlClass="bundle-options-container" after="product.info.media"/>
74+
<container name="bundle.options.container" htmlTag="div" htmlClass="bundle-options-container" after="product.info.main"/>
7575
</referenceContainer>
7676
<referenceContainer name="product.info.type">
7777
<block class="Magento\Bundle\Block\Catalog\Product\View\Type\Bundle" name="product.info.bundle" as="product_type_data" template="Magento_Bundle::catalog/product/view/type/bundle.phtml"/>

app/code/Magento/Wishlist/view/frontend/layout/wishlist_index_configure_type_downloadable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</arguments>
4242
</block>
4343
</referenceContainer>
44-
<move element="product.info" destination="content" after="product.info.media" />
44+
<move element="product.info" destination="content" after="product.info.main" />
4545
<move element="product.info.social" destination="product.info.options.wrapper.bottom" after="-" />
4646
</body>
4747
</page>

0 commit comments

Comments
 (0)