這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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.

常見問題

How to Contribute

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

評價

There are no reviews for this plugin.

貢獻者及開發者

“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.