Skip to content

Instantly share code, notes, and snippets.

@33sticks
Created August 18, 2016 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 33sticks/ba97b4c20062e4b5f5098ed6afaf7b46 to your computer and use it in GitHub Desktop.
Save 33sticks/ba97b4c20062e4b5f5098ed6afaf7b46 to your computer and use it in GitHub Desktop.
for (var i = 0; i < dataLayer.cart.item.length; i++) {
s.products += ",;" + dataLayer.cart.item[i].productInfo.productID;
}
s.products = s.products.substr(1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment