This topic has 11 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
i want to disable additional information and returns&delivery section from all product completly.how can i do this?
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.
where located additional information line on css file?
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.
yes i want to remove additional information completly from my website.please
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.
yes i have tried.
FTP credentials in the private content
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.
Thanks so much.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Disable additional option’' has been successfully resolved, and the topic is now closed for further responses