Skip to main content
Participant
August 15, 2006
Question

Currency options

  • August 15, 2006
  • 2 replies
  • 328 views
Could anyone help me or point me in the right direction please?

I have a coldfusion website which displays in Australian dollars. I would like to be able to have either a drop down box or flags giving the option of showing the site in either UK or USA currency but have no idea how to set this up.
Could anyone help me out or let me know where there might be some helpful info that might show me how to set this up?
Any help would be appreciated

Poida

7vinyls Website
This topic has been closed for replies.

2 replies

August 15, 2006
Be sure to keep in mind that currency rates change periodically.

Meaning, you may want to keep a history of the rate changes.
Participating Frequently
August 15, 2006
hi
i have this currently working on my site,
BAsic tips are
1-choose base currency eg AUS$ - set this to a currencyRate = 1
2-create a currency table with a currencyId and currency rate.
3-use client/session variables from the currency table to set the user information up
4 - then if they change the currency, simply set Price = CurrentPrice*CurrencyRate
eg if US$ rate is 1.5
then something that costs AUS$ 100 will cost US$150