Change Currency Automatically When Change Language

Hi

my cs-cart have only 2 language with 2 currencies.

what should i do for automatically change currency to another one ,when user change language?

i mean can i set per currency to one language?

example : when user choice the US.English language then currency change to Us Dollar Automatically.

You can setup with localisation

Please check doc here http://kb.cs-cart.com/localization-setting

Please note that the Localisations feature is not supported by CS-Cart anymore

Is not exactly what you are looking for, but maybe helps you.

This add-on changes the language by visitor country:

GeoIP Languages v4

This add-on changes the currency by visitor country:

GeoIP Currencies v4

Is not exactly what you are looking for, but maybe helps you.

This add-on changes the language by visitor country:

GeoIP Languages v4

This add-on changes the currency by visitor country:

GeoIP Currencies v4

very simple

example :

we have 2 language in our site

"language A" and "language B" ("language A" is default)

and have 2 currencies

"Currency A" and "Currency B" ("Currency A" is default)

so i want:

when user do change "language A" to "language B" ,then automatically "currency A" change to "Currency B"

do anyone know a solution for make this config ,without create localization or Country IP add-ons?

You can setup with localisation

Please check doc here http://kb.cs-cart.com/localization-setting

thanks

but localization is not good solution.

because i have to set any payment or shipping method and many another things after set localization.

i was check this way about one years ago and result is this : will happen many unknown problems if you active localization

Am afraid, additional code modifications are required to do it. They are not complex. Check fn_init_currecy and fn_init_language functions in the app/functions/fn.init.php

Check our cs-cart module "Currency IP".

It switches between different currencies automatically due to the visitor's IP. Eg. A dollar is a default currency on your website, euro is the currency for the visitors from Europe, a pound is the currency for the Great Britain's IPs. So, the visitors from Europe see prices in euro, the visitors from the Great Britain – prices in pounds and all the others see prices in dollars.

We are happy to answer all your questions about this add--on.

Best regards, Alt-team.