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.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?