That’s a feature i’m missing too! It would be even smarter to have a notification for the organizer when someone does a RSVP – if the event contains the organizer information. If not an email to the admin would be nice too…
Yes, either way would be nice…
I agree, when a ticket is purchased the organizer email address should be the one that is notified because they would and should be the one that the purchase should matter too. Not the admin because the admin for the site may not have anything to do with the event.
I believe this would have the most benefit vs admin notification. Not to mention I need this functionality asap!
Thanks and I love this plugin.
Hey @lucacubisino @scubatinoo and @richbz
You could apply the following snippet in the functions.php file of your theme (without the PHP tag at the top): https://gist.github.com/cliffordp/4f06f95dbff364242cf54a3b5271b182#file-functions-php – sends emails to WordPress admin
https://gist.github.com/niconerd/16770b84adb6156aaa77948bf208bacb – sends email to organizer.
Best regards,
Geoff B.
Thank you so much, even though the first one (emails to WordPress admin), for some reason, doesn’t work.
One more question regarding the second one: is that possible to have in the subject, besides the $event_name, the date of the event?
Thank you,
Luca C.
@geoffbel Thanks for sharing!
@geoffbel the snippet “sends email to organizer” worked for me when added to the themes function.php. Now i tried to move the snippet into the child-theme’s function.php and it stopped working… Any idea how to solve that issue?
Just an idea: wouldn’t it be easier to send a copy of the ticket to one (or more) specific email(s)?
Please, let me know if that is possible.
Thank you,
Luca
I ditch this junk plugin ages ago, so why am I still receiving these emails from so many poor users trying to get a paid plugin to do what it should yet clearly isn’t capable of ??
To Modern Tribe, get your act together !
To all the users who are reading this: Get a better plug in !
@tradinghub What is your recommendation?
@scubatinoo & @geoffbel the snippet “sends email to organizer” worked for me when added dircetly to my child themes function.php No problems encountered!! Thanks geoffbel.