Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Run the code below on add favorites.

var data = {
  "OM.pf" : productCode, 
  "OM.pfu" : "1",
};
api.customEvent("Add To Favorites", data);

 

Run the following code in the de-favorites process.

var data = {
  "OM.pf" : productCode, 
  "OM.pfu" : "-1",
};
api.customEvent("Add To Favorites", data);

 

๐ŸŽ‰ Congratulations you have completed the VISILABS integration ๐ŸŽ‰


You can start Euromessage integration by clicking the button below.

 

Start Euromessage Integration
  • No labels