For the complete documentation index, see llms.txt. This page is also available as Markdown.

View Cart

When a user views the cart page, fire below event

window._mp.safeExecute('evViewCart', function() {
   eedl('mp_view_cart', {
      currency: 'INR', /* Currency of website */
      cart_id: '123', // mandatory
      value: 123.33, // float value of the item being viewed
      items: [/* Refer to Products Array page in reference below */],
      ev_source: 'gtm'
    });
  })();
Products Array

Last updated