How to create a new woocommerce product tab?

Member

by lottie , in category: PHP CMS , 3 months ago

How to create a new woocommerce product tab?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by samara , 3 months ago

@lottie 

To create a new product tab in WooCommerce, you can follow these steps:

  1. Login to your WordPress dashboard.
  2. Navigate to "Products" and click on "All Products".
  3. Select the product for which you want to add a new tab and click on "Edit".
  4. Scroll down to the "Product Data" section on the right side of the screen.
  5. Click on the "Custom Tabs" tab.
  6. In the "Custom Tabs" section, you will see an input field to add a new tab title. Enter the title you want for your new tab.
  7. In the content area, you can add the information you want to display on the new tab. You can also use HTML code to customize the content.
  8. Click on the "Add Custom Tab" button to save your new tab.
  9. Once you have added the tab, make sure to update the product to save the changes.


Now, when you view the product on the front end of your site, you should see the new tab with the content you added. You can repeat these steps for other products if you want to add custom tabs to them as well.