Hi there,
So we’re using Event Tickets Plus as an RSVP for conferences/presentations. The problem is that we want to offer more tickets than our max, because we sometimes move events to larger conference room based on popularity. So we never want registration to close, but we do want to keep track of the first registered within original max ticket amount.
What we’d like to do is have the event creator add the info as the plugin is designed, however when the max tickets is hit, the event continues to allow registration, but it notifies the customer that they are on a waiting list.
I’m imagining If I can hook into the email, I can append a message under a new condition such as
if ( $registered_total > $max _tickets ) { #append waitlist warning to users email};.
I know this can be done manually, by adding a new RSVP once filled, but because we have so many different professors, students using the system, I’d like it to be as automated as possible to remove human error.
Hope someone can help,
Joe