Question

I am using standard Luma theme installed with Magento 2.2.7. I would like to remove the "Reviews" panel completely and also the links below the Add to Cart button.

Where can I find the template files to comment these areas out? My theme appears to be inside /vendor/magento/.......

enter image description here

Was it helpful?

Solution

below override file in your custom theme after change it

app/design/frontend/{vendore}/{theme}/Magento_Catalog/layout/catalog_product_view.xml

add body tag in

    <referenceBlock name="product.info.review" remove="true" />
    <referenceBlock name="reviews.tab" remove="true" />
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top