Added a new field in an event, how add data to already registers?

Home Forums Ticket Products Event Tickets Plus Added a new field in an event, how add data to already registers?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1240952
    Gabriel
    Participant

    Hello,

    We begun to sell tickets some days ago and actually we have some buyers.
    Today we added a new field to the assistent info.

    Is it possible to add this new field to the actual buyers?

    I can do it via MySQL. just tell me which table.

    Thanks a lot!

    #1242259
    Barry
    Member

    Hi Gabriel,

    Just to be clear: you’ve added some custom attendee meta fields and wish to ‘back-fill’ data into tickets that have already been created?

    If so, I’m afraid that isn’t directly supported however it would certainly be possible to do this if you feel confident working directly with the database.

    The way this data is stored is as a serialized associative array in the post meta table. Each ticket with attendee data basically has a matching post meta entry using the _tribe_tickets_meta meta key – and the data can be found in the meta value field.

    Since it is serialized PHP data, it may therefore be easier for you to do this from a PHP script.

    I hope that provides some insights!

    #1242384
    Gabriel
    Participant

    Perfect!
    Thanks a lot!!!!

    #1242470
    Barry
    Member

    Happy to help 🙂

    #1245987
    Gabriel
    Participant

    Closed!

    #1248353
    Barry
    Member

    Thanks again! I’ll go ahead and close this topic – but of course if we can help with anything else please don’t hesitate to open a new support topic and one of the team will be only too happy to help!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Added a new field in an event, how add data to already registers?’ is closed to new replies.