Skip to content

Instantly share code, notes, and snippets.

@riq363
Last active August 29, 2015 14:10
Show Gist options
  • Save riq363/90cc43171a4ad3375cba to your computer and use it in GitHub Desktop.
Save riq363/90cc43171a4ad3375cba to your computer and use it in GitHub Desktop.
var product = {
id: 33005,
quantity: 1,
options: {
checkboxOption: "test",
checkboxOption2: "111,222",
checkboxOption3: ["aaa", "ccc"]
},
callback: function(success, product, cart) {
console.log(success); // true or false
console.log(product.name);
}
}
Ecwid.Cart.addProduct(product);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment