Duplicate tabs are appearing!
If you're seeing your product tabs appear twice on the product page, this is caused by your theme rather than by WooCommerce Product Tabs itself.
The plugin adds your custom tabs into the standard WooCommerce product tabs area. Some themes output that tabs area twice (for example, once in their own product template and once through the default WooCommerce hook). When that happens, every tab is duplicated, including the default Description and Reviews tabs as well as the ones you have added.
How to confirm it's a theme issue
The quickest way to check is to temporarily switch to a default theme such as Storefront:
- Go to Appearance → Themes and activate Storefront (install it first if needed).
- View a product page and check whether the tabs still appear twice.
If the duplication disappears with Storefront active, the issue is with your usual theme's product template. The best fix is to report it to your theme developer, as their template is rendering the WooCommerce tabs area more than once.
Check your layout setting
It's also worth checking which layout you are using, as switching layout sometimes makes the duplication more or less obvious. Go to WooCommerce → Settings → Products → Product tabs and look at the Layout setting. You can choose between Tabbed (horizontal tabs) and Accordion (vertical sections that expand and collapse), which can work better on mobile or when you have a lot of tabs.
Hiding the duplicate tabs with CSS
If you can't change the theme template, the duplicate set can usually be hidden with a small piece of custom CSS. The exact code depends on your theme, because the duplicated tabs use whatever markup your theme outputs. If you'd like help with this, please get in touch and send us a link to the product page, and we'll provide a CSS snippet tailored to your theme.