Hi,
I have an issue with Paypal Payments Standard.
I have different currency options on my website which the visitor can select, e.g. Euro, USD, GBP. Is it possible to make the currency for display purposes only, and when they checkout and pay, the currency they selected is still shown, however the customer is charged in my default currency (not the currency they selected the prices to be shown in on my website)? So, when the funds arrive in my Paypal account they are in my default currency. And therefore Paypal doesn't need to convert the currency of the funds.
The problem is Paypal charges a Cross-Border fee when it needs to convert a currency. So, I receive less in my Paypal account that I would had the customer been charged in my default currency.
Thanks
Try to replace this in controller/payment/pp_standard.php:
With this one:
Change EUR to any currency you need.
Code: Select all
$data['currency_code'] = $order_info['currency_code'];
Code: Select all
$data['currency_code'] = 'EUR';
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
Who is online
Users browsing this forum: No registered users and 11 guests