Attendees for Category {{ $ctrl.getCategoryDescription(ticketInfo, ($index + 1))}}

File Specifications:

General
Please create a CSV file with header, using commas (,) as separator, double quotes (") as quote character and backslash (\) as escaping character
Header specification
firstName,lastName,email,lang,reference,additionalData

where:

firstName required, fixed value
lastName required, fixed value
email required, fixed value
lang required, fixed value
reference fixed value, represents the attendee ID in the existing system. If you don't have that information, leave it blank
additionalData please specify the additional information you are uploading, using the names you've defined for this event
                    

Assign attendees to a Ticket Category help

You can choose whether to assign attendees to existing tickets belonging to an existing category or to create a new, restricted category just for those attendees.

Use Existing

You'll reserve existing seats from an existing category. If the number of attendees exceeds the number of available seats in the category

  1. and there are still tickets not allocated to other categories, then the number of seats of the category will be increased accordingly.
  2. and the "add extra seats..." option has been selected, then the number of seats of the event will be increased accordingly.

if none of the conditions are met, the reservation will not be created.

Create new

A new restricted category will be created specifically for this category. The system will check if there are enough available seats in the event.

If that's not the case, and the "add extra seats..." option has been selected, then the number of seats of the event will be increased accordingly. Otherwise the reservation will not be created.

{{$ctrl.calculateTotalPrice(ticketInfo.category.price) | money : ($ctrl.event.currency || "")}}
If you add tickets to a public category and the reservation expires, any added seats will be released to the public.
  • {{::attendee.firstName}} {{::attendee.lastName}} - {{::attendee.emailAddress}}

    • {{k}}: {{v}}
{{$ctrl.errorMessage}}