I would like to reorder the WooCommerce checkout fields like so:
billing_email
account_username
account_password
billing_first_name
billing_last_name
- ...
- ...
However, as I understand it, Account fields and Billing fields are 2 separate things, so it's not that simple to place Account fields in the middle of the Billing form.
Is it possible to merge Account fields and Billing fields into 1 form in order to achieve the field order I want?
Or maybe it's possible to transfer the billing_email
field from the Billing form to the top of the Account form and then bring all of the Account fields to the top of the checkout?