Hi,
I am getting an issue when user is trying to checkout with INR as base currency with Paypal.
Can someone suggest a solution. I have already installed Paypal multicurrency of magecoders
I checked the logs. It is giving me USD as currency and amount as 0.00 . Any one want to connect with me also please do it.
Magento version is 1.9.3.8
Hello @Gary Globals,
I have same issue then I have perfomed below steps to resolve it.
This FREE Magento Extension that supports PayPal payments for not supported currencies by PayPal might be helpful for you.
https://github.com/Meabed/Paypal-Multi-Currency-Magento
First of all, we need to setup multi-currency shop (System -> Configuration -> GENERAL -> Currency Setup). https://www.screencast.com/t/uNF00nZLSX
Then, we do necessary setup for PayPal Payment Method (System -> Configuration -> SALES -> Payment Methods). https://www.screencast.com/t/rkFgWXc7hs
After installing this module, you can go to System -> Configuration -> SALES -> Payment Methods -> Paypal Multi Currency and make necessary settings over there. https://www.screencast.com/t/zUc01O0UecK
Here is the checkout page where you can see USD equivalent amount being displayed on Order Review step. https://www.screencast.com/t/pvCjdSnt
Finally, after the order is placed, the following information is displayed in Sales -> Orders in Magento admin/backend. https://www.screencast.com/t/JZiabSaJxg8o
--
If my answer is useful, please Accept as Solution & give Kudos