Log out customer
Ecwid.Customer.signout(success,error)
Ecwid.Customer.signout(success,error)Ecwid.Customer.signOut(function(success,error) {
if (success == true) {
console.log("Customer signed out");
} else {
console.log("Signout failed. Error message: " + error);
}
});
// prints
// Customer signed outName
Type
Description
Last updated
Was this helpful?
