Belgian addresses put postcode before city too

This commit is contained in:
Geert De Deckere 2012-02-13 11:36:16 +01:00
parent d54812c415
commit d2548f8acd
1 changed files with 1 additions and 0 deletions

View File

@ -553,6 +553,7 @@ class WC_Countries {
'default' => "{name}\n{company}\n{address_1}\n{address_2}\n{city}\n{state}\n{postcode}\n{country}",
'AU' => "{name}\n{company}\n{address_1}\n{address_2}\n{city} {state} {postcode}\n{country}",
'AT' => $postcode_before_city,
'BE' => $postcode_before_city,
'CN' => "{country} {postcode}\n{state}, {city}, {address_2}, {address_1}\n{company}\n{name}",
'CZ' => $postcode_before_city,
'DE' => $postcode_before_city,