Argh.
So my client is a US-based exporter of wines to the Philippines. We
need to show the prices in Philippine Pesos. SiteShop handles the
*display* of foreign currency fine.
However, when it comes time to pay the piper (so to speak), it doesn't
follow through.
Authorize.net (and presumably other credit card authorizers) seems to
have a field for foreign currency type: x_currency_code. Presumably
when you run your transaction, you submit the correct code (in this case
PHP) along with the amount, and Authorize.net takes care of figuring out
what the current exchange rate is and converting it into US dollars.
ShopSite wouldn't have to do *ONE THING* except pass the ISO currency
code which they already have in their countries.dat file.
But alas, in my tests, a transaction for 1000 PHP ended up getting
authorized against my credit card for $1000 USD. That's no good.
Anybody know of a workaround, or if not, a shopping cart provider that
*does* support foreign currency in more than just a cosmetic manner?
Thanks...
[Frustrated...]
--Darryl Lee