Move Custom checkout field after "additional information"
-
I had to move the new field after the “Additional Information” field, so I changed woocommerce-checkout-manager.php, line 1150 from
add_action('woocommerce_after_checkout_billing_form', 'wccs_custom_checkout_field');
to
add_action('woocommerce_after_order_notes', 'wccs_custom_checkout_field');
It would be fine to have an option WHERE the custom field should be inserted. Can you add this?
https://www.ads-software.com/plugins/woocommerce-checkout-manager/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Move Custom checkout field after "additional information"’ is closed to new replies.