Move Terms and Condition box below
-
Hello, I want o make a simple thing. I want to move the Terms and Condition box below the “I accept Terms and condition” checkbox.
I tried this but the Remove action do not remove the box. The add action works as intended.
remove_action('woocommerce_checkout_terms_and_conditions','wc_checkout_privacy_policy_text'); remove_action('woocommerce_checkout_terms_and_conditions','wc_terms_and_conditions_page_content'); add_action('woocommerce_checkout_after_terms_and_conditions','wc_checkout_privacy_policy_text'); add_action('woocommerce_checkout_after_terms_and_conditions','wc_terms_and_conditions_page_content');
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Move Terms and Condition box below’ is closed to new replies.