rohitkundale/order-comment

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

Installs: 8 685

Dependents: 0

Suggesters: 0

Security: 0

Stars: 20

Watchers: 2

Forks: 14

Open Issues: 1

Type:magento2-module

2.0.5 2022-04-23 09:20 UTC

This package is not auto-updated.

Last update: 2025-06-29 00:26:30 UTC


README

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