Linux 软件免费装
Banner图

F4 Salutation Fields for WooCommerce

开发者 faktorvier
更新时间 2024年4月2日 20:13
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.5
版权: GPLv2
版权网址: 版权信息

标签

shop shipping woocommerce address ecommerce checkout order account field fields billing salutation

下载

1.0.11 1.0.10 1.0.2 1.0.3 1.0.4 1.0.6 1.0.7 1.0.8 1.0.1 1.0.5 1.0.0 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.9

详情介绍:

F4 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: 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 Planned features

安装:

  1. Upload the plugin files to the /wp-content/plugins/f4-woocommerce-salutation-fields directory, or install the plugin through the WordPress plugins screen directly
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the Woocommerce -> Settings -> Accounts & Privacy screen to configure the plugin

屏幕截图:

  • Fields on order confirmation page
  • Fields in order confirmation e-mail
  • Fields on the order admin page
  • Fields on the edit address dashboard
  • Fields in edit address form
  • Field configuration in WooCommerce settings

更新日志:

1.0.19 1.0.18 1.0.17 1.0.16 1.0.15 1.0.14 1.0.13 1.0.12 1.0.11 1.0.10 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0