Strange japanese format address
-
Hello,
I have a Japanese customer and his address is strangely formated on woocommerce orders.
As I understand, there is a function that format the addresses for each country.
For Japan, it’s this format:
‘JP’ => “{postcode}\n{state}{city}{address_1}\n{address_2}\n{company}\n{last_name} {first_name}\n{country}”,It looks strange to have the postcode on top, but why not. I’m sure you know what you’re doing better than me ??
So the address is displayed as it supposed to be but there still is a issue.
On the second line, there is no space between the fields. It’s impossible to read.
With these data :
– state = Tokyo
– city = Shinjuku-ku
– address_1 = 15F Shinjuku East Side SquareIt looks like that:
TokyoShinjuku-ku15F Shinjuku East Side SquareCan you do something about that?
(all my plugins are up to date)
- The topic ‘Strange japanese format address’ is closed to new replies.