Can I add multiple payment gateways using different currencies?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hello Everyone,

We designed a website for a client using nopCommerce 1.9. Client was using Paypal standard payment gateway which only uses currency in dollars. The client wanted a way to provide payment option in Indian Rupees so he signed up for CCAVenue. So we had to switch the primary store currency to Rupees, change all the product prices to be in rupees equivalent.

Now the overseas clients are having trouble paying, as they do not trust CCAvenue that much and the currency is being shown as Indian currency.

The client wants to switch back to Paypal Standard, so that the overseas customers can pay him using dollars and use continue to use CCAvenue in Indian Rupees for Indian customers.

Can we use two payment gateways using different currencies? Suppose we choose dollar as the primary store currency, then when some chooses CCAvenue, can the dollars amount be converted to Indian Rupees before it is sent to the CCAVenue Payemnt gateway?

Please help!

Regards,
Amrit
12 years ago
Hi,
yes you can .in the admin area you can modify the currencies and can update each other..
12 years ago
mtek wrote:
Hi,
yes you can .in the admin area you can modify the currencies and can update each other..


I know many things can be done from the admin section, but can you please explain how or direct me to a post that explains how this can be achieved. I would appreciate this.
12 years ago
do you have your bank url includes xml data or any  for live exchange  ??
12 years ago
It is not a bank url. I am talking about CCAvenue and Paypal. Both are included as Payment Modules in nopCommerce.
11 years ago
Hello! Amrit,
We are facing a similar issue, there are two payment gateways, CCAvenue for Ruppee transaction and Paypal for USD transaction. Can you please let me know how did solve the issue you were facing?
Thanks,
Anup kumar
11 years ago
Finally solved it.
We changed the Currency and the Shopping cart amount fields in 'PayPalStandardPaymentProcessor.cs' and it is working.
8 years ago
anupkum wrote:
Finally solved it.
We changed the Currency and the Shopping cart amount fields in 'PayPalStandardPaymentProcessor.cs' and it is working.


Hi Anupkum,

We tried making changes to the file but couldn't make it work. Would be great if you could please share the changes you made to make it work.

Thanks.
4 years ago
Any more detail information on this resolution? Is it correct to put it this way:
1. The primary currency in USD and standard payment gateway PayPal
2. The alternative currency in INR will go to PayPal gateway as well, but during conversion will be directed to other payment gateway?
And this will require some code change on the PayPal interface gateway?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.