Home Forums Basel support forum Product Tabs Order

Product Tabs Order

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #170442

    Hi!
    First, sorry for my english.
    I’m using Basel Theme Version 5.1.

    On Product Tab Options, I fill title and content. And tab shows on product page perfect.

    But I want change order, I want my custom tab, first. I read some post on internetm with this code:

    function reorder_tabs_product_page( $tabs ) {
    	$tabs['description']['priority'] = 5;
        $tabs['additional_information']['priority'] = 10;
        $tabs['reviews']['priority'] = 15;
        
        return $tabs;
    }
    add_filter( 'woocommerce_product_tabs', 'reorder_tabs_product_page', 98 );

    I change priority to 100 and 200, but Basel Product Tab stays last.

    How can I change product tabs order?

    Attachments:
    You must be logged in to view attached files.
    #170450

    Hello,

    Product tabs are the Woocoommerce functionality. Please refer the Woocommerce documentation https://docs.woocommerce.com/document/editing-product-data-tabs/

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)