Add an EAV- Attribute to the Order Entity Model. Create a new local module or take an existing one, in which you place the needed changes/ ...
You have to create one order attribute and place field in phtml file. There is a detailed blog here which you can try: ...
Allows customers to add their comments about the order during the checkout
Magento customer order comments extension will add a comment box in at checkout where Customer can insert their Comments, instructions or special ...
Customers can add order comments during the checkout process.
Bold Commerce: Magento 2 Order Comments. Description. This extension allows customers to place a comment during the checkout. The comment field is ...
No, Magento default doesn't provide that function. If you only want give customer ability comment before placing order, try this Magento 2 Order Comment on ...
or you have the comment box at checkout screen where users can enter their comments for those specific orders? So which one you would like to ...
You can use the below code in your observer to add order comment: $comment = "Comment to be added in the order"; ...
Order Comment - enable the option to let customers add comments to their orders right on the checkout page. If you want to perform a more ...