"Cart details are changed" event
Ecwid.OnCartChanged
Ecwid.OnCartChangedEcwid.OnCartChanged.add(function(cart){
console.log(JSON.stringify(cart));
});
// prints
//
// {
// "id":"TJ6VG",
// "cartId":"99E7E224-5F6F-4C00-BFE9-9F72F2B5A471",
// "orderId":506524300,
// "items":[...],
// "productsQuantity":4,
// "shippingMethod":"Standard shipping",
// "shippingPerson":{...},
// "weight":4
// }cart argument fields
cart argument fieldsField
Type
Description
items
itemsField
Type
Description
product
productField
Type
Description
shippingPerson
shippingPersonName
Type
Description
Last updated
Was this helpful?
