Dear Prestashop users,
I have encountred a huge problem while trying to impelment a module that would basically allow clients to pay directly using their bank account, as their card can be limited to certain amounts.
Once I have set up the module, tested the API connection and all, I tried going to my store and ordering to see if everything is good, suprisingly I have noticed that only the last method of payment is available, while it idealy should show the old method (Credit Cards) + the new one (Bank Account Payment).
I am running 1.7.4.2 on this store, and I have checked the hooks and it seems that this second module can only be transplanted on the "Paymentoptions" hook, while the old one is transplanted on various hooks (as it should be, I guess).
In Payment Preferneces I have noticed that the new module dosen't the have the currency set on, instead it just have -- instead of a clickable checkmark.
The 1st one is the Module I have been using, 2nd and 4th are native Prestashop modules for Cheques and Bank Transfers, the 3rd one is the new module.
Any Help would be highly appreciated
Thanks!