michaelL Posted August 10, 2016 Share Posted August 10, 2016 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! Link to comment Share on other sites More sharing options...
michaelL Posted August 11, 2016 Author Share Posted August 11, 2016 Is anyone else seeing this issue as well? Link to comment Share on other sites More sharing options...
bellini13 Posted August 11, 2016 Share Posted August 11, 2016 Its not a bug necessarily, it is just how the payment modules were designed to work. You would have to change the payment module code to use checkboxes instead of radio buttons if you only want to use certain currencies for those 2 modules. 1 Link to comment Share on other sites More sharing options...
michaelL Posted August 11, 2016 Author Share Posted August 11, 2016 Oh, so by default its not possible to assign payment modules to certain currencies, only one specific one ? That kind of seems odd? Link to comment Share on other sites More sharing options...
bellini13 Posted August 12, 2016 Share Posted August 12, 2016 As I said, it is how the payment modules were designed to work Link to comment Share on other sites More sharing options...
El Patron Posted August 12, 2016 Share Posted August 12, 2016 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 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