onOrderPaused( )


An event that triggers when an order is paused.

The onOrderPaused() event handler runs when an order is paused. The received OrderPausedEvent object contains information about the order that is paused.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventOrderPausedEventRequired

Information about the order that is paused and metadata for the event.

Was this helpful?
Yes
No