Jump to content

Payment Currency Restrictions - *very* restricted v1.6.1.6


Recommended Posts

Hello,

 

I have multiple currencies - EUR, AUD, CAD and USD, as well as different payment options - BankWire, PaymentSense and PayPal.

 

I can select to have BankWire only available for CAD and AUD for instance, but the other payment options, I don't seem to have the option to select more than one... is this correct or a bug?

 

I'm trying to make the payment option 'PaymentSense' only available for EUR and USD for instance...

 

- this is a non multi-store setup

 

Any help would be greatly appreciated!

post-1102726-0-53331100-1470817867_thumb.jpg

Link to comment
Share on other sites

Hi,

 

Try this:

 

open modules/paymentsense/paymentsense.php

 

Change 

$this->currencies_mode = 'radio';

to 'checkbox'

$this->currencies_mode = 'checkbox';

on my test shop, I can then select currencies associated to this module.  Note: you should only select currencies supported by payment gateway and I am not able to test beyond installation.

 

Hope this helps, el

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...