Disable additional option - by eyupdmg - on WordPress WooCommerce support

This topic has 11 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp

  • Avatar: eyupdmg
    eyupdmg
    Participant
    August 26, 2015 at 10:36

    i want to disable additional information and returns&delivery section from all product completly.how can i do this?

    10 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    August 26, 2015 at 10:48

    Hello,

    Go to Theme Options > Single Product Page > Custom Tab title, remove the content for it.
    To remove “Additional Information” tab please refer to Woocommerce documentation:
    http://docs.woothemes.com/document/editing-product-data-tabs/

    Regards,
    Eva Kemp.

    Avatar: eyupdmg
    eyupdmg
    Participant
    August 26, 2015 at 11:13

    where located additional information line on css file?

    Avatar: Eva
    Eva Kemp
    Support staff
    August 26, 2015 at 15:03

    Hello,

    Do you want to change any style for “Additional Information” tab or you need php file where that content is added?

    Regards,
    Eva Kemp.

    Avatar: eyupdmg
    eyupdmg
    Participant
    August 26, 2015 at 16:15

    yes i want to remove additional information completly from my website.please

    Avatar: Eva
    Eva Kemp
    Support staff
    August 26, 2015 at 16:26

    Hello,

    Have you tried the method shown in Woocommerce documentation http://docs.woothemes.com/document/editing-product-data-tabs/ ?
    Please provide us with wp-admin panel and FTP credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: eyupdmg
    eyupdmg
    Participant
    August 26, 2015 at 16:40

    yes i have tried.

    Please, contact administrator
    for this information.
    Avatar: eyupdmg
    eyupdmg
    Participant
    August 26, 2015 at 16:44

    FTP credentials in the private content

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    August 27, 2015 at 10:29

    Hello,

    I’ve added the following code in functions.php file:

    function woo_remove_product_tabs( $tabs ) {
    unset( $tabs['additional_information'] );  	// Remove the additional information tab
    return $tabs;
    }

    Now “Additional Information” tab isn’t shown.
    Clear browser cache and check.

    Regards,
    Eva Kemp.

    Avatar: eyupdmg
    eyupdmg
    Participant
    August 27, 2015 at 11:05

    Thanks so much.

    Avatar: Eva
    Eva Kemp
    Support staff
    August 27, 2015 at 12:28

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Disable additional option’' has been successfully resolved, and the topic is now closed for further responses

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