Jump to content

Språk + Valuta ?


Studio1one

Recommended Posts

Hittade detta via min vän herr google, har inte provat men kan kanske hjälpa dig?

http://customprestsh...pending-on.html

 

 

Have multi languages and multi currencies prestashop store ? I think you want to have auto select currencies when your visitors is select one language. Here is How to Set Currency Depending on the Language.

 

First in prestashop Back Office, find id for each currency and each language, after that

 

Find init.php at your prestashop folder, before the following code :

$currency = Tools::setCurrency();

Place below code :

 

 

if ($cookie->id_lang == 1){set $cookie->id_currency = 2;}else{set $cookie->id_currency = 4;}

Note: the id for languages and currencies above is just example, use your own id.

 

mvh

/Max

Edited by maxa (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...