Donden Gaeshi – Name Order Changer For WooCommerce Wordpress Plugin - Rating, Reviews, Demo & Download

Donden Gaeshi – Name Order Changer For WooCommerce Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

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

Screenshots

  1. Name fields in My Account page. Surname comes first.

    Name fields in My Account page. Surname comes first.

  2. Name fields in Builling Address is in the same order.

    Name fields in Builling Address is in the same order.

  3. If user locale is not in the list above, the first name precedes the last name.

    If user locale is not in the list above, the first name precedes the last name.


Reviews & Comments