Home › Forums › WoodMart support forum › Move the below add to cart elements › Reply To: Move the below add to cart elements
September 15, 2020 at 7:19 am
#226298

Elise Noromit
Member
Hello,
Please add this code:
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', 35 );
}
);
Best Regards