Remove review tab - by raaj.champ - on WordPress WooCommerce support

This topic has 8 replies, 4 voices, and was last updated 8 years, 4 months ago ago by Robert Hall

  • Avatar: raaj.champ
    raaj.champ
    Participant
    November 30, 2015 at 11:21

    How can I remove the review tab from the product page?

    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 30, 2015 at 11:32

    Hello,

    Navigate to Dashboard->Products->edit product->Product Data->Advanced->then uncheck reviews option.

    Regards,
    Robert Hall.

    Avatar: raaj.champ
    raaj.champ
    Participant
    November 30, 2015 at 11:45

    But While doing that My other Description tabs also get removed.
    I just want to remove the review tabs and add some custom tab there

    Avatar: Brian Johnson
    Brian Johnson
    Member
    November 30, 2015 at 12:19

    Hello

    Please add this code into the custom.css:
    #tab-description{display:none} and create other custom tabs.

    Regards,
    Brian Johnson

    Avatar: raaj.champ
    raaj.champ
    Participant
    December 2, 2015 at 06:18

    Not working buddy. I have added this code but review tab is still visible.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 2, 2015 at 08:25

    Hello,

    I’ve added the code (taken from woodocs https://docs.woothemes.com/document/editing-product-data-tabs/) in the functions.php file:

    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
    
    function woo_remove_product_tabs( $tabs ) {
        unset( $tabs['reviews'] ); 			// Remove the reviews tab
        return $tabs;
    }

    Please check your site now.

    Best regards,
    Jack Richardson.

    Avatar: raaj.champ
    raaj.champ
    Participant
    December 3, 2015 at 08:09

    Yeah That worked for me. Thank You Very much buddy

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 3, 2015 at 08:18

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘remove review tab’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.