Reference

Cart events

Events in the cart group. A plugin in core/plugins/cart/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.

cart.onComplete

Fired from:

Listeners:

cart.onPostback

Fired from:

Listeners:

cart.onProcessPayment

Fired from:

Listeners:

cart.onRenderPaymentOptions

Fired from:

Listeners:

cart.onSelectedPayment

Fired from:

Listeners:

Generated from the source tree.