Skip to content

Commit a204da5

Browse files
MC-18071: Reviews not displaying on product page with "Product – Full Width" layout
1 parent a681d20 commit a204da5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/PageBuilder/view/frontend/page_layout/product-full-width.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
<arguments>
5050
<argument name="title" translate="true" xsi:type="string">Reviews</argument>
5151
</arguments>
52+
<block class="Magento\Review\Block\Product\View\ListView" name="product.info.product_additional_data.wrapper" template="Magento_Review::product/view/list.phtml" ifconfig="catalog/review/active">
53+
<arguments>
54+
<argument name="hide_title" xsi:type="boolean">true</argument>
55+
</arguments>
56+
</block>
5257
</block>
5358
</container>
5459
</container>

0 commit comments

Comments
 (0)