Skip to content

Instantly share code, notes, and snippets.

@genee19
Created September 9, 2013 15:04
Show Gist options
  • Save genee19/6496872 to your computer and use it in GitHub Desktop.
Save genee19/6496872 to your computer and use it in GitHub Desktop.
product = {
id: 10,
quantity: 3,
options: {
someTextOption: "optionVal",
someDateOption: (new Date()).getTime().toString()
},
callback: function(success, product, cart) {
// ...
}
}
Ecwid.Cart.addProduct(product);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment