Checkout

Checkout Started

zlt.track('Checkout Started', {
  cart_id: '',
  checkout_id: '',
  order_id: '',
  total: 17.50,
  subtotal: 12.50,
  revenue: 15.00,
  shipping: 2,
  tax: 3,
  discount: 2.5,
  coupon: '',
  currency: 'USD',
  products: [
    {
      product_id: '',
      variant_id: '',
      sku: '',
      name: '',
      price: ,
      quantity: ,
      category: '',
      product_type: '',
      on_sale: false,
      url: 'https://www.example.com/product/path',
      image_url: 'https:///www.example.com/product/path.jpg'
    },
    {
      product_id: '',
      variant_id: '',
      sku: '',
      name: '',
      price: ,
      quantity: ,
      category: '',
      product_type: '',
      on_sale: false,
      url: 'https://www.example.com/product/path',
      image_url: 'https:///www.example.com/product/path.jpg'
    }
  ]
});

Payment Info Added

zlt.track('Payment Info Added', {
  checkout_id: '',
  order_id: '',
  payment_method: ''
});

Last updated