Hello There,
Thanks for updating in! Are you trying to do something like this?
If that is the case, please add the following code in your child theme’s functions.php file
// Move Tabs below the add to cart buttons
// =============================================================================
function move_tabs(){
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 70 );
}
add_action('wp', 'move_tabs');
// =============================================================================
As this is all custom development, regretfully we won’t be able to assist further. Custom development is outside the scope of our support. We’re happy to provide advice and get you started in the right direction, but you would still be responsible for the implementation.
Thank you for your understanding.