Discussions
Setting Web-visitor's language and currency
Does anyone know how to set the web visitors language and currency within one URL/link?
I would like to call the below URLs but in one line.
/app/site/backend/setshoppercurrency.nl?c=446037&n=1&selcurrency=4
/app/site/backend/setshopperlanguagelocale.nl?c=446037&selshopperlanguage=fr_FR
Something like this.
/app/site/backend/setshopper.nl?c=446037&selshopperlanguage=fr_FR&selcurrency=1
I'm trying to automatically set the web-visitor's language and currency based on their location. I've tried loading these URLs separately in iframes but firefox 2&3 have problems; suprisingly IE6/7, Safari, and Opera all work fine.