Skip to main content

Ticket Display Logic

Ariane Ramirez avatar
Written by Ariane Ramirez
Updated yesterday

This feature is coming soon, stay tuned for updates!

With the Ticket Display Logic, you can decide exactly which tickets or add-ons appear based on what a buyer selects. This gives you more control over the registration experience—whether you’re running a promotion, setting purchase rules, or showing smart upsell options. The result is a smoother checkout where buyers only see choices that make sense for them.

Before You Begin

Before you begin make sure you've already done the following:

  • ✅ Tickets and Add Ons are already created

  • ✅ Discount Codes and Access codes are already created

Create a Ticket Display Logic

  • Go to Registration > Setup Tickets

  • Click Form Logic

When creating a logic rules, there's always a trigger and an action. The trigger is the IF part of the settings, and the THEN part is the action.

The trigger is the condition that must be met so that the action will be done. You can create a number combinations, here are some examples:

  • If order quantity is 10 or more tickets, apply a discount of 20%

  • If the date is before 2026, hide Ticket A (because we want to sell this on 2026)

  • If the date is before 2026, apply a 10% discount (because we want to give an early bird discount)

  • If they selected Ticket A, auto-add Ticket B to the cart (because these 2 must be purchased together)

  • If they used the "SECRET" access code, they can add only 1 item to their cart.

Trigger

Action

In this example below we want to give registrants a discount of 10% if they add 7 or more items in their order.

Before creating the logic, make sure that you already have discount code for 10%.

Trigger: IF Settings

In the IF settings, we choose the Order Item Quantity as the trigger, then we added 1 condition: the quantity should be greater than or equals to 7, so that discount will be applied if there are 7 items or more in the order.

This means if the registrant included 7 items in the order, it will trigger the action below.

Action: THEN Settings

For the action of the THEN settings, we chose Apply Discount as the action, and chose to discount code that gives a 10% discount.

In summary, if the order includes 7 tickets or more, then apply the "10PERCENT" discount code at the checkout page.

Did this answer your question?