Hello,
I have a shopping cart I had built on my own and I'd like to know if there is any way I could implement a system that would switch the whole website from one currency to another.
The whole thing is programmed in PHP and I would need to connect to some centralized database containing up-to-date rates.
I don't know were to start because I know nothing about currency conversion.
One thing for sure : I want to avoid systems where users have to do the conversions by themselves for each price.
In case I have no choice but to create my own database, how often are the rates supposed to change?
Thanks for helping!
I have a shopping cart I had built on my own and I'd like to know if there is any way I could implement a system that would switch the whole website from one currency to another.
The whole thing is programmed in PHP and I would need to connect to some centralized database containing up-to-date rates.
I don't know were to start because I know nothing about currency conversion.
One thing for sure : I want to avoid systems where users have to do the conversions by themselves for each price.
In case I have no choice but to create my own database, how often are the rates supposed to change?
Thanks for helping!