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

有帮助吗?

解决方案

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" />
许可以下: CC-BY-SA归因
scroll top