Hi Desiree,
Initially I did not add multiple bookings at all. Mostly, because I couldn’t get it to work. Turned out I was already on PHP7.2 and EM did not support that yet 😉
I have talked to Marcus (lead developer of EM) about the multiple bookings mode for Mollie Gateway. In all my own tests it does work (that is why I released that version), but Mollie will not allow a “resume payment” button, like PayPal does. This is mainly because Mollie create a new and unique redirect URL for every payment attempt. PayPal uses a static link…
Since EM provides a lot (really a lot) of different configurations for multiple bookings, could you please provide me with an overview of all your specific settings? Then I can use those to do specifically look at your situation.
Thanks for your very quick reply!
Well that clears things up. I’ll have the multiple bookings settings off for now and inform my client.
Do you mean the settings in this section of EM?
– EVENTS MANAGER > SETTINGS> RESERVATIONS >
Allow guest reservation > Yes
Approval needed > Yes
Reserve unconfirmed places > No
Can users cancel their reservations > Yes
Allow overbooking > No
Allow double reservation > Yes
No accounts booking mode > No
Allow bookings with registered email address > No
Activate Multiple bookings mode > Yes
Direct to Checkout at booking > No
Activate Quick Pay buttons > No
These are a few settings that might be important. Let me know if you need more/other information. Thanks in advance!
Thanks!
I have found the error. One small typo in the return url that prevented Mollie to be initiated.
Version 1.6.1 should solve that. 🙂
Let me know if everything works now, please.
Yes! It worked! :))
I am very happy with the multiple bookings mode, glad it’s working now. I’ll go further with installation and testing now.
Thanks a lot for your quick help!
My pleasure 🙂
It was 1 forgotten letter in the return url, but that was only called if you didn’t specify a return page in the settings. So that’s why it didn’t show up in my initial tests. LOL.
I added the ‘s’ in the PHP as you mentioned and it worked right away. I can sleep much better now 😉