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;
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
add a comment |
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
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
add a comment |
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
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
magento2.2 frontend review tabs product-page
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
Can try following XML, for remove Review Tab on Product page
<referenceBlock name="reviews.tab" remove="true" />
add a comment |
Override catalog_product_view.xml
and append into <body>
tag following ;
<referenceBlock name="product.info.review" remove="true"/>
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
|
show 1 more comment
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Can try following XML, for remove Review Tab on Product page
<referenceBlock name="reviews.tab" remove="true" />
add a comment |
Can try following XML, for remove Review Tab on Product page
<referenceBlock name="reviews.tab" remove="true" />
add a comment |
Can try following XML, for remove Review Tab on Product page
<referenceBlock name="reviews.tab" remove="true" />
Can try following XML, for remove Review Tab on Product page
<referenceBlock name="reviews.tab" remove="true" />
edited yesterday
Linh
335
335
answered Nov 7 '18 at 14:39
AlexAlex
265210
265210
add a comment |
add a comment |
Override catalog_product_view.xml
and append into <body>
tag following ;
<referenceBlock name="product.info.review" remove="true"/>
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
|
show 1 more comment
Override catalog_product_view.xml
and append into <body>
tag following ;
<referenceBlock name="product.info.review" remove="true"/>
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
|
show 1 more comment
Override catalog_product_view.xml
and append into <body>
tag following ;
<referenceBlock name="product.info.review" remove="true"/>
Override catalog_product_view.xml
and append into <body>
tag following ;
<referenceBlock name="product.info.review" remove="true"/>
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
|
show 1 more comment
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
|
show 1 more comment
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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