I'm working on an international eComm solution, and the client would of course let the user change currency. What I did, was to create a select with all the available currencies, and bind a function to an onchange event, which passed the value in a "CurrencyCode=XXX" parameter. This is all well and good, but naturally it reloads the page, which the client is not very happy about.
Now, the question is, whether or not it's possible to extract the price in all available currencies in some strange loop, so that I can simply display the price in the different currencies, without going through the server every time. I can't find any info on it, but it actually worked somehow on their old solution, which I sadly don't have access to, but it looks like some sort of hack.
Does that make sense at all?
Developer forum
Changing currencies on the fly
Replies
You must be logged in to post in the forum