Update address setting for Japanese
Update setting for Japanese Name and postcode and Prefecture.
This commit is contained in:
parent
bccb7c3283
commit
0aa2f160a9
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue