maybe you are outputting javascript files twice somehow?
No, that’s not the case….something is buggy here.
Currently I’m using one Test Event with one Test User, and after several Bookings and Cancellations, now it starts to book even 3 spaces… very strange.
Any other idea?!
(I’m running the newest version of WP, BP and EM)
Is it maybe a specific EM setting, that could produce that?!
This wasn’t the case in the beginning. I changed of course several settings to have it the right way for my portal…
Thanks
Quick Update:
This issue occurs only with the Booking Button, not with the Booking Form.
(I’m using the original bookingbutton.php)
I just figured it out. It was necessary to remove the following at the Line 337 within em-actions.php
=>1
I’ll check this out and fix.
Thanks. I look forward…
Btw: Here is my version of the “bookingbutton.php” wich handles “Bookings” and “Cancellations” in a very nice way. It’s very simple.
If you like it, you just need to cleanup the code and to integrate it into the new version π
https://files.me.com/bojanski/aolh7q
thx, will check this out whilst fixing this bug
“It was necessary to remove the following (=>1) at the Line 337 within em-actions.php”
Well, this fixed that issue, but unfortunately produced some other π
Any new insights regarding this issue?!
Thanks
Bojan
I just checked this out. I do not get any issues with this button, I still think you have a javascript problem, maybe the button appears twice on your page for the same event?
I also looked at the line you mentions, this has to be there because the button is meant to book only one ticket.
Good idea , so incorporated the code you submitted, thanks! Next time though pls use svn patches against the dev version, it’s much easier for me π