How To Remove Order Comment Option At Checkout?

How do I remove the option to leave a comment upon placing an order? I turned off the setting in the comments and reviews add on, but it's still there. Also does anyone know why it says skip payment? Is it because the admin is logged in?

How do I remove the option to leave a comment upon placing an order? I turned off the setting in the comments and reviews add on, but it's still there. Also does anyone know why it says skip payment? Is it because the admin is logged in?

Hello!

To remove customer notes you need this file: design/themes/YOUR_THEME/views/checkout/components/customer_notes.tpl. Please note that there is a hook "checkout:notes".

Skip payment is displayed only for the admin.

Thank you for replying. So what is the point of the add on if you still have to manually edit another file?

Thank you for replying. So what is the point of the add on if you still have to manually edit another file?

What add-on do you mean? If you have your own add-on, of course, you need just to use the hook and not edit the core file.

The comments and review add on

The comments and review add on

This add-on allows customers to communicate with the admin after the order is placed.

Do I need to simply delete the contents of that file or is there some code I should enter to hide it?

Do I need to simply delete the contents of that file or is there some code I should enter to hide it?

- create the design/themes/THEME/templates/addons/my_changes/hooks/checkout/notes.override.tpl file with the following content

- enable the My changes module

- clear cache

- check the result

I've got it now, thank you for all your help!

You are welcome!