Magento 2 Review Tab – Declaration in Product Page

magento2producttheme

I need to Remove Review tab and their content in product detail page. I can find Details and More Information tab in catalog_product_view.xml under the group attribute detailed_info. But I can't found anything related to Review tab Declaration.In debug mode also not provide that much detail to find layout.

for example I found Detail tab in catalog_product_view.xml

<argument name="title" translate="true" xsi:type="string">Details</argument>

which layout xml file contain review tab declaration?

Best Answer

Magento have Review module. Check following file where declare reviews.tab.


Magento/Review/view/frontend/layout/catalog_product_view.xml