I'm having trouble getting the iDEAL module to work with my brand new v1.3.4 OpenCart installation. I have a Mollie account and have set the module to test mode. The module is the latest version; v1.1 for Opencart 1.3.3+. When I confirm my purchase, I get sent to the following URL and see a blank page:
http://www.myshop.com/index.php?route=p ... bank&oid=9
On subsequent attempts, I get sent to the same URL, but see the following error message:
Code: Select all
Error: Duplicate entry '' for key 1
Error No: 1062
INSERT INTO `mollie_transactions` (`order_id` ,`transaction_id`) VALUES ('11', '');
Looking at my database, I see that the mollie_transactions table has one entry, with an order_id of 9 and an empty transaction_id. Might this point to the source of the problem?
Having iDEAL support on the shop I'm setting up is essential since it is aimed at the Dutch market only. Any help in resolving this issue would be much appreciated.