Skip to content

Instantly share code, notes, and snippets.

@timneutkens
Created August 23, 2016 09:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save timneutkens/2616f4647a973f4f0c7fb88214f2aa09 to your computer and use it in GitHub Desktop.
Save timneutkens/2616f4647a973f4f0c7fb88214f2aa09 to your computer and use it in GitHub Desktop.
Remove reviews from product page Magento 2
<?xml version="1.0"?>
<page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="product.info.review" remove="true" />
<referenceBlock name="reviews.tab" remove="true" />
</body>
</page>
@MageryThemes
Copy link

There is a bit more things to remove: ratings, "add review" link, some other stuff in customer area section.
We covered all these in our extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment