Page 1 of 1

Paypal Issue with LKR

Posted: Sun Sep 21, 2014 12:25 pm
by Bishan
I'm using opencart 1.5.6.4 and using LKR (Sri Lanka Rupee) as default currency. I have follow below thread and enable paypal checkout with LKR currency.

http://forum.opencart.com/viewtopic.php?f=136&t=65005

But when i click Confirm Order and redirect to paypal page to pay, papal page display USD amount without convert LKR amount to USD. For example, when i have to checkout LKR 105.00 item, paypal page display it as $ 105.00. But it should display as approximately $ 0.80 (with current LKR to USD conversion).

Opencart shopping cart total.

Image
http://imgur.com/ZhSS1Nw

Paypal order summary.

Image
http://imgur.com/fL32UsY

How can i solve this ?

Re: Paypal Issue with LKR

Posted: Thu Oct 13, 2016 10:06 pm
by malshan
Seems no one has a solution for this matter

Re: Paypal Issue with LKR

Posted: Mon Oct 17, 2016 7:44 pm
by ADD Creative
Did you change this line

Code: Select all

$order_info['currency_code'] = 'USD';
to

Code: Select all

$order_info['currency_code'] = 'LKR';
or to whatever currency you are using?

Re: Paypal Issue with LKR

Posted: Mon Oct 17, 2016 7:48 pm
by ADD Creative
Sorry, that won't work as LKR is not a supported currency. Have you set up the USD currency with the correct exchange rate?

Re: Paypal Issue with LKR

Posted: Tue Oct 18, 2016 6:16 am
by labeshops
Did you add LKR as a currency you accept in Paypal?