Descrição
This plugin extends the WooCommerce plugin by adding custom product tab which may contain text, html or shortcodes.
To easily add multiple tabs, share tabs between products, and more features, consider upgrading to the premium WooCommerce Product Custom Tab Pro
Feedback
- We are open to your suggestions and feedback – Thank you for using or trying out one of our plugins!
- Drop us a line at www.bigfoottechnorati.co.in
More
- Also see our other plugins or see our WordPress.org profile page
- Upgrade to the WooCommerce Product Custom Tab Pro now available On WooCommerce Product Custom Tab Pro
More
Instalação
- Upload the entire ‘woo-product-tab’ folder to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Edit a product, then click on ‘Custom Tab’ within the ‘Product Data’ panel
Perguntas frequentes
If you have any problem with the plugin, please contact me.= How do I hide the tab heading? =
use following code to the bottom of your theme’s functions.php:
add_filter( 'woo_custom_product_tabs_head', 'woo_custom_product_tabs_head_heading' );
function woo_custom_product_tabs_head_heading( $heading ) { return ''; }
Avaliações
Este plugin não tem avaliações.
Contribuidores e programadores
“WooCommerce Product Custom Tab” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “WooCommerce Product Custom Tab” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
1.0
Initial version