Connect ticket/attendee list to event

Home Forums Ticket Products Event Tickets Plus Connect ticket/attendee list to event

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1217605
    Hope
    Participant

    Hi there,

    I’m using Event Calendar Pro + Tickets Pro with EDD for event management. All is working well when I create a Ticket within an Event: an attendee list is created for the event, and I can view attendees details with the ability to check them in, etc.

    One caveat we’ve run in to: When creating a ticket via EDD, we cannot backtrack and connect that ticket to an event, and therefore no attendee list is created. (We can, of course, see the sales log for that ticket). On the events page there is only the option to Add a New Ticket, but we’d like to Connect an Existing Ticket. The goal is just to have that Attendee List for the event.

    Is this an option, somewhere? Or, what would it take to be able to connect this data?

    As a background, in this situation we’re adding the Ticket to the Event via a ticket shortcode in the main content area. We have member/non-member pricing for users, so we’re using shortcodes (from a different membership plugin) to hide the Member ticket.

    #1218351
    Nico
    Member

    Hi there Hope,

    Thanks for getting in touch with us! Interesting question here πŸ™‚

    There’s no option in our plugins to connect an existing ticket to an event. But this can be done by code, basically there’s a meta value attached to the EDD product that holds the corresponding event id. The field key is _tribe_eddticket_for_event. By using update_post_meta function you can insert/update the event ID for any given product.


    update_post_meta($product_id, '_tribe_eddticket_for_event', $event_id);

    Please let me know if that helps,
    Best,
    Nico

    #1224829
    Hope
    Participant

    Hi Nico,

    Thanks for your response!

    I’ve used update_post_meta successfully to connect an existing ticket to an event. Yay!

    Initially, it’s looking like attendee info is not populating correctly (see attached screenshot — there should be about 60 listed). I’m sure this is because attendee data is captured when they actually register for the event.

    I’m going to dig to this, but do you maybe have some pointers in where I could figure out how to get the data to display correctly? I do see this transient stored in the event’s postmeta with the : _transient_tribe_attendees – so I’m thinking it’s a matter of getting this attendee data from somewhere, and attaching it to it’s respective event. Does that sound about right?

    #1227246
    Nico
    Member

    Hey Hope,

    Thanks for following up here and sorry for the delay in my reply!

    Regarding the transients I believe you can clean those up using this plugin β†’ Transients Manager, give this a try!

    Initially, it’s looking like attendee info is not populating correctly (see attached screenshot β€” there should be about 60 listed). I’m sure this is because attendee data is captured when they actually register for the event.

    You mean the existing ticket had existing orders with attendee information? Attendee data is stored per ticket so not sure what you mean here. Can you please clarify a bit?

    Thanks,
    Nico

    #1243807
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Connect ticket/attendee list to event’ is closed to new replies.