Hi
I created a mysql table to store currencies. User can select currency and all products' prices are updated automatically.
However, if differenct users change the currency in database, other users will see different currency if someone changes it.
So, I think the currency cannot be store in database table.
There are 10 currencies for user to change.
If same user visits the site again, the previous selected currency would be applied.
How should I do it?
Thanks