Position of Terms checkbox in Checkout
-
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
- The topic ‘Position of Terms checkbox in Checkout’ is closed to new replies.