Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 38962

Reply To: How to change the product page template?

$
0
0

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.


Viewing all articles
Browse latest Browse all 38962

Trending Articles