Posted: December 13, 2015 at 5:49 am
|
We have set up two separate “events” for the upcoming AAMS conference – one for Platinum (fixed price) and Gold (with early bird discount). We are doing seat allocation manually (one of the reasons being seating chart plug-in makes the registration process clumsy for multiple attendees in one booking). For that, we have created a Question”SeatNo” with “AdminView” only – we add the seat number manually for each attendee via the backend. We have also created a custom ticket to use this. We have started using this for Platinum. |
Hi Nikhil, Do you see the same this happen when you use the send ticket notice email from the actions menu (left side) of the registrations overview screen? — |
|
|
I am not sure how to get to this action menu? None of our pages seem to have action menu on the left hand side. |
Hi Nikhil, The image provided by Lornezo above is from EE4, so you won’t find that with EE3. So to confirm are you sending the email using this section – http://take.ms/yF23n With a group booking, you want to update all of the group with their seats, then send and email to each person within that group with the ticket? If a user uses the same for multiple (or all) attendees they should still receive an email for those duplicate email address, correct? |
|
|
Hi Tony, |
Hi Nikhil, Instead of using the Send payment reminder feature, you can use the send email action right from the attendee list table. This will send an email to each registrant in the group. If the admin only seat assignment question has a value, it can be passed to the email where you include the [custom_questions] shortcode in the email. You’ll need to load in this custom function *before the EE plugin loads* to make sure it includes the value of an admin question. One place that EE3 checks for functions first is within the /wp-content/uploads/espresso/functions.php file. Or you can load it into your own custom functions plugin and as long as its folder name starts with a-eu it will load before EE does. |
|
|
Hi Josh, |
Hi there, No there isn’t a button you are missing. Here’s how this can work for you. When the initial automatic standard registration email goes out, they don’t have a seat assignment yet, so that part of the email isn’t included. Then, after they pay, and after you assign them a seat by filling out the admin only question, when you resend that email, it will automatically include the seat assignment info where you include the [custom_questions] shortcode in the email. |
|
|
Hi Josh, |
Do you have a PHP developer on your team? |
|
|
No – hobbyist only. |
Hi Nikhil, The tricky part that you’re running into is the payment reminder function was intended to be sent to the primary attendee. That said, many of the email functions in Event Espresso 3 are pluggable, which means they can be overridden. Here’s an example of the code you’ll need to change it so it will automatically send the payment reminder/invoice email to each of the attendees in a group registration: https://gist.github.com/joshfeck/f42429f93f12d38e933e You can add the above to a functions plugin that loads before Event Espresso core or into /wp-content/uploads/espresso/custom_functions.php |
|
|
Thanks Josh – will try that out. |
I recommend testing things out before you go live with the code. I tested the code on my system and verified it works, but I cannot guarantee that my site has everything set up exactly the same as your site. |
|
|
Ok, Thanks. |
The support post ‘Problem sending tickets via email for multiple attendee registrations’ 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.