Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @lkilby555,

    I see. The tab order is determined by a priority number we pass to WooCommerce. We’re always passing our tabs with a lower priority than WooCommerce’s description tab. So either the priority is somehow being changed – or just broken – and description is ending up with a lower priority, or your theme is rendering the tabs backwards.

    To test these two, we could add a filter function to inspect/change the priority (as described here: https://docs.woocommerce.com/document/editing-product-data-tabs/#section-3). However, before you do this, is your custom product tab order (in the admin) defined as Functionality first and Live Demon second? Does changing the order of the custom product tabs in the admin change their order on the front end?

    Let me know – sorry for the issue,
    Kevin.

    Thread Starter lkilby555

    (@lkilby555)

    Hello Kevin,

    Your comments gave me a thought – I changed the priority values for my custom product tabs to 200 and 300 respectively (from 2 and 3). This did the trick! Now they are displaying in the correct sequence following “Description” default tab.

    Thanks for a great product and fantastic support!

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Great! You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New tab appearing LEFT of the Description tab’ is closed to new replies.