khanldn Posted December 6, 2014 Share Posted December 6, 2014 Hello dear, I have one issue with my paypal. After click checkout button, product rate is converting to USD from AED But shipping rate and other charges are not converting to USD. I got one tip from other post to change currency rate manually. And I did with product which solved. Please find code which I change. I change on line 315 (paypal/express_checkout/process.php) $fields['L_PAYMENTREQUEST_0_AMT'.$index] = Tools::ps_round($product['price_wt'] / 3.68, $this->decimals); Here you can find, i am manually calculating currency conversion. Because I tried more and more but automatically was not converting. Now problem is that other handling charges, shipping charges are coming same as AED rate, I set 15 AED (4.08 $) but paypal getting 15$. Anyone can help me? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now