Hey Simon,
As promised, I hunted down the relationship with between the order and the attendee list.
As you know, there are 3 types of posts involved in your situation:
- The basic WordPress post you are selling the ticket from
- The ticket post type
- The order post type
The attendee data lives as 2 entries in the postmeta table of WordPress.
More specifically, it is entered with the “_tribe_tickets_meta” meta_key and reads as follows format-wise:
- In the ticket postmeta: a:1:{s:10:”text-input”;s:6:”cestou”;}
- In the order postmeta: a:1:{i:142;a:1:{i:0;a:1:{s:10:”text-input”;s:6:”cestou”;}}}
Have a great day!
Geoff B.