Quote Originally Posted by tj1 View Post
I want to add a note attached to the customer so that if a new order is received from that customer, the note will be displayed advising not ship until previous balance is paid, the note should appear on all orders from this customer.

Can this mod do that? I can't figure how to do it or whether the mod has this feature.
That is possible. See my comment about version 0.95 a couple of posts back in this thread, and it's also described in the included readme file!

Can someone confirm if the way you uninstall this mod is by just deleting the files uploaded and running these 2 sql statements?

DROP TABLE IF EXISTS `notes`;
DROP TABLE IF EXISTS `notes_categories`;
That is correct. And if you have added the notes buttons code to your header.php file (as described in the included readme-notes-buttons.txt file) you may want to remove that too.