Set customer's comments for order
Ecwid.Cart.setOrderComments()
Ecwid.Cart.setOrderComments()
This method allows you to pre-define customer comments for order with JavaScript. The method has three callback arguments: orderComments
, successCallback
and errorCallback
.
The orderComments
argument defines the customer's comments and callback functions.
Code example:
Last updated
Was this helpful?