`CartJS.setNote(note, options = {})`

Set the cart note.

```js
// Get any notes from the customer.
CartJS.setNote(prompt("Please add any notes: "));
```

See [addItem](#core-api-add-item) for details on the `options` hash.
