Hello, I would like to display the description and reviews under the product image without being inside of tabs. Is there any way to do that?
I have moved it succefully with
add_action('init', 'avf_move_product_output');
function avf_move_product_output() {
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 );
add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 5 );
}
but that just moves the tabs. Can I not use tabs and just make a longer page?
Hi wegotthat!
not sure what you need. Can you show us a link to your website showing what you are talking about? I think a screenshot showing what you want to achieve would help. However, it sounds to me that it would require a heavy customization on WooCommerce/Enfold, which you can request here.
Regards,
Andy