• Resolved jeffnissen

    (@jeffnissen)


    I need a way to send the facilitator of the event an email that notifies them of a newly registered attendee. I’ve referenced one of your posts that was wanting to do this (or similar), but was not having luck modifying the function.php file. This would be a great feature to include with the plug-in in a later update, but a bandaid solution now would be great.

    Thanks in advance!

    Jeff

    https://wordpress.org/plugins/camptix/

Viewing 3 replies - 1 through 3 (of 3 total)
  • tgd

    (@terrydaisydesignsca)

    I have the same request, but there seems to be no movement on this. I have a client that would prefer to receive emails indicating that tickets have been sold without the need to login to the site’s backend every day to check for purchases.

    Plugin Author Ian Dunn

    (@iandunn)

    We don’t currently have any plans to add functionality like this, but it’d be pretty simple for a developer to write an addon to do it.

    Basically, just register a callback for the save_post hook, check if the post is a tix_attendee, and use wp_mail() to send the email.

    tgd

    (@terrydaisydesignsca)

    Brilliant. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Send Facilitator an Email’ is closed to new replies.