onOrderConfirmed( )


A backend event that fires when a ticket order is confirmed.

The onOrderConfirmed() event handler runs when a ticket order is confirmed. The received OrderConfirmedEvent object contains information about the confirmed ticket order.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventOrderConfirmedEventRequired

Information about the ticket order that was confirmed.

Was this helpful?
Yes
No