
The following script can be used to update the note. Below sets the note to 'New Note'
<script>
$(function () {
$("#ep-order-details #NoteLabel").html("New Note");
});
</script>
To hide the note completely, remove the New Note text and leave the double quotes.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article