Event Tracking

Included events

The following events are defined out-of-the-box for you when you use the AbiCart plugin. These cover all the standard functionality required.

Events

Added to Cart

Checkout Started

Order Completed

Page Viewed

Product Seen

Product Viewed

Removed From Cart

User

Adding custom events

You may track additional or custom events in your store by adding the corresponding zlt.track(); javascript function on your website.

/* Example of a custom event */
zlt.track('My Custom Event', {
    param_one: 'Some value',
    param_two: 123
});

Last updated