Versions Compared

Key

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

If you offer different product variations (such as size, colour, material, etc) than your integration will slightly be different, please follow the guidelines on the Product Variant page.

...

As demonstrated in javascript code when there are multiple products in shopping cart product codes, quantities and prices must be seperated with ";".

Note
titleImportant Notes

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

- You must pass the cart total value to OM.ppr parameter which is the number of items purchased multiplied by the price of a single item.

-SuggestActions() function must be called only once on every page. Otherwise recommendation won't work properly.


...

Parent Topic: Events Trigger when Page Loads

...