Update the address format for Taiwan

This commit is contained in:
Y12STUDIO 2014-05-19 16:08:30 +08:00
parent 1f6f7d3a6c
commit a6fc9920d7
1 changed files with 1 additions and 0 deletions

View File

@ -618,6 +618,7 @@ class WC_Countries {
'IS' => $postcode_before_city,
'IT' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode}\n{city}\n{state_upper}\n{country}",
'JP' => "{postcode}\n{state}{city}{address_2}\n{address_1}\n{company}\n{last_name} {first_name}\n {country}",
'TW' => "{postcode}\n{city}{address_2}\n{address_1}\n{company}\n{last_name} {first_name}\n {country}",
'LI' => $postcode_before_city,
'NL' => $postcode_before_city,
'NZ' => "{name}\n{company}\n{address_1}\n{address_2}\n{city} {postcode}\n{country}",