xpay✦ Commerce
Directory
WooCommerce plugins
F4 Salutation Fields for WooCommerce
F4 Salutation Fields for WooCommerce
Adds salutation fields to the WooCommerce billing and shipping address.
5.0
(3 ratings)Will this break my store?
What the WordPress.org registry says about keeping F4 Salutation Fields for WooCommerce running.
Tested to 7.0.2
Tested against the WordPress branch in use today.2 months ago
At least 3.0 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.7.0
Your host must be running at least this version.5.0
woocommerce
These must be installed and active first.1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how F4 Salutation Fields for WooCommerce is looked after — not on how many stores run it.
91
out of 100Maintenance
35 / 35WordPress compatibility
20 / 20Support responsiveness
Not enough dataMerchant satisfaction
11 / 15Listing transparency
7 / 10Ratings
5.0
3 ratingsF4 Salutation Fields for WooCommerce adds a dropdown menu (more field types coming soon) to select the address salutation to the billing and/or shipping address.
The plugin prepends the salutation automatically before the name in every formatted address output. Here are a few more things the plugin does:
- Adds salutation fields to the billing and/or shipping address checkout form
- Adds salutation fields to the edit billing and/or shipping address dashboard and form
- Adds salutation fields to the edit order backend page
- Shows salutation fields in privacy data export
- Erases salutation data if privacy erase is requested
- Shows salutation field in orders (thank you page, email etc.)
Currently only Mr. and Mrs. are shown in the salutation field. If you want to add more or translate this values, see the code snippet below.
Usage
This plugin works out-of-the-box. By default, both salutation fields for billing and shipping are enabled and marked as required.
You can change the settings for both fields on the Accounts & Privacy screen in your WooCommerce settings. Both fields you can hide or set to optional/required.
If you want to add more salutations, change the labels or add your own translations, you can use this hook:
add_filter('F4/WCSF/get_salutation_options', function($options, $settings) {
// Change label
$options['mr'] = 'Mister';
// Add new labels
$options['dr'] = 'Dr.';
$options['prof'] = 'Prof.';
return $options;
}, 10, 2);
Features overview
- Adds salutation fields
- Works without configuration
- Can be configurated for both fields
- Easy to use
- Lightweight and optimized
- 100% free!
Planned features
- Full integration into API and REST
- More field types than select
- Easy to configure and add own options
Categories
Plugin details
Tags on WordPress.org
