Product information Tab - by zaar - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago ago by 8theme

  • Avatar: zaar
    zaar
    Participant
    July 21, 2016 at 12:08

    Hi,
    I dont wanted to show the product information tab on the product page. How can I do that. Please help me.

    3 Answers
    Avatar: 8theme
    8theme
    Support staff
    July 21, 2016 at 12:57

    Hi,

    Thank you for being with us.

    Here is a code snippet you need to add to your child theme functions.php file remove this tab from the product page

    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
    
    function woo_remove_product_tabs( $tabs ) {
    
        unset( $tabs['additional_information'] );  	// Remove the additional information tab
    
        return $tabs;
    
    }
    Avatar: zaar
    zaar
    Participant
    July 21, 2016 at 16:23

    Thanks, really appreciated

    Avatar: 8theme
    8theme
    Support staff
    July 22, 2016 at 07:25

    You are welcome! If you like our theme your good comment and 5 stars rating would be much appreciated. You can do it in your Downloads area https://themeforest.net/downloads

    Feel free to contact us if you need any other help.
    Thanks!

    Regards

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

The issue related to '‘Product information Tab’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

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