rimmer333
9/9/2013 - 3:04 PM

gistfile1.js

product = {
    id: 10,
    quantity: 3,
    options: {
        someTextOption: "optionVal",
        someDateOption: (new Date()).getTime().toString()
    },
    callback: function(success, product, cart) {
        // ...    
    }
}
Ecwid.Cart.addProduct(product);