Claudio
07-05-2002, 03:38 AM
Hi,
Situation:
Shopping cart where user can select a currency to view prices in.
Issue:
How to set it so that the user will see this currency for all pages. And do this with as little code as posible.
Current Solution Used:
Have value hidden "<span>" tag and show it when asked. To keep settings alive, write/read cookie for LCID. So far, only fixed types allowed ie.(CAD vs. USD).
Note:
Some solutions like OANDA have code that adjusts the browser settings...that is what I heard, I don't know how to actually do this, other than formatting using SetLocale()...
Hummm...
:)
Situation:
Shopping cart where user can select a currency to view prices in.
Issue:
How to set it so that the user will see this currency for all pages. And do this with as little code as posible.
Current Solution Used:
Have value hidden "<span>" tag and show it when asked. To keep settings alive, write/read cookie for LCID. So far, only fixed types allowed ie.(CAD vs. USD).
Note:
Some solutions like OANDA have code that adjusts the browser settings...that is what I heard, I don't know how to actually do this, other than formatting using SetLocale()...
Hummm...
:)