Create ticket tiers
Public help
Ticket tiers let you sell different ticket types, such as early bird, general admission, VIP, or tables.
- Open the event in the Organizer Panel.
- Find the ticket or pricing section.
- Add a ticket name, price, quantity, sale start time, and sale end time.
[VERIFY: confirm available fields] - Set any per-order limit if needed.
- Save the ticket tier.
- Repeat for each ticket type.
- Preview the event page to confirm the tickets display correctly.
Expected LinkUp behavior
LinkUp should let organizers define multiple ticket tiers per event, control inventory, and show available tiers during checkout.
Implementation status
| Expected behavior | Status | Surface | Manual check |
|---|---|---|---|
| Ticket resources/models exist. | Implemented | Backend / Filament | Confirm Ticket resources and models are present. |
| Organizer can manage tickets for own events. | Needs Verification | Organizer panel | Open a test event and add or edit ticket tiers. |
| Inventory prevents overselling. | Needs Verification | Checkout / Backend | Buy or reserve tickets until capacity is reached. |
| Complimentary/internal tickets are supported. | Needs Verification | Organizer / Admin | Look for comp/internal ticket workflow before documenting. |
Verification checklist
- Create early bird and general admission tiers.
- Preview the event checkout.
- Try a ticket quantity above the limit.
- Confirm sold-out behavior after inventory reaches zero.
Gaps / notes
- Exact ticket-tier fields need verification.
- Comp/internal ticket behavior should be documented separately only after testing.