Versions Compared

Key

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

...

Code Block
languagejs
var data = {
  "OM.pbid" : basketID, 
  "OM.pb" : "Product1 Code;Product2 Code", 
  "OM.pu" : "Product1 Quantity;Product2 Quantity", 
  "OM.ppr" : "Product1 Price*Product1 Quantity;Product2 Price*Product2 Quantity"
};
visilabsApi.customEvent("Cart", data);

 

Info

You can review the sample usage in line 18. on this page.
You can review the sample usage in line 48. on this page.
You can review the sample usage in line 27. on this page (You can see the empty basket on line 96.)
You can review the sample usage in line 104. on this page.

Ui button
colorgreen
titleNext Step
urlhttps://relateddigital.atlassian.net/wiki/spaces/KB/pages/1090879519/React+Native+-+Purchase

...