이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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
} );

스크린샷

  • Name fields in My Account page. Surname comes first.
  • Name fields in Builling Address is in the same order.
  • If user locale is not in the list above, the first name precedes the last name.

설치

  1. Upload donden-gaeshi folder to the /wp-content/plugins directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Now your name order will be suite for your locale.

FAQ

How to Contribute

This plugin is hosted on GitHub, feel free to make issues or to send Pull Requests.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Donden Gaeshi – Name Order Changer for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

변경이력

0.1.4

  • Fix readme for clarification.

0.1.2

  • Registered on WordPress.org.

0.1.0

  • first Release.