rohitkundale/order-comment 1.0.1

Allows customer to add a special note/message/comment or instruction while placing an order

Type

magento2-module

License

OSL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 Order Comment Module

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

rm -rf pub/static/*; rm -rf var/view_preprocessed/*;
php -f bin/magento setup:static-content:deploy