문제

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 ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top