LEGEND, works perfectly on debut theme. If you want to add the note field to only specific products you can use this:
{% if product.handle == 'my-super-product' %}
... add the bits of customizations ...
{% endif %}
Also you can make as many as you can making sure that you edit the code accordingly.
The notes will appear in the order under the specific product