Set customer's email for the checkout
Ecwid.Cart.setCustomerEmail()
Ecwid.Cart.setCustomerEmail()Ecwid.Cart.setCustomerEmail(
"[email protected]",
function (successCallback) { console.log("Success") },
function (errorCallback) { console.log("Fail") }
);
// prints
// SuccessLast updated
Was this helpful?
