With F4 WooCommerce Simple Checkout Fields you can add new fields to WooCommerce checkout.
There is no UI to manage the fields, they can be added with PHP method.
PHP knowledge and access to the file system to add the code ..
Here's sample how you could add text field to the billing and shipping address add action { F4WCSCFCoreHelpers register field ) } ).
Some of the arguments are identically to WooCommerce arguments.
F4WCSCFCoreHelpers register field Defines where the field should be added billing = billing address, shipping = shipping address 'target => array, The internal name for the field.
Adds custom text, textarea, password and select fields to the checkout.
Upload the plugin files to the wp-content plugins f4-woocommerce-simple-checkout-fields directory, or install the plugin through WordPress plugins screen directly.
Activate the plugin through 'Plugins screen WordPress.
Interested in development.., check out SVN repository, or subscribe to the development log by RSS...
Read more