Change checkbox position in checkout (after terms & conditions)
-
I’m trying to change wc-ac checkbox in checkout to the bottom, after “Terms and Conditions” checkbox.
I’ve changed line #53 in wc-ac-hook.php from:
add_action('woocommerce_before_order_notes', array($this, 'marketing_checkout_field'));
to:
add_action('woocommerce_checkout_after_terms_and_conditions', array($this, 'marketing_checkout_field'));
But page says “Fatal error” in checkout.
How can I solve this?
PS: I’m using WPocean theme, but this theme doesn’t rewrite checkout’s woocommerce
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change checkbox position in checkout (after terms & conditions)’ is closed to new replies.