onOrderEndDatePostponed( )


An event that triggers when the endDate of an order is postponed or made earlier.

The onOrderEndDatePostponed() event handler runs when an order is postponed or made earlier. The received OrderEndDatePostponedEvent object contains information about the order that was postponed.

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

Method Declaration
Copy
Method Parameters
eventOrderEndDatePostponedEventRequired

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

Was this helpful?
Yes
No