Change product tab order - by mikegreir - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 10 years ago ago by Eva Kemp

  • Avatar: mikegreir
    mikegreir
    Participant
    April 25, 2014 at 13:17

    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;
    }

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    April 28, 2014 at 19:09

    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.

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

The issue related to '‘Change product tab order’' 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.