Set customer's comments for order
Ecwid.Cart.setOrderComments()
Ecwid.Cart.setOrderComments()Ecwid.Cart.setOrderComments(
"Please ask courier to call 1-800 on the door",
function (successCallback) { console.log("Success") },
function (errorCallback) { console.log("Fail") }
);
// prints
// SuccessLast updated
Was this helpful?
