Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

In this method, quantity parameter takes the change in quantity.

Examples for each case:

  • If you add 3 of the same product it should be 3.
  • If you remove that product from the cart, it should be -3.
  • If you change quantity of a product that already 2 of it in cart to 4, value should be 2.
Note
titleImportant Notes

- Do not use thousands separator when sending numbers. Wrong: 123.456,78 Correct: 123456,78

- This tag needs to be triggered after the event named visilabs_loaded.

Product attributes that are taken as parameters for this event needs to be available on dataLayer array.


...

Parent Topic: Events Triggered with User Actions