Size Guide under variation
-
Hello,
I wanted to display the “Size Guide” after the variation:[size].
I use Child Theme, which file can I edit? Or what hook should I use?
Thanks
Hello,
I will check with our dev team and get back to you. I will be able to give you the feedback on Monday.
Best Regards
That Monday never came. 😅
Hello,
I am terribly sorry.
Please try to add this code to the functions.php of the child theme:
remove_action( 'woocommerce_single_product_summary', 'woodmart_after_add_to_cart_area', 31 );
add_action( 'woocommerce_single_product_summary', 'woodmart_after_add_to_cart_area', 39 );
Sorry, I lost your message. I do apologize. Thank you for reminding me.
Best Regards