xpay✦ Commerce
Directory
WooCommerce plugins
Custom Product Tabs Lite for WooCommerce
Custom Product Tabs Lite for WooCommerce
This plugin extends WooCommerce by allowing a custom product tab to be created with any content.
4.2
(33 ratings)Will this break my store?
What the WordPress.org registry says about keeping Custom Product Tabs Lite for WooCommerce running.
Tested to 6.9.5 — 1 branch behind 7.0
Tested against the WordPress branch in use today.5 months ago
At least 2.6 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.7.4
Your host must be running at least this version.5.6
6
Maintenance & trust
Scored on how Custom Product Tabs Lite for WooCommerce is looked after — not on how many stores run it.
86
out of 100Maintenance
35 / 35WordPress compatibility
14 / 20Support responsiveness
Not enough dataMerchant satisfaction
10 / 15Listing transparency
10 / 10Ratings
4.2
33 ratingsThis plugin extends WooCommerce to allow a custom product tab to be added to single product pages with arbitrary content. The new custom tab may contain text, html (such as embedded videos), or shortcodes, and will appear between the “Additional Information” and “Reviews” tabs.
Requires WooCommerce 3.9.4 or newer
Features
- Add a single custom tab to each product in your shop
- Insert any desired content into custom tabs to provide product specifications, shipping info, or more
- Custom tabs can accept shortcodes or HTML content – great for embedding a marketing video or inquiry form!
Support Details
We do support our free plugins and extensions, but please understand that support for premium products takes priority. We typically check the forums every few days (with a maximum delay of one week).
WooCommerce Tab Manager
To easily add multiple tabs, share tabs between products, and more features, please consider upgrading to the premium WooCommerce Tab Manager, available from the official WooCommerce.com store.
More Details
- See the product page for full details.
- Check out the pro version at WooThemes: WooCommerce Tab Manager
- View more of SkyVerge’s free WooCommerce extensions
- View all SkyVerge WooCommerce extensions
Interested in contributing? You can find the project on GitHub and contributions are welcome 🙂
This free version does not have that functionality, but you can with the premium WooCommerce Tab Manager. This allows you to add multiple tabs, share tabs, edit core tabs, or re-order tab display.
The tab heading is shown before the tab content and is the same string as the tab title. An easy way to hide this is to add the following to the bottom of your theme’s functions.php or wherever you keep custom code:
add_filter( 'woocommerce_custom_product_tabs_lite_heading', '__return_empty_string' );
Be sure that (1) your HTML is valid — try putting your tab content into a blog post draft and see how it renders. (2) Be sure any shortcodes will expand in your blog post draft as well; if they don’t work properly there, they won’t work in your custom tab.
Yep, there’s the woocommerce_custom_product_tabs_lite_title that passes in the tab title for you to change. This filter also passes in the $product and class instance if you’d like to change this conditionally.
Here’s how you can set one title for all custom tabs, regardless of what title is entered on the product page (can go in the bottom of functions.php or where you keep custom code):
function sv_change_custom_tab_title( $title ) {
$title = 'Global tab title';
return $title;
}
add_filter( 'woocommerce_custom_product_tabs_lite_title', 'sv_change_custom_tab_title' );
Categories
Plugin details
Tags on WordPress.org
