Events Made Easy › Forums › How do I … › multi-booking form categories
Tagged: categories, Multi-booking
- This topic has 16 replies, 3 voices, and was last updated 6 years, 11 months ago by Anonymous.
-
AuthorPosts
-
Wed 6 Sep 2017 at 12:05 #56513AnonymousInactive
Hello,
I am trying to use the multi-booking form the first time and I do have some questions – maybe feature requests:Is it possible to list all events in the form without having to type in all ids or recurrence-ids?
Can I sort the output? It would be great to show the events by categories. Otherwise when showing a lot of events it is quite confusing.Thanks in advance,
MeikeWed 6 Sep 2017 at 13:48 #56515FrankyKeymasterEither recurrence id is needed (only 1 id to show all events in that recurrence) or the id’s of your liking. Events are ordered by date.
Thu 7 Sep 2017 at 16:20 #56523AnonymousInactiveOkay, thanks. Could be a good further development. If you have a lot of events in different categories with different target groups it takes some time to find the events you want to take part.
In my case attendess must book several courses to get a certificate of attendance. So I just wanted to shorten the time they need to book all courses needed.
On the other hand it would save me a lot of time if I just could icnlude all events.Thu 7 Sep 2017 at 16:27 #56524AnonymousInactiveJust one further question: Can I use several recurrence-ids, comma separated like ids? Or can I just use on recurrence id?
Thu 7 Sep 2017 at 16:38 #56528FrankyKeymasterWell, good news: category_id is also a parameter (just wasn’t documented yet, I corrected that now).
Thu 7 Sep 2017 at 16:39 #56529AnonymousInactiveThat’s great! Thanks!
Thu 7 Sep 2017 at 16:43 #56530AnonymousInactiveCan I use mor than on category (like ids)? When I put in several categories only the events form the first are shown.
Thu 7 Sep 2017 at 18:21 #56531FrankyKeymasterno, that is not foreseen there.
Thu 7 Sep 2017 at 18:30 #56533AnonymousInactiveokay, actually I found a workaround using several multibooking forms – one for each category. But there is a new problem:
I want to provide the oportunity to book every event as a single event by using the normal booking form and to book several events from one category in a row by using a multibooking form.
So I have to send different emails to the attendees – depending on wether they used the multibooking form or not. I understood that I have to choose a multibooking mail-template in the settings of the first event in the multibooking list. But then the email listing all booked events is also send whent this event is booked as a single event – with a blank list.
So my question is: can I use the conditional tag #_IS_MULTIBOOKING in email templates?
Or is there another way to realise this?Thu 7 Sep 2017 at 22:23 #56534FrankyKeymaster#_IS_MULTIBOOKING is exactly what you want there 🙂
Fri 8 Sep 2017 at 09:52 #56536AnonymousInactiveThat’s cool. But actually I can’t get it working.
The syntax should be: [eme_if tag='#_IS_MULTIBOOKING' value='1'] Do something [/eme_if]– right? This doesn’t have any effect.
I tried the same with [eme_if tag='#_IS_LOGGED_IN' value='1'] You are logged in [/eme_if] and it works. Am I doing anything wrong?Fri 8 Sep 2017 at 17:53 #56537FrankyKeymasterIt should work. But that placeholder can only be used in mails or booking info. I’ll try it again this weekend too, but I remember creating that placeholder just for that reason …
Fri 15 Sep 2017 at 16:12 #56655FrankyKeymasterBtw: tested it here and it works as expected in the mails.
Mon 18 Sep 2017 at 12:36 #56663AnonymousInactiveOkay: So the syntax I wrote in the post above is correct or is there any fault?
Mon 18 Sep 2017 at 12:45 #56664FrankyKeymasterThis works for me:
[eme_if tag="#_IS_MULTIBOOKING" value="1"] is multibooking [/eme_if] [eme_if tag="#_IS_MULTIBOOKING" value="0"] is no multibooking [/eme_if]
Mon 18 Sep 2017 at 13:23 #56665AnonymousInactiveWorks! Thanks a lot.
Mon 25 Dec 2017 at 14:22 #57234AnonymousInactiveHi MerkWert, could you possible be so kind to show an example on hoy did you manage to use several multibooking forms – one for each category?
What I’m trying is something like this, but this obviously lose the required fields for the subsequents forms.
[eme_add_multibooking_form category_id=4 template_id=3 template_id_header=2 template_id_footer=9]
[eme_add_multibooking_form category_id=1 template_id=3 template_id_header=10 template_id_footer=9]
[eme_add_multibooking_form category_id=2 template_id=3 template_id_header=11 template_id_footer=9]
[eme_add_multibooking_form category_id=3 template_id=3 template_id_header=12 template_id_footer=4] -
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.