You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some events use Eventbrite for ticket sales. Instead of making a static list of tickets, pull in the ticket types, cost, and availability from the Eventbrite API if creds are given via the admin panel.
Some events use Eventbrite ticket types for things like sponsorship which you may not want to show in the ticket list on the website. To solve this, maybe include a checkbox to hide certain ticket types.
The text was updated successfully, but these errors were encountered:
Eventbrite ticket and coupon system itself allows to make some tickets hidden, or make some coupons visible by default. I expect that those should come through the API.
Given that this would use admin level (although read-only if possible) Eventbrite API, this would be an optional part of the build process? We need to figure this out more for a clearer specification.
Some events use Eventbrite for ticket sales. Instead of making a static list of tickets, pull in the ticket types, cost, and availability from the Eventbrite API if creds are given via the admin panel.
Some events use Eventbrite ticket types for things like sponsorship which you may not want to show in the ticket list on the website. To solve this, maybe include a checkbox to hide certain ticket types.
The text was updated successfully, but these errors were encountered: