Update address setting for Japanese

Update setting for Japanese Name and postcode and Prefecture.
This commit is contained in:
Shohei Tanaka 2019-08-06 20:10:15 +09:00 committed by GitHub
parent bccb7c3283
commit 0aa2f160a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -992,11 +992,21 @@ class WC_Countries {
),
),
'JP' => array(
'last_name' => array(
'class' => array( 'form-row-first' ),
'priority' => 10,
),
'first_name'=> array(
'class' => array( 'form-row-last' ),
'priority' => 20,
),
'postcode' => array(
'class' => array( 'form-row-first' ),
'priority' => 65,
),
'state' => array(
'label' => __( 'Prefecture', 'woocommerce' ),
'class' => array( 'form-row-last' ),
'priority' => 66,
),
'city' => array(