Home › Forums › WoodMart support forum › Move Content used in HTML Block of "Add to cart button" › Reply To: Move Content used in HTML Block of "Add to cart button"
February 17, 2021 at 3:33 pm
#267374
Elise Noromit
Member
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the functions.php of the child theme:
add_action(
'wp',
function() {
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', 61 );
}
);
Best Regards