Translating - STATES of USA

Hello!
I have question…
Anybody knows where can i add translating for states of USA for language other than DE or EN?
In language english and deutsch states are showing but in other language no.
This form field is in Register User when user choose USA as Country then State field appear.

I tried to find this but without success.

Thanks

It’s in the database, @walldemar. The table is called ‘oxstates’ :wink:

1 Like

heheh OMG… whata shame :slight_smile:

Not blaming you mate. Would be desirable to have it editable in admin panel :wink:

@marco.steinhaeuser Hmmmm… i added states to db.
On edit shipping address form it works (USER LOGGED IN)
but on register user form states are don’t load (USER NOT LOGGED IN, GUEST).

Any suggestions?

p.s. i cleared cache, views, etc.

I hope, I can help
@Marco, I think you mixed up oxstates and oxcountry. Oxstates are the US-states only.

@Walldemar, it’s probably the DB oxcountry. You should then change the word inside the DB, there is no need for a new entry.

Am not too sure about it, let’s clarify: are you talking about “provinces” like South Dakota, Alabama, Illinois or about translation for countries like Germany, Poland, etc @walldemar?

@marco.steinhaeuser @MichaelH
mmmm… no i see that probably not fault translating.

Once more:

EDIT DELIVERY ADDRESS - LOGGED USER - DE - works OK:

After add another translating to oxstates.
EDIT DELIVERY ADDRESS - LOGGED USER - PL - works OK:

REGISTRY USER - NOT LOGGED - DE - NOT OK

REGISTRY USER - NOT LOGGED - PL - NOT OK

Ah you want to change the names of the US-countrys, then Marco is of course right. [@marco.steinhaeuser]

Is this a bug or a feature. When you register, you are only asked to specify the minimum data.
When it comes to order, you are asked to tell the US-state.

Good question. I am pretty sure the implementation was forgotten during the registration. On the other hand, states are only interesting and needed for shipment in specific countries (like the U.S.)

Hmmmm… i have problem with this when i added USA country and i wanted to pay wit PAYPALL. paypall require state field when user is from USA.

I think if field state is in register form it should work correct :slight_smile:

Are you talking about regular PayPal payments or PayPal Express? Actually the regular PayPal payment is implemented into the checkout process, hence it wouldn’t be different to a regular order and the oxstate value shall be transferred to PayPal.

@marco.steinhaeuser i mean regular PayPal payment.

Unknown user from USA was visited oxid shop. He wanted to buy something. Then he registered yourself. In register form he choose country USA. Then registry form shows another field STATE which is failed (didn’t load states). But user can create user and he did it.

Then he want to buy something with regular PAYPALL payment. He clicked checkout and paypall throws info that paypall didn’t have state param. User need to go to edit shipping address and edit state. In edit form states are working correct. After this he can buy with success.

Soo it is flow theme bug. yep?

Yep, looks like this one, doesn’t it: https://bugs.oxid-esales.com/view.php?id=6537

You’re working with a 4.10, right? Could you check if this pull request fixes the behaviour: https://github.com/OXID-eSales/flow_theme/pull/69

Otherwise (if the fix doesn’t help) I’d re-open the bug again.