• Resolved apessoa

    (@apessoa)


    Hello
    First of all, great plugin for events ticketing.

    I’m trying to create a couple of additional admin views to better manage people who have RSVP’d:
    – a list view of all the rsvp’d email and names (a bit like the event attendee view, but without filtering by event)
    – a detail view of attendee where is listed all the events he has RSVP (like the event atendee view, but filtered inverselly, the unique identifier is the rsvp email/name and the list of events he has rsvp). This view would be accessible when clicking the name or email in the previous view
    – In both of them, the option to export to csv/excel, like in the event attendee view.

    I’ve been fiddling with the plugin code, but can’t pinpoint the function for generating the event atendee view to work from there -or how to do it afterwrads.

    Any help is most welcomed ??

    Thanks in advance and best regards,
    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there !

    Thanks for reaching out — that’s a great question, I can help with that ??

    Please note that we are limited in the amount of support we can provide for customizations such as this here in the forums. That being said, I will try to get you pointed in the right direction.

    RSVP attendees are stored as a tribe_rsvp_attendees post type. To generate an array of attendee data, you can use the tribe_tickets_get_attendees function. You can pass in an event id, a product id, or an order id, depending on where and how you are using it.

    Hope that helps!

    Hey there,

    Since this thread has been inactive for a while, I’m going to go ahead and mark it as resolved. Don’t hesitate to create a new thread any time you help again!

    Ed ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘admin view of all rsvp email/name’ is closed to new replies.