Page 1 of 1

Japan address format not supported

Posted: Tue Feb 16, 2010 9:01 pm
by sae
Hello Daniel
This is Japanese. And I can't speak English.
So It may be wrong English.

I want multilingual correspondence to do address format

Japanese,Chinese, Korean adress format

OpenCart 1.4.0
catalog/controller/checkout/shipping.php 135 Line

UK style

Code: Select all

$format = '{firstname} {lastname}' . "\n" . '{company}' . "\n" . '{address_1}' . "\n" . '{address_2}' . "\n" . '{city} {postcode}' . "\n" . '{zone}' . "\n" . '{country}';
JP style

Code: Select all

$format = '{company}' . "\n" . '{firstname} {lastname}' . "\n" . '{postcode}' . "\n" . '{zone}{city}' . "\n" . '{address_1}' . "\n" . '{address_2}' . "\n" . '{country}';
I think these character string to be able to be in the database

I want to manage it with a backend.

Is it impossible? Please....

I am poor at English, and I'm sorry

Re: Japan address format not supported

Posted: Thu Feb 18, 2010 12:39 am
by sae
Im sorry.
it was already supported.

Re: Japan address format not supported

Posted: Thu Mar 25, 2010 2:53 pm
by japanees
Sae San,

How did you fix this? Yoroshiku onegaishimasu.

Re: Japan address format not supported

Posted: Thu Mar 25, 2010 6:51 pm
by sae
A change was possible in a backend page

Re: Japan address format not supported

Posted: Wed Jun 19, 2013 4:07 pm
by gurih
Hi Sae,

What you have had change in the backend?
I have the same problem with you and I don't know to resolve it.
thanks in advance

Re: Japan address format not supported

Posted: Wed Jun 26, 2013 9:58 am
by mixwigs