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.25
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.