I'm interested to know specifically what you (everybody) mean by multi-currency.
We're considering adding support for a third currency in the same way as the second, which is the most common request. But true multi-currency is a more complicated and open-ended task.
I haven't seen how Norman's plugin handles it. But approaching the concept from scratch, AFAICS it would entail:
1) a mechanism for shoppers to choose their own currency at the web site, and for all prices and currency symbols on the site to switch dynamically to that currency.
2) conversion of the checkout and order processing to operate in any currency.
3) a means of updating exchange rates daily, or perhaps hourly. I think there are about 200 hard currencies worldwide. You would probably only support a subset of those, but updating exchange rates manually would quickly become impractical. There are updating services but they are very costly - the market leader charges about $500 per PC per annum.
4) some customers would undoubtedly want the ability to transact in each currency they offer, which has big implications for our payment gateway integrations.
So there's a lot of work to be done just in scoping the project, and it's potentially quite a large development. It's also not one of the most requested. Those two factors together are the reason why we have not so far undertaken it.
We're considering adding support for a third currency in the same way as the second, which is the most common request. But true multi-currency is a more complicated and open-ended task.
I haven't seen how Norman's plugin handles it. But approaching the concept from scratch, AFAICS it would entail:
1) a mechanism for shoppers to choose their own currency at the web site, and for all prices and currency symbols on the site to switch dynamically to that currency.
2) conversion of the checkout and order processing to operate in any currency.
3) a means of updating exchange rates daily, or perhaps hourly. I think there are about 200 hard currencies worldwide. You would probably only support a subset of those, but updating exchange rates manually would quickly become impractical. There are updating services but they are very costly - the market leader charges about $500 per PC per annum.
4) some customers would undoubtedly want the ability to transact in each currency they offer, which has big implications for our payment gateway integrations.
So there's a lot of work to be done just in scoping the project, and it's potentially quite a large development. It's also not one of the most requested. Those two factors together are the reason why we have not so far undertaken it.
Comment