# Order Comments Extension for Magento 2 \ Today, shopping has been made easier and definitely more convenient because you can do it online. With the introduction of online stores, you can find what you are in need of literally within a few minutes. Compared to brick and mortar stores where you have to physically go to the store and take quite some time to find a product, all you need to do while shopping online is to key the name of the item into the search bar and it will immediately appear among the results. That said, people like to express their sentiments on their shopping experience while at the physical store. They do it either verbally or by leaving a note in the suggestion box. Similarly, customers love the opportunity to do the same while shopping online. As a store owner you should consider adding that feature to your online store. **Allow customers to comment using the Magento 2 Order Comments** The Magento 2 Order Comments extension allows you to leave a comment upon checkout. You will see the comment field displayed in the billing step. This is right above the “place order” button. The comment box will be shown after the payment method. Online store owners will be able to see the comments in the backend on the order grid and on the order view page. They can use these to improve their online stores’ operations. ## Why Do You Need Order Comments? Give your customers the opportunity to leave an Order Comments during the checkout process. No matter if it's shipping or delivery instructions, a wish how to process the order, a gift message or a simple Thank >You to your team. The Order Comments for your Magento 2 shop will add new value to your order process. ## Installation **Interested in Extension Installation ?** Visite our installation service page [https://www.extendware.com/magento-extension-installation-service.html](https://www.extendware.com/magento-extension-installation-service.html) for more information Got questions? Feel free to contact us! [Support Form](https://support.extendware.com/). **Installation procedure** 1. Download your extension package from the [Download](https://www.extendware.com/downloadable/customer/products/) page after purchasing the extension. 2. Open the extension ZIP file you downloaded and extract it to a directory on your computer using a tool like WinRar, WinZIP or similar. 3. Upload the extracted folders and files into the root directory of your Magento installation. The root directory of Magento is the folder that contains the directories "app", "bin", "lib" and more. All folders should match the existing folder structure. If one of our extensions is already installed and you're updating it, make sure to overwrite the existing files of the extension. 4. Connect via SSH and run the following commands (make sure to run them as the user who owns the Magento files! 5. php bin/magento module:enable --clear-static-content Extendware_Core 6. php bin/magento module:enable --clear-static-content Extendware_OrderComment 7. php bin/magento maintenance:enable 8. php bin/magento setup:upgrade 9. php bin/magento setup:di:compile 10. php bin/magento setup:static-content:deploy 11. php bin/magento maintenance:disable 12. In case if you still do not see the extension active, Go to Admin -> System -> Cache Management and click both the 'Flush Magento Cache' as well as the 'Flush Cache Storage' button. 13. Woo-ha! You have successfully installed the extension and your store is ready to protect from spammers and bad bots. ## USER GUIDE **You will find all extendware settings in Admin Panel → Extendware Menu** ![alt_text](docs/images/1.png "image_tooltip") **To configure the extension you need to go to Admin Panel → Extendware Menu → Extendware Order Comments → Configuration.** ![alt_text](docs/images/2.png "image_tooltip") ### Order Comments General Configuration **Show "Order Comment" On The Customer Account?** - If Yes the order comment will show on customer frontend account, in "My Account -> My Orders -> View Order" **Maximum Characters Length (limit)** - Enter the maximum characters allowed for the order comment at the checkout page. Eg: 200. Leave empty for no characters limit. **Default "Order Comment" State On The Checkout Page** - Select default behavior of comment field on checkout page, Select from **Collapsed**, **Expanded** and **Without Collapse/Expand** **On the checkout page below the payment method order comment box will be displayed. Where customers can add order comments regarding order.** ![alt_text](docs/images/3.png "image_tooltip") **Once an order is placed with a comment, the order comment will be displayed on the customer account section below order information.** ![alt_text](docs/images/4.png "image_tooltip") **Once an order is placed with a comment, the order comment will be displayed in admin on the order section below address information on order view page.** ![alt_text](docs/images/5.png "image_tooltip") Order comment will be displayed in the order view page where the admin can read the customer's comment on order.