Yes im still using EE3, i have done this and have included some of the extra data i require. I am not sure if you understand my request or if im possibly missing something. I am currently listing all paid entries in one list and have included the pricing option they have selected to the right of the name. I would like to know if its possible to have it sorted by the pricing option so that only one pricing option is displayed. If you have two pricing options of 10km Run and a second one of 21km run i would like to have them grouped in the two pricing options, all entries in the 10km Run and then below that the entries for the 21km run.
I hope its possible, please any help would be greatly appreciated.
Yes this is possible but you will need to modify the code, possibly heavily.
For example, if you want to add a parameter, then you will need to change the the actual shortcode.
If you want to base the it on event ID or for every event, you can do it just by modifying the attendee_list.php.
I would suggest looking at the $attendees foreach (approx line 75).
This array contains an array for each attendee and includes the ticket type. So as a very basic example, you could create two foreach’s, one that checks for the 10k ticket and only outputs those and the same but for 21k races.
The support post ‘List Attendee – by event price option’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.