WooCommerce Codex - Checkout Field Hook
How to Customize WooCommerce Checkout Fields
add custom checkout fields to user profile on admin edit screen
How can change the order the fields appear? The current (default) field order is: first name last name company (hidden for me) town/city zipcode
Checkout Field Editor for WooCommerce plugin provides an easy way to customise (add, edit, delete and change display order) your fields displayed on ...
To change woocommerce checkout fields you need to also change field order and required class base on display. you can add below code in functions.php and ...
And you can super easily reorder them with a special priority parameter. Example – I would like to make the email field the first one to display, I can do it with these ...
So far so good. So my problem is: How can I view this new field in the orders view ? Details for billing only show the usual billing fields.
Viewing 15 replies - 1 through 15 (of 18 total). 1 2 →.
Here is the correct commented and explained code: // Creating and displaying the custom checkout field in checkout page add_filter( ...