Event Pricing

 Documentation | Events | Event Pricing

Event pricing can be tailored to be as simple or as complex as needed. This guide will walk you through the basics of setting up pricing tiers, including member pricing, discount codes, and more.

Navigate to Admin Settings > Events > Event Pricing to configure your event's pricing structure.

Here, you can:


✔ Set minimum and maximum ticket quantities
✔ Configure public and member ticket pricing
✔ Enable multiple ticket purchases, allowing one person to buy multiple tickets and allocate them to guests

Customise your pricing strategy to suit your event.

How to set up Members vs General Public tickets

A common ticket type we see for events is to have general public and members only pricing.

This gives your events an exclusive feel, and offers your members a tangible reward for being a part of your organisation.


Let's say you have an event where member tickets are $50 + GST and general public tickets are $75 + GST.

Follow the steps below to see how this can be done.

Navigate to Admin Settings > Events > Event Pricing

Click on NEW

Fill in the details for your ticket pricing:

Name: How you want this to display on the event to your members e.g Member Pricing

Description: Free text to describe more about the ticket type

Discount code: Users can enter a specific code during the event registration process to unlock access to this ticket type (e.g., you could enter FREETIX in this box). This feature is ideal for offering complimentary tickets to volunteers, special guests, or other designated attendees.

Quantity Min/Max : Here you can set a value for the minimum and maximum number of tickets of this type that you'd like users to be able to purchase, e.g. usually a member can only access 1 ticket at member pricing (for themselves), so we set minimum to 1 and maximum to 1.

Free Tickets: Enter a numerical value here if you have an offer where buying one ticket gets you one free, or also helpful when selling a "table" of tickets, such as at conferences and galas where one person buys the ticket and receive 10 places.

Amount: This is your ticket price (GST exclusive)

GST Amount: Enter this manually here if it's applicable

GL Code: You may have a GL code just for events, or it may go to to Member Fees. You can set up different GL codes in Admin Settings > Payment Gateway > General Ledger Codes.

The next section covers ticket category and event category, which can be as specific or as general as you like.

You may have ticket categories for "conference" or "coffee catch up", "webinar" and such. This means you set up the ticket categories once and you can re-use the pricing structure again and again. This is designed to save time when creating recurring events.

Similarly event categories can be set up, and this is an optional field. For example if you had an event category of "conference", it would mean that the pricing structure you just created could only be used on an event of "Conference" category.

The next section is where you can set up which users have access to which pricing.

Because this is members only pricing, we want to show this only to members. Select the member role to do this.

Note: If you want to select multiple roles, hold CTRL and click.

Now let's create a price for a general public ticket.


The main differences here are:


Quantity: You may not want to restrict public pricing, you could leave it as a minimum of and maximum is blank, or cap it at a reasonable number. Here we have gone with 20.


Amount: We have made our public tickets a bit more expensive than the member pricing at $75 + GST.


Roles: Because you want this accessible to everyone, you wouldn't place any role restrictions here.



For specific event creation instructions, refer to the previous page here

After setting up the event specifics, such as date, time, location, etc, untick the "Free Event" box.

This gives access to a ticket pricing category, select "Ticket Category Pricing" and in the Ticket Category box, select "General" (which is the one we just created, or use the applicable one for your event).


This will show the two pricing tiers we just created under that category.


Now hit "Save" and then Preview your event.

After selecting PREVIEW on your event creation page, you'll be shown what your event looks like to users.

You'll only be able to see the pricing applicable to your role, however you can always impersonate a user with a different role to see what pricing they can access.

Your event is now ready to go! Send to your members in an email and publish to a webpage!

This one is easy, create your Ticket Price and allocate 9 Free tickets with it, this will mean the user purchase 10 tickets with this one ticket. Set the price to a table of 10. You can do the same for a table of 20 or table of 100 or any number you want.

A bonus ticket is a ticket to the Gala or Bootcamp that is complimentary with another ticket. By separating the tickets you allow your guest to transfer this ticket to another users (if the event category permits ticket transferring) or utilise it for themselves.

Step-by-Step Guide to Setting Up an Event Bonus Ticket

  1. Access the Workflow Configuration:Log in to your Mition admin account.
    From the administrative dashboard, navigate to the "Workflows" section, and add a new workflow under "Event", select the configuration for "Event Bonus Ticket (different type)."
  2. Create a New Workflow Component:
    Name your component appropriately (e.g., “Event Bonus Ticket (different type)”).
    Provide a description that clearly states the purpose of the ticket, such as “Allows users to receive a bonus ticket type for selected events.”
  3. Define Available Sections:Specify the section(s) where this bonus ticket will be applicable, such as “Event.”
    Ensure that the selected section correlates with the event types your organisation operates.
  4. Set Up Field Definitions:
    Configure the fields that users will interact with when creating a bonus ticket. The fields may include:
    Event Category (Field 1)Type: Dropdown
    Metadata: Select from the event categories available in your system (e.g., Dinners, Workshops).

    Event Title (Field 2)Type: Dropdown
    Metadata: Pull from the events set up as available for the selected category.

    Ticket Name (Field 3)Type: Dropdown
    Metadata: Provide options for the ticket types corresponding to the selected event.

    Free Ticket Quantity (Field 4)Type: Integer
    Description: Indicate the number of free tickets users can request.

    Free Ticket Category (Field 5)Type: Dropdown
    Metadata: Pulled from the list of ticket categories.
  5. Validation and Matching Rules:
    Ensure the workflow rules include validations that check:If the EventCategory, EventTitle, and TicketName fields are selected and match existing records in the database.
    That the FreeTicketQuantity is greater than zero.
    The corresponding ticket category matches existing ticket prices in the system.

    Include conditions in the workflow logic that enforce ticket creation only if all criteria are fulfilled. The system should confirm matches against:The event category selected.
    The ticket name associated with both the event and user request.
    The event title matching the user's selection.
  6. Save and Deploy the Workflow:After setting up the component with the fields and matching rules, save your configurations.
    Deploy the workflow to ensure it becomes active and available for users to access.
  7. Testing the Setup:Conduct tests to confirm users can successfully create bonus tickets based on your configuration.

    Run through various scenarios to ensure that:Correct matching of events and tickets results in the successful creation of free tickets.
    Invalid selections lead to appropriate validation messages and restrict ticket creation.
  8. Monitor and Maintain:Regularly review the performance and usage of the workflow to ensure it continues to meet user needs.
    Be prepared to modify categories, events, or validation logic as necessary based on user feedback or changes to event offerings.
See also