onCartCreated( )


An event that triggers when a new cart is created.

The onCartCreated() event handler runs when a new cart is created. The received CartCreated object contains information about the cart that was created and event metadata.

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

Method Declaration
Copy
Method Parameters
eventCartCreated

Information about the cart that was created and event metadata.

Was this helpful?
Yes
No