Merge pull request #11709 from jluisfreitas/patch-3

add PT (Portugal) address format
This commit is contained in:
Claudio Sanches 2016-08-16 15:34:27 -03:00 committed by GitHub
commit 67e7b0dde5
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ class WC_Countries {
'NZ' => "{name}\n{company}\n{address_1}\n{address_2}\n{city} {postcode}\n{country}",
'NO' => $postcode_before_city,
'PL' => $postcode_before_city,
'PT' => $postcode_before_city,
'SK' => $postcode_before_city,
'SI' => $postcode_before_city,
'ES' => "{name}\n{company}\n{address_1}\n{address_2}\n{postcode} {city}\n{state}\n{country}",