To remove product review tab in product page in magento 2 The 2019 Stack Overflow Developer Survey Results Are InReview Count Added to a Product Tab that Contains Reviews: Breaks the Independent Product Review PageCustomising Product review block/tab Text string in magento 1.9Product review disapeared from tabBlank product review pageMove review tab on product pagedisplay Review tab in product view pageProduct page Review Section from tabs to Bottom of pageReview tab is not showing in magento2 product pageJump to review-form tab from magento product viewMagento 2.2.2 Add a custom tab on product page

What do hard-Brexiteers want with respect to the Irish border?

How to charge AirPods to keep battery healthy?

Output the Arecibo Message

How to obtain a position of last non-zero element

How to display lines in a file like ls displays files in a directory?

Why “相同意思的词” is called “同义词” instead of "同意词"?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

What do I do when my TA workload is more than expected?

Correct punctuation for showing a character's confusion

How do you keep chess fun when your opponent constantly beats you?

What do these terms in Caesar's Gallic Wars mean?

Can there be female White Walkers?

Button changing its text & action. Good or terrible?

Why can't devices on different VLANs, but on the same subnet, communicate?

Pokemon Turn Based battle (Python)

Kerning for subscripts of sigma?

Can I have a signal generator on while it's not connected?

What is the most efficient way to store a numeric range?

If my opponent casts Ultimate Price on my Phantasmal Bear, can I save it by casting Snap or Curfew?

Can we generate random numbers using irrational numbers like π and e?

Why couldn't they take pictures of a closer black hole?

Is bread bad for ducks?

Are there any other methods to apply to solving simultaneous equations?

Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?



To remove product review tab in product page in magento 2



The 2019 Stack Overflow Developer Survey Results Are InReview Count Added to a Product Tab that Contains Reviews: Breaks the Independent Product Review PageCustomising Product review block/tab Text string in magento 1.9Product review disapeared from tabBlank product review pageMove review tab on product pagedisplay Review tab in product view pageProduct page Review Section from tabs to Bottom of pageReview tab is not showing in magento2 product pageJump to review-form tab from magento product viewMagento 2.2.2 Add a custom tab on product page



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4















I need to remove review tab in product page.Please suggest a solution
catalog_product_view.xml in my custom module



<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="reviews.tab" remove= "true"/>
<referenceBlock name="product.info.review">
<action method="setTemplate">
<argument name="template" xsi:type="string">XXX_YYYY::review.phtml</argument>
</action>
<block class="MagentoFrameworkViewElementTemplate" name="custom.review.popup" template="XXX_YYYY::popup.phtml">
<block class="MagentoReviewBlockForm" name="custom.product.review.form" as="custom.review_form" template="XXX_YYYY::form.phtml"/>
</block>
</referenceBlock>
</body>
</page>









share|improve this question
























  • Your magento version..? 2.2.0 ?

    – Rizwan
    Dec 9 '17 at 9:03











  • My version is magento 2.2.0

    – Jaisa
    Dec 9 '17 at 9:33











  • Hello Jayashree I could not understand your target. If you are about to removing block then your first action works well. What are you willing to do?

    – Purushotam Sangroula
    Dec 9 '17 at 17:44

















4















I need to remove review tab in product page.Please suggest a solution
catalog_product_view.xml in my custom module



<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="reviews.tab" remove= "true"/>
<referenceBlock name="product.info.review">
<action method="setTemplate">
<argument name="template" xsi:type="string">XXX_YYYY::review.phtml</argument>
</action>
<block class="MagentoFrameworkViewElementTemplate" name="custom.review.popup" template="XXX_YYYY::popup.phtml">
<block class="MagentoReviewBlockForm" name="custom.product.review.form" as="custom.review_form" template="XXX_YYYY::form.phtml"/>
</block>
</referenceBlock>
</body>
</page>









share|improve this question
























  • Your magento version..? 2.2.0 ?

    – Rizwan
    Dec 9 '17 at 9:03











  • My version is magento 2.2.0

    – Jaisa
    Dec 9 '17 at 9:33











  • Hello Jayashree I could not understand your target. If you are about to removing block then your first action works well. What are you willing to do?

    – Purushotam Sangroula
    Dec 9 '17 at 17:44













4












4








4








I need to remove review tab in product page.Please suggest a solution
catalog_product_view.xml in my custom module



<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="reviews.tab" remove= "true"/>
<referenceBlock name="product.info.review">
<action method="setTemplate">
<argument name="template" xsi:type="string">XXX_YYYY::review.phtml</argument>
</action>
<block class="MagentoFrameworkViewElementTemplate" name="custom.review.popup" template="XXX_YYYY::popup.phtml">
<block class="MagentoReviewBlockForm" name="custom.product.review.form" as="custom.review_form" template="XXX_YYYY::form.phtml"/>
</block>
</referenceBlock>
</body>
</page>









share|improve this question
















I need to remove review tab in product page.Please suggest a solution
catalog_product_view.xml in my custom module



<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="reviews.tab" remove= "true"/>
<referenceBlock name="product.info.review">
<action method="setTemplate">
<argument name="template" xsi:type="string">XXX_YYYY::review.phtml</argument>
</action>
<block class="MagentoFrameworkViewElementTemplate" name="custom.review.popup" template="XXX_YYYY::popup.phtml">
<block class="MagentoReviewBlockForm" name="custom.product.review.form" as="custom.review_form" template="XXX_YYYY::form.phtml"/>
</block>
</referenceBlock>
</body>
</page>






magento2.2 frontend review tabs product-page






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 10 '18 at 14:15









sv3n

9,95162457




9,95162457










asked Dec 9 '17 at 7:25









JaisaJaisa

8991939




8991939












  • Your magento version..? 2.2.0 ?

    – Rizwan
    Dec 9 '17 at 9:03











  • My version is magento 2.2.0

    – Jaisa
    Dec 9 '17 at 9:33











  • Hello Jayashree I could not understand your target. If you are about to removing block then your first action works well. What are you willing to do?

    – Purushotam Sangroula
    Dec 9 '17 at 17:44

















  • Your magento version..? 2.2.0 ?

    – Rizwan
    Dec 9 '17 at 9:03











  • My version is magento 2.2.0

    – Jaisa
    Dec 9 '17 at 9:33











  • Hello Jayashree I could not understand your target. If you are about to removing block then your first action works well. What are you willing to do?

    – Purushotam Sangroula
    Dec 9 '17 at 17:44
















Your magento version..? 2.2.0 ?

– Rizwan
Dec 9 '17 at 9:03





Your magento version..? 2.2.0 ?

– Rizwan
Dec 9 '17 at 9:03













My version is magento 2.2.0

– Jaisa
Dec 9 '17 at 9:33





My version is magento 2.2.0

– Jaisa
Dec 9 '17 at 9:33













Hello Jayashree I could not understand your target. If you are about to removing block then your first action works well. What are you willing to do?

– Purushotam Sangroula
Dec 9 '17 at 17:44





Hello Jayashree I could not understand your target. If you are about to removing block then your first action works well. What are you willing to do?

– Purushotam Sangroula
Dec 9 '17 at 17:44










2 Answers
2






active

oldest

votes


















4














Can try following XML, for remove Review Tab on Product page



<referenceBlock name="reviews.tab" remove="true" />





share|improve this answer
































    1














    Override catalog_product_view.xml and append into <body> tag following ;



    <referenceBlock name="product.info.review" remove="true"/>





    share|improve this answer























    • I have overriderd product.info.review

      – Jaisa
      Dec 9 '17 at 8:46











    • see the updated post

      – Jaisa
      Dec 9 '17 at 8:49











    • It removes the tab, But failed to save the review in my custom template

      – Jaisa
      Dec 9 '17 at 8:50






    • 1





      I just needed to override 'reviews.tab'

      – 00-BBB
      Oct 4 '18 at 12:58











    • @00-BBB please ask a separate question for it, as if I answer it here other users would not be able to find it. You can link the question here.

      – Vivek Kumar
      Oct 4 '18 at 15:40











    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f205157%2fto-remove-product-review-tab-in-product-page-in-magento-2%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4














    Can try following XML, for remove Review Tab on Product page



    <referenceBlock name="reviews.tab" remove="true" />





    share|improve this answer





























      4














      Can try following XML, for remove Review Tab on Product page



      <referenceBlock name="reviews.tab" remove="true" />





      share|improve this answer



























        4












        4








        4







        Can try following XML, for remove Review Tab on Product page



        <referenceBlock name="reviews.tab" remove="true" />





        share|improve this answer















        Can try following XML, for remove Review Tab on Product page



        <referenceBlock name="reviews.tab" remove="true" />






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited yesterday









        Linh

        335




        335










        answered Nov 7 '18 at 14:39









        AlexAlex

        265210




        265210























            1














            Override catalog_product_view.xml and append into <body> tag following ;



            <referenceBlock name="product.info.review" remove="true"/>





            share|improve this answer























            • I have overriderd product.info.review

              – Jaisa
              Dec 9 '17 at 8:46











            • see the updated post

              – Jaisa
              Dec 9 '17 at 8:49











            • It removes the tab, But failed to save the review in my custom template

              – Jaisa
              Dec 9 '17 at 8:50






            • 1





              I just needed to override 'reviews.tab'

              – 00-BBB
              Oct 4 '18 at 12:58











            • @00-BBB please ask a separate question for it, as if I answer it here other users would not be able to find it. You can link the question here.

              – Vivek Kumar
              Oct 4 '18 at 15:40















            1














            Override catalog_product_view.xml and append into <body> tag following ;



            <referenceBlock name="product.info.review" remove="true"/>





            share|improve this answer























            • I have overriderd product.info.review

              – Jaisa
              Dec 9 '17 at 8:46











            • see the updated post

              – Jaisa
              Dec 9 '17 at 8:49











            • It removes the tab, But failed to save the review in my custom template

              – Jaisa
              Dec 9 '17 at 8:50






            • 1





              I just needed to override 'reviews.tab'

              – 00-BBB
              Oct 4 '18 at 12:58











            • @00-BBB please ask a separate question for it, as if I answer it here other users would not be able to find it. You can link the question here.

              – Vivek Kumar
              Oct 4 '18 at 15:40













            1












            1








            1







            Override catalog_product_view.xml and append into <body> tag following ;



            <referenceBlock name="product.info.review" remove="true"/>





            share|improve this answer













            Override catalog_product_view.xml and append into <body> tag following ;



            <referenceBlock name="product.info.review" remove="true"/>






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Dec 9 '17 at 7:49









            Vivek KumarVivek Kumar

            2,6122729




            2,6122729












            • I have overriderd product.info.review

              – Jaisa
              Dec 9 '17 at 8:46











            • see the updated post

              – Jaisa
              Dec 9 '17 at 8:49











            • It removes the tab, But failed to save the review in my custom template

              – Jaisa
              Dec 9 '17 at 8:50






            • 1





              I just needed to override 'reviews.tab'

              – 00-BBB
              Oct 4 '18 at 12:58











            • @00-BBB please ask a separate question for it, as if I answer it here other users would not be able to find it. You can link the question here.

              – Vivek Kumar
              Oct 4 '18 at 15:40

















            • I have overriderd product.info.review

              – Jaisa
              Dec 9 '17 at 8:46











            • see the updated post

              – Jaisa
              Dec 9 '17 at 8:49











            • It removes the tab, But failed to save the review in my custom template

              – Jaisa
              Dec 9 '17 at 8:50






            • 1





              I just needed to override 'reviews.tab'

              – 00-BBB
              Oct 4 '18 at 12:58











            • @00-BBB please ask a separate question for it, as if I answer it here other users would not be able to find it. You can link the question here.

              – Vivek Kumar
              Oct 4 '18 at 15:40
















            I have overriderd product.info.review

            – Jaisa
            Dec 9 '17 at 8:46





            I have overriderd product.info.review

            – Jaisa
            Dec 9 '17 at 8:46













            see the updated post

            – Jaisa
            Dec 9 '17 at 8:49





            see the updated post

            – Jaisa
            Dec 9 '17 at 8:49













            It removes the tab, But failed to save the review in my custom template

            – Jaisa
            Dec 9 '17 at 8:50





            It removes the tab, But failed to save the review in my custom template

            – Jaisa
            Dec 9 '17 at 8:50




            1




            1





            I just needed to override 'reviews.tab'

            – 00-BBB
            Oct 4 '18 at 12:58





            I just needed to override 'reviews.tab'

            – 00-BBB
            Oct 4 '18 at 12:58













            @00-BBB please ask a separate question for it, as if I answer it here other users would not be able to find it. You can link the question here.

            – Vivek Kumar
            Oct 4 '18 at 15:40





            @00-BBB please ask a separate question for it, as if I answer it here other users would not be able to find it. You can link the question here.

            – Vivek Kumar
            Oct 4 '18 at 15:40

















            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f205157%2fto-remove-product-review-tab-in-product-page-in-magento-2%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

            Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

            Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form