Is there a way to embed YouTube videos into Custom Product Tabs or is this going to be fixed anytime soon?
(I purchased the Pro version a few years ago.)
]]>A huge thanks for a great plugin.
Is there some code snippet we can use to enable the Gutenberg Block Editor when editing tabs?
I can create a block on a page, then copy the block and paste it in the custom tab and it works. But as soon as i edit the tab again some content gets broken.
So it would be fantastic to have the block editor in the custom tabs.
Thanks
is it possible to add Custom Product Tabs for WooCommerce by yikes to accordion widget?
i have elementor pro but only limited options for WooCommerce dynamic tags
thanks you
]]>I have a shop with thousands of products which I would like to translate.
Efficient ways to translate this many products would be to either translate them in a spreadsheet or even better, translate them automatically with a translation plugin.
The custom tabs content displays as meta in spreadsheets and can therefor not be translated.
Is there a way to get it to display as plain text in spreadsheets (or .csv)?
Or even better…is there any way or any plugin that could translate the custom tabs content automatically?
All help is much appreciated.
]]>I’m using this code but it doesn’t work
add_filter( 'woocommerce_product_tabs', 'woo_custom_product_tab' );
function woo_custom_product_tab ( $tabs ) {
// Adds the new tab
if ( is_product() && has_term( 'Software Spia', 'product_cat' ))
{
$tabs['avvertenze'] = array(
'title' => __( 'Avvertenze', 'woocommerce' ),
'priority' => 55,
'callback' => 'woo_software_tab_content'
);
}
return $tabs;
}
function woo_software_tab_content() {
echo '<h4>Ciao</h4>';
}
Any idea on how to solve?
]]>Could you please take a look at how to figure out it?
P.s: Also, you have to signup our site to see the product page missing the “Warnings and Others Information” (let’s try this username: woologin and password: Testing#123$%!) to test.
What column name should I use to match the meta-data for tabs? And if I have multiple tabs on some products what names should I use?
]]>