This topic has 2 replies, 2 voices, and was last updated 10 years, 7 months ago ago by Eva Kemp
Hi there
I am having problems changing the product tab orders. I have added the following to functions.php but doesnt seem to work unless i am doing something wrong. Please can you help? thank you
add_filter( ‘woocommerce_product_tabs’, ‘woo_reorder_tabs’, 98 );
function woo_reorder_tabs( $tabs ) {
$tabs[‘description’][‘priority’] = 5; //
$tabs[‘specification’][‘priority’] = 10; //
$tabs[‘delivery’][‘priority’] = 15; //
$tabs[‘reviews’][‘priority’] = 20; //
return $tabs;
}
Hello,
Sorry for a long delay.
Are you experiencing the same issue with the default theme? Please check.
If this problem appears only with our theme please provide us with FTP and admin panel credentials in Private Content.
Regards,
Eva Kemp.
The issue related to '‘Change product tab order’' has been successfully resolved, and the topic is now closed for further responses