How to Customize WooCommerce Checkout Fields
or Order detail pages (which includes any pages displaying order information, such as the Thank You page
You can add custom field(s) in Billing, Shipping and Additional fields sections.
The billing and shipping fields for checkout pull from the countries class ... This allows WooCommerce to enable/disable fields based on the user's location.
WooCommerce shipping and billing address section is the most important
You can then customize form-checkout.php as desired, and it will load instead of the default
case 'Billing details' : $translated_text = __( 'Billing Info', 'woocommerce' ...
Billing fields in the checkout template form-billing.php are displayed with this call: checkout_fields['billing ...
checkout form heading in WooCommerce billing-details. First off, you'll need to copy the template to your theme or more specifically, your child ...
Because this information are available through payment gateway we have removed the customer details form from the woocommerce checkout ...