
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' )); }); The register_field method provides a lot of arguments to customize your fields. Some of the arguments are identically to the officiel WooCommerce arguments:
F4\WCSCF\Core\Helpers::register_field(array( // (array) Defines where the field should be added // billing = billing address, shipping = shipping address 'target' => array('billing', 'shipping'), // (string) The internal name for the field. Must be unique 'name' => '', // (string) The field type (text, textarea, password, select) 'type' => 'text', // (string) The field label 'label' => '', // (string) The description 'description' => '', // (string) The placeholder for the input (only text, textarea or password) 'placeholder' => '', // (boolean) Defines if the field is required or not 'required' => false, // (string) The default value 'default' => '', // (array) An array with css classes that should be added to the field 'class' => array(), // (array) An array with field options (only for field type select) // Array key => value pairs: array('value' => 'Label') 'options' => array(), // (string|array) Defines the position, where the field should be added // last = append after the last field // first = prepend before the first field // array('before' => 'fieldname') = prepend before the defined field // array('after' => 'fieldname') = append after the defined field 'position' => 'last', // 'first', 'last', array('before' => ''), array('after' => '') // (string) The delimiter that should be used in the formatted address outputs 'formatted_address_delimiter' => "\n", // (boolean) Defines if the field should be displayed after the formatted address in the order backend or not 'show_after_formatted_admin_order_address' => false, // (boolean) Defines if the field label should be prepended before the field value in formatted address 'show_formatted_address_label' => false, // (boolean) Defines if the field should be displayed in the account address forms 'show_in_address_form' => true, // (boolean) Defines if the field should be displayed in the checkout forms 'show_in_order_form' => true, // (boolean) Defines if the field should be displayed in the formatted address 'show_in_formatted_address' => true, // (boolean) Defines if the field should be displayed in the admin user form 'show_in_admin_user_form' => true, // (boolean) Defines if the field should be displayed in the admin order form 'show_in_admin_order_form' => true, // (boolean) Defines if the field should be displayed in the privacy customer data 'show_in_privacy_customer_data' => true, // (boolean) Defines if the field should be displayed in the privacy order data 'show_in_privacy_order_data' => true )); Starting from $0 per month.
Rating
Reviewers
1 reviews
Tags
Developed By
FAKTOR VIER
Quick & Easy
Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!
Testimonial plugins for Wordpress
Contact Form plugins for Wordpress
Maps plugins for Wordpress
Translation plugins for Wordpress
Chat plugins for Wordpress
Slider plugins for Wordpress
Reviews plugins for Wordpress
Contact plugins for Wordpress
Galleries plugins for Wordpress
SEO plugins for Wordpress
Forms plugins for Wordpress
Comments plugins for Wordpress
Backup plugins for Wordpress
Privacy plugins for Wordpress
Optimize plugins for Wordpress
Tabs plugins for Wordpress
Social Sharing plugins for Wordpress
Events Calendar plugins for Wordpress
Comments plugins for Wordpress
Social Feeds plugins for Wordpress
Social Sharing plugins for Wordpress
Portfolio plugins for Wordpress
Video Player plugins for Wordpress
popup plugins for Wordpress
SiteMap plugins for Wordpress
Payment plugins for Wordpress
Coming Soon plugins for Wordpress
Inventory plugins for Wordpress
Testimonials plugins for Wordpress
Portfolio plugins for Wordpress
Membership plugins for Wordpress
Forms plugins for Wordpress
Analytics plugins for Wordpress
Events Calendar plugins for Wordpress
Sliders plugins for Wordpress
Analytics plugins for Wordpress
Reviews plugins for Wordpress
Security plugins for Wordpress
Ads plugins for Wordpress
Music Player plugins for Wordpress
Countdown plugins for Wordpress
Email Marketing plugins for Wordpress
Membership plugins for Wordpress
Ecommerce plugins for Wordpress
Customer Support plugins for Wordpress
Video Player plugins for Wordpress
Tabs plugins for Wordpress
Social Feeds plugins for Wordpress
Common Ninja Apps
Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.
Add an events calendar to your site so visitors can view upcoming activities, improving engagement and event visibility.
Show LinkedIn posts with a LinkedIn feed carousel that auto updates, presents content in a smooth layout, and keeps visitors engaged.

An Info List presents key details in a clear, structured format to improve user experience and support conversions.
Show social proof that displays real user activity to build trust instantly, boost credibility, and help increase conversions across your site.
Use team members blobs to present your staff in a clear, creative format that builds trust, supports transparency, and strengthens brand credibility.
Create a mega footer that organizes navigation links, contact info, logos, social icons and improves usability and site structure.
Track time since important events with a count up clock that displays elapsed days and hours and keeps visitors engaged.
Add interactive stories to your site to showcase content in a visual, mobile friendly format that boosts engagement and guides visitors toward action.

Show WordPress posts with a WordPress feed that keeps content fresh, improves navigation, and helps visitors discover more of your site.
Show alerts and updates with a notification popup that grabs attention, delivers important messages, and improves user experience.

Create consent forms that collect signatures, save submissions, send notifications, and help you manage approvals efficiently.
Add a countdown bar to your site to create urgency, highlight limited time offers, and drive faster engagement and higher conversions.
More plugins
The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!
