Position of Terms checkbox in Checkout

[ad_1]

Hi,

i would like to remove the Position of the Terms checkbox from the Top of the review to the orderbutton. I found something for the function.php
But the remove_action doesnt work so I have the Terms checkbox 2 times.
I think its the wrong code for the remove_action.

add_action( ‘init’, ‘my_child_move_legal_checkboxes’, 50 );

function my_child_move_legal_checkboxes() {
// Remove
remove_action( ‘woocommerce_review_order_after_payment’, ‘woocommerce_gzd_template_render_checkout_checkboxes’, 10 );
// Right before submit button
add_action( ‘woocommerce_gzd_review_order_before_submit’, ‘woocommerce_gzd_template_render_checkout_checkboxes’, 10 );
}

Maybe you can help me with this.

Regards

Angela

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer