Show tabs data in short description
-
Hello!
I am trying to do as the title says. I was able to import the description tab into the short description, thanks to a dude in stackoverflow. I pasted this into functions.php :function woocommerce_template_product_description() { woocommerce_get_template( 'single-product/tabs/description.php' );} add_action( 'woocommerce_single_product_summary', 'woocommerce_template_product_description', 20 );
And now the description tab data is showing in the short description.
Can I do the same for the custom tabs? Please tell me this is possible to achieve ??I am modifying an already done site and it is using the Pro version of the plugin – version 1.0.10 PRO & 1.0.11 PRO (it has both of them installed, no idea why), but as it wasn’t me buying the plugin I thought I should ask here ??
Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show tabs data in short description’ is closed to new replies.