Event Tickets Extension: Attendee CSV Importer
Attendee CSV Importer for Event Tickets
by Modern Tribe, Inc. · github.com/mt-support/tribe-ext-tickets-attendee-csv-importer · website
★ 1stars
900release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/mt-support/tribe-ext-tickets-attendee-csv-importer/releases/download/1.0.1/tribe-ext-tickets-attendee-csv-importer-1.0.1.zipDeclares an update source (https://github.com/mt-support/tribe-ext-tickets-attendee-csv-importer), so updates arrive through the plugin's own updater.
From the readme
What and Why?
This is an extension to allow importing of Attendees from CSV into the Event Tickets plugin.
Requirements
Event Tickets (4.12+)
Event Tickets Plus (4.12+)
The Events Calendar (5.1+)
PHP 5.6+
WordPress 4.9+
How?
Once you activate this extension, you will see new content type options when you go to Events Import and choose the CSV origin.
RSVP Attendees
Ticket Attendees (Tribe Commerce)
Ticket Attendees (Easy Digital Downloads)
Ticket Attendees (WooCommerce)
The Attendees import option shown will depend on whether you have the associated plugin(s) activated that enable them. Easy Digital Downloads and WooCommerce must be activated in order to use them, but you will also need Event Tickets Plus to create tickets for those attendees.
Supported CSV columns
eventname - Event Name or ID or Slug. This is required unless you manually chose the "Event" to use when importing.
ticketname - Ticket Name or ID (required).
attendeename - Attendee Name (required).
attendeeemail - Attendee Email (required).
displayoptin - Opt-in Display (default: 0). This can be any of the following values: 0, 1, off, on, no, yes, n, y
going - Going or Not Going (default: yes)
Read the full README on GitHub →