https://github.com/rohitkundale/order-comment
Order Comment Just before Place order Magento 2
https://github.com/rohitkundale/order-comment
magento magento-extension magento-module magento2 magento2-extension magento2-module order
Last synced: 6 months ago
JSON representation
Order Comment Just before Place order Magento 2
- Host: GitHub
- URL: https://github.com/rohitkundale/order-comment
- Owner: rohitkundale
- Created: 2017-07-18T17:38:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T09:22:17.000Z (about 4 years ago)
- Last Synced: 2024-08-09T05:13:29.592Z (almost 2 years ago)
- Topics: magento, magento-extension, magento-module, magento2, magento2-extension, magento2-module, order
- Language: PHP
- Size: 32.2 KB
- Stars: 21
- Watchers: 3
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 Order Comment Module
## Description
This extension allows add a special note/message/comment or instruction while placing an order.
The comment field is displayed in the billing step right above the place order button.
Store owners can then see these comments in the backend on the order view page.
## Installation
Log in to the Magento server, go to your Magento install directory and run following commands:
```
composer require rohitkundale/order-comment
php -f bin/magento module:enable RohitKundale_OrderComment
php -f bin/magento setup:upgrade
php -f bin/magento setup:static-content:deploy
```