Title: Variable products
Last modified: May 1, 2017

---

# Variable products

 *  Resolved [bertvanderhooft](https://wordpress.org/support/users/bertvanderhooft/)
 * (@bertvanderhooft)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/variable-products-33/)
 * L.s.
 * I see with a variable product an additional tab with the variation. I don’t want
   to have this tab. Howto get rid of that tab?
    Bert

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

 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/variable-products-33/#post-9085810)
 * Hi Bert,
 * I’m not sure which tab you’re talking about, but it is most likely a WooCommerce
   default tab and not something added by our plugin. Could you provide a URL for
   a variable product so we can check it out?
 * Thanks,
    Kevin.
 *  Thread Starter [bertvanderhooft](https://wordpress.org/support/users/bertvanderhooft/)
 * (@bertvanderhooft)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/variable-products-33/#post-9088988)
 * Hi Kevin,
 * It’s a woocommerce tab “Additional Information”.
 * The instruction on [https://docs.woocommerce.com/document/editing-product-data-tabs/](https://docs.woocommerce.com/document/editing-product-data-tabs/)
   didn’t work.
 * What worked was to change the sequence of that instruction. First the function.
   Secondly the filter:
 * // Remove the additional information tab
    function woo_remove_product_tabs( $
   tabs ) { unset( $tabs[‘additional_information’] ); return $tabs; } add_filter(‘
   woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );
 * It works nicely, combined with the reordering as described in te before mentioned
   woocommerce page.
 * Tip: put it in your knowledge base 😉
 * Best regards
 * Bert

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

The topic ‘Variable products’ is closed to new replies.

 * ![](https://ps.w.org/yikes-inc-easy-custom-woocommerce-product-tabs/assets/icon-
   256x256.png?rev=1558461)
 * [Custom Product Tabs for WooCommerce](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/reviews/)

## Tags

 * [variable product](https://wordpress.org/support/topic-tag/variable-product/)

 * 2 replies
 * 2 participants
 * Last reply from: [bertvanderhooft](https://wordpress.org/support/users/bertvanderhooft/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/variable-products-33/#post-9088988)
 * Status: resolved