Posted: November 30, 2012 at 9:09 am
|
Hello, I don’t know if I missed something in the documentation, but here is what I’m trying to do without success :
I tried different ways to do it, including the recurring events module, but it doesn’t work. Any idea ? Thanks a lot 🙂 |
|
Hello Benjamin, I would use the Recurring Event Manager (REM) to create the multiple events, but you would need to turn on the “Use registration limits on time slots?” in the General Settings. It is an experimental feature so please be aware of that. With that turned on you can set different times on the event and set the number of tickets allowed. Also make sure that you set the events max attendee limit (e.g. if 30 spots per time slot, set it to 120) |
|
Hello Dean, Thank you for your answer, that is just what I needed. I saw the option in the general settings but didn’t realize that it was the solution to my problem… Have a good day ! |
|
Hello, Sorry for reopening this topic, but I think it’s easier like this to follow my questions. I managed to use the REM with the registration limits on time slots to create at once as many events as I needed, with the correct time slots. And then I found another problem caused by the fact that the time slots option is still experimental : when allowing group registration, it works only partially : – the quantity of tickets purchased by the client is correctly stored and subtracted from the total I specified for the event himself. That’s perfect. – But : in the dropdown list of the time slots for this same event, only 1 ticket is always subtracted, even if the client registered more. So if I’m right, two different places for the same thing, one is correct, the other isn’t. Now I saw on the support forum that the time slots option doesn’t work at this time with group registration. According to this, here are my questions : – Is the problem I noticed and explained above the only (major ?) bug remaining ? – If so, did you eventually already planned to fix it ? – Depending on the delay, could you give me some information, or advice, about where in the source code (which file(s) where data are saved in db linked to this problem for example, or if the data in db is ok, which file(s) are used to retrieve the data and put it in the dropdown lists) ? Anyway, thank you for reading me, best regards |
|
Hello Benjamin, Yes this is an issue, I will get it raised with the developers to look into, and will ask if there is a fix you can do for it. This feature is experimental, as you are aware, so we expected there might be some issues that crop up with it. We do try and fix bugs that come up as soon as we can but it often is in the next scheduled release. |
|
I think I found the bug, it’s just a very little error since data is correctly stored in db when creating an event and registering to it : In event-espresso/includes/functions/time_date.php : – Line 183 : Should be replaced by : This fix seems to be working fine in my test application but surely would require more extensive tests on your side. |
|
hmm that causes a side effect with some events, not a definitive solution. |
|
A working fix, tested with different types of events. The test on available_spaces==NULL may not be very clean but I don’t see another way of doing this considering the db structure an my limited knowledge of it.
|
|
Benjamin, What version of EE are you running? Devs came back and advised that this functionality was just updated. |
|
Dean, I’m running current version of EE 3.1.29.1.P on WP 3.4.2. And the fix I spoke yesterday is still needed in order to have the correct quantity of places available when using time slots + recurrent events manager + group registration. |
|
Hey, Ok I will go back to the dev on this as it seems it isnt in order yet. Thanks |
The support post ‘Multiple events with multiple times slots per day’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.