Move Woocommerce terms and conditions checkbox after order notes
-
Hi,
I’d like to remove terms and conditions checkbox after the payment methods and print them after order notes.The code should be:
remove_action('woocommerce_checkout_terms_and_conditions','wc_checkout_privacy_policy_text', 20); remove_action('woocommerce_checkout_terms_and_conditions','wc_terms_and_conditions_page_content', 30); add_action('woocommerce_checkout_after_customer_details','wc_checkout_privacy_policy_text'); add_action('woocommerce_checkout_after_customer_details','wc_terms_and_conditions_page_content');
But it doesn’t work.
I think the problem is the priority, but I can’t find the right one.
Can you please help?Thanks!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Move Woocommerce terms and conditions checkbox after order notes’ is closed to new replies.