Jump to content

Paypal standard, how to change default Currency to USD if i use ARS?


chuliano

Recommended Posts

Hello, I have a problem, my store used as standard currency Argentina Pesos (ARS), and I need to have paypal as a payment option in dollars, in my paypal account only admit payments in dollars, but to make a purchase from CubeCart 4, he says ARS its currency is not accepted by paypal.

Try to "fool Paypal" modifying the transfer.inc.php adding something like this.

if ($ config ['defaultCurrency'] == "ARS") {

$ config ['defaultCurrency'] == "USD";

}

but no, still doing the same, I reject it.

My idea is that by choosing momentarily paypal purchase is made in USD as default, accept paypal for purchase.

Is this possible? which file should be modified?

From already thank you very much!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...