Thank you, but i cannot move the single_meta to underneath the tabs through the hooks. I have done the following:
-create a function.php in my child theme and added these lines.
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40 );
add_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_template_single_meta’, 14 );
I noticed that is in another box (after_single_product_summary) and that the action does not work.