Latest SeedProd News

WordPress Tutorials, Tips, and Resources to Help Grow Your Business

WooCommerce Additional Information

How to Customize the WooCommerce Additional Information Tab 

Written By: author image Stacey Corrin
author image Stacey Corrin
Stacey has been writing about WordPress and digital marketing for over 10 years and on other topics for much longer. Alongside this, she's fascinated with web design, user experience, and SEO.
     Reviewed By: John Turner
reviewer image John Turner
John Turner is the co-founder of SeedProd. He has over 20+ years of business and development experience and his plugins have been downloaded over 25 million times.

The WooCommerce Additional Information tab is a handy spot for extra product details shoppers love, like detailed specs, shipping info, and care instructions. But here’s the catch: WooCommerce already has built-in features for that.

In this guide, I’ll show you how to unlock the real power of the Additional Information tab. We’ll ditch the redundant stuff, customize what’s left, and create a product page that converts.

Table of Contents

What’s the WooCommerce Additional Information Tab?

On a standard WooCommerce product page, the Additional Information tab is right next to the Description tab. By default, WooCommerce uses this tab to show basic product attributes like size, weight, and material.

WooCommerce additional information tab example

But the Additional Information tab can do so much more. Instead of just listing basic details, consider this space prime real estate for boosting sales.

Why? Because 87% of consumers are unlikely to buy from you again if their first purchase is plagued by inaccurate or incomplete product information. (source)

This guide will show you how to transform your Additional Information tab from a bland afterthought into a key part of a positive customer journey.

How to Add Additional Information to WooCommerce Products

Before we explore the customization options, let’s examine how to add product details to the additional information tab in WooCommerce.

WooCommerce’s built-in attributes feature is a great place to start for simple additions like material, dimensions, or care instructions. 

In your WordPress dashboard, go to Products » Attributes. This is where you’ll manage all the attributes of your products.

Give your attribute a descriptive name, such as “Battery Life,” “Material,” or “Warranty Info.” This is what customers will see on the front end.

Add WooCommerce product attributes

Then click Add Attribute.

Now, edit the product where you want to add this information, scroll down to the Product data section, and click the Attributes tab.

WooCommerce product data attributes

Choose your new attribute from the dropdown menu, then add the relevant information in the Value(s) field.

Product data attribute values

Now, click Save Attributes, then Update your product.

Your new attribute will now appear neatly organized on the Additional Information tab on the product page.

WooCommerce additional information tab with product attributes

How to Customize the WooCommerce Additional Information Tab

You’ve added valuable product details to your Additional Information tab. But a generic tab doesn’t exactly scream, “Look at me!” It’s time to make this tab your own and use it to guide shoppers toward a purchase.

Change Additional Information Tab Styling

The Additional Information tab is prime real estate on your product page – don’t let it blend into the background. With SeedProd, you can easily customize its style to match your brand and draw attention to this valuable information.

SeedProd Drag and Drop WordPress website builder

SeedProd is the best WordPress website builder for creating stunning, conversion-focused WooCommerce stores. Its drag-and-drop interface and pre-built blocks give you total design freedom, even if you’re not a coder.

New to SeedProd? Check out this guide to learn how to set up an online store in WordPress.

When you’re ready to style the Additional Information tab, head to SeedProd » Theme Builder from your WordPress dashboard and click “Edit Design” on the Product Page template.

Edit Product Page template

Once inside the visual editor, look for a block called Product Data Tabs on your page layout. This block often includes the Additional Information tab.

SeedProd WooCommerce Product Data Tabs

Click on the block to open its design settings, which gives you complete control over:

  • Tab Colors: Change the background, text, and border colors for active and inactive states.
  • Typography: Adjust the font, size, weight, and style of the tab’s text.
  • Spacing and Padding: Control the spacing around and within the tab content.
  • Borders: Add or customize borders to make the tab stand out.
  • Table Styles: Style the product data table, including text colors, padding, and even add a shadow effect.
WooCommerce Product data tab customization options SeedProd

When you’re happy with the design, click “Save” and preview your changes. Here’s how my changes look when I preview the product page:

Customized WooCommerce additional information tabs

Move Additional Information to the Description

Want to simplify your product page and make the key info easy to find? You can directly move the Additional Information content into your Product Description inside SeedProd.

First, edit the product page to view the visual editor. Depending on which block you’re using, drag the Product Data Tabs from its current location to below your product description.

Move product data tabs to under product description

Now click “Save” and preview your product page to see how it looks.

Additional information tab under product description woocommerce

Hide WooCommerce Additional Information

Do you have a product that’s so awesome it doesn’t need any extra details? I get it. Sometimes, less is more. If you’re not using the Additional Information tab, it’s best to remove it altogether and create a super-streamlined product page.

If you’re using SeedProd to customize your WooCommerce product page, you can simply remove the Product Data Tabs block with a few clicks.

Hover over the Product Data Tabs block and click the trashcan icon to delete it.

Remove WooCommerce additional information tabs

That’s it. Now, your product pages are free of unnecessary clutter.

Remove WooCommerce Additional Information

Want more granular control? You can remove Additional Information on a product-by-product basis. This option is good if you only want to declutter specific product pages.

To do this, go to “Products” in your WordPress dashboard and choose the product you want to edit.

In the “Product Data” panel, click on the “Attributes” tab. Then, click remove on the attributes you want to remove.

Remove product attributes in WooCommerce

When you view that product page, the Additional Info tab will be gone.

WooCommerce product data tabs without the Additional Information tab

Note: This method removes the attributes, not just their display on the front end. If you need this information later, it’s best to use SeedProd to hide the tab instead of deleting the data.

Rename the Additional Information Tab

“Additional Information” – it’s a mouthful, isn’t it? Luckily, you can rename this tab to something more concise, descriptive, or on-brand. A simple code snippet is all it takes.

Note: For this method, I’ll use WPCode to add custom code snippets instead of directly editing the theme files. Here’s a guide on how to use WPCode. Before proceeding, make a backup of your website to ensure you don’t lose anything if something goes wrong.

If you haven’t already, install and activate the WPCode plugin.

Upon activation, go to Code Snippets » Add New and choose “Add Your Custom Code (New Snippet).”

Add a new snippet in WPCode

Next, give your snippet a title: Something like “Rename Additional Info Tab” will work. Then paste the following code into the code editor:

add_filter( 'woocommerce_product_tabs', 'rename_additional_information_tab', 10, 1 );

function rename_additional_information_tab( $tabs ) {
  $tabs['additional_information']['title'] = __( 'Your New Tab Name', 'your-theme-textdomain' ); // Customize the tab name here
  return $tabs;
}
Code Snippet to rename WooCommerce additional information tab

Now, replace ‘Your New Tab Name’ with your desired tab name (e.g., ‘Product Specs,’ ‘More Info’, etc.). I used “Product Info.”

If you’re unsure about your theme’s text domain, you can leave ‘your-theme-textdomain’ as ‘woocommerce.’

Under “Code Type,” select “PHP Snippet.”

Now, click the “Save Snippet” button, then toggle the “Inactive” switch to “Active.”

Activate code snippet

That’s it. Check out your product page – your Additional Information tab now has a brand-new name.

New additional information tab name in WooCommerce

Add Custom Content to Additional Information Tab

Ready to go beyond basic product attributes? You can turn your Additional Info tab into a complete content hub. Let’s look at two ways to add dynamic content: using PHP snippets for flexibility or WordPress plugins for ease of use.

Method 1: Using PHP Snippets

If you’re comfortable with a bit of code, PHP snippets give you more control over what content appears on your tab. We’ll use the trusty WPCode plugin to keep things organized.

Create a new snippet with a descriptive title (e.g., “Add Custom Content to Additional Info Tab”).

Then, paste the following code into the snippet editor:

add_action( 'woocommerce_product_additional_information', 'add_custom_content_to_additional_info' );
function add_custom_content_to_additional_info() {
  // Add your custom content here! 
  echo '<p>This is some custom content added to the Additional Information tab!</p>'; 
  echo '<ul>';
  echo '<li>You can add text, HTML, shortcodes...</li>';
  echo '<li>...even output content from custom fields!</li>';
  echo '</ul>';
}

You can replace the example content within the echo statements with your desired content. In my example, I’ll add details about shipping information.

Then, save your snippet, set its “Code Type” to “PHP Snippet,” and activate it.

Now you can view your product page to see the new information:

Add shipping information to WooCommerce Additional Information tab

Method 2: Using WordPress Plugins

Prefer a more visual approach? Several WooCommerce plugins make adding custom content to the WooCommerce Additional Information tab easier:

  • Tabs Manager Plugins: Plugins like YITH WooCommerce Tab Manager and WooCommerce Product Tabs let you create entirely new tabs (not just customize the existing one) with drag-and-drop.
  • Custom Fields Plugins: If you’re already using a plugin like Advanced Custom Fields (ACF) to manage custom product data, you can also use its features to display that content on the Additional Info tab.

Ready to Create Product Pages That Convert?

By now, you’re on your way to mastering the WooCommerce Additional Information tab. You’ve learned how to add valuable content, ditch the clutter, customize the styling, and even move things around to create a smoother, more persuasive shopping experience.

Now it’s your turn. Use SeedProd to make building beautiful, conversion-driven product pages ridiculously easy. 

Here are some more WooCommerce tips, tricks, and tutorials you may find helpful:

Thanks for reading! We’d love to hear your thoughts, so please feel free to leave a comment with any questions and feedback.

You can also follow us on YouTubeX (formerly Twitter), and Facebook for more helpful content to grow your business.

author avatar
Stacey Corrin Writer
Stacey has been writing about WordPress and digital marketing for over 10 years and on other topics for much longer. Alongside this, she's fascinated with web design, user experience, and SEO.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. We only recommend products that we believe will add value to our readers.