Donden Gaeshi – Name Order Changer for WooCommerce

Donden Gaeshi – Name Order Changer for WooCommerce Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 739 downloads
Donden Gaeshi – Name Order Changer for WooCommerce Icon

Try plugin: Donden Gaeshi – Name Order Changer for WooCommerce

We'll create fresh WordPress site with Donden Gaeshi – Name Order Changer for WooCommerce installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Donden Gaeshi – Name Order Changer for WooCommerce

Change the order of first_name and last_name in WooCommerce depends on user locale.

0


0


0


0


0

updated: 5 years ago
since: 5 years ago
author: Kunoichi INC.

Description

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