Script for changing edit pending order note

Modified on Fri, Dec 12 at 12:17 PM


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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article