"Customer logged in" event
Ecwid.OnSetProfile
Ecwid.OnSetProfileEcwid.OnSetProfile.add(function(customer){
console.log(customer.email);
})
// prints
// "[email protected]"customer argument fields:
customer argument fields:Field
Type
Description
billingPerson
Field
Type
Description
shippingAddresses
Field
Type
Description
membership
Field
Type
Description
Last updated
Was this helpful?
