plugin-icon

Donden Gaeshi – Name Order Changer for WooCommerce

作者:Fumiki Takahashi·
Change the order of first_name and last_name in WooCommerce depends on user locale.
版本
0.1.4
最后更新
Jun 28, 2019
Donden Gaeshi – Name Order Changer for WooCommerce

In some locales, last_name preceded first_name.

  • Japanese ja
  • Chinese zh_*
  • Korean ko
  • Mongolian mn
  • Vietnamese vi
  • Hungarian hu_HU

If current user locale is in the list above, name fields in WooCommerce will be swapped with this plugin. This plugin does nothing but changing name field’s order. You don’t have to care about side effects.

Currently fixes…

  • My Account
  • Billing Address & Shipping Address
  • Order Email
  • Default display name and full name

Customization

You can change locales with filter.

add_filter( 'donden_swappable_lang_list', function( $langs ) { // Add lang th. $langs[] = 'th'; return $langs } );
免费基于付费套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 5.2.24
这个插件是可用的下载,适用于您的站点。