Adds custom fields to the WooCommerce checkout.
As of April 2026, F4 Simple Checkout Fields for WooCommerce is a WordPress shop plugin with 10 active installations and a 5/5 rating from 1 reviews. It has been downloaded 2.0K+ times in total. Requires WordPress 5.0+ and PHP 7.0+. Available on WordPress.org since 2019. Top alternative: WooCommerce.
With F4 Simple Checkout Fields for WooCommerce you can simply add new fields to the WooCommerce checkout. There is no UI to manage the fields, they only can be added with a simple PHP method. That ensures that the plugin is lightweight and easy to handle, even though you need simple PHP knowledge and access to the file system to add the code (preferred your WordPress theme).
If you first install this plugin, it will do nothing. But it provides a method to add as many custom fields to your checkout as you need. Here’s a sample how you could add a simple text field to the billing and shipping address:
add_action('init', function() {
F4\WCSCF\Core\Helpers::register_field(array(
'name' => 'demo-text',
'type' => 'text',
'label' => 'Text Field'…| WordPress | 5.0+ requiredTested up to 6.9.4 |
| PHP | 7.0+ required |
| Dependencies | woocommerce |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.