PHPackages                             boldcommerce/magento2-ordercomments - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. boldcommerce/magento2-ordercomments

ActiveMagento2-module

boldcommerce/magento2-ordercomments
===================================

Magento 2 Module to add a comment field above the place order button in the checkout

1.9.0(3y ago)173713.5k↑42%86[2 issues](https://github.com/boldcommerce/magento2-ordercomments/issues)[1 PRs](https://github.com/boldcommerce/magento2-ordercomments/pulls)MITPHPPHP ^7.0.0|^8.0.0

Since Mar 3Pushed 2y ago15 watchersCompare

[ Source](https://github.com/boldcommerce/magento2-ordercomments)[ Packagist](https://packagist.org/packages/boldcommerce/magento2-ordercomments)[ RSS](/packages/boldcommerce-magento2-ordercomments/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (29)Used By (0)

Bold Commerce: Magento 2 Order Comments
=======================================

[](#bold-commerce-magento-2-order-comments)

Description
-----------

[](#description)

This extension allows customers to place a comment during the checkout. The comment field is displayed in the billing step right above the place order button.

Additionally, there is also the option of showing the comment field on the cart page.

Store owners can then see these comments in the backend on the order grid and on the order view page.

### Checkout view

[](#checkout-view)

[![comment box closed](docs/checkout_comment_closed.png)](docs/checkout_comment_closed.png)

[![comment box opened](docs/checkout_comment_opened.png)](docs/checkout_comment_opened.png)

### Admin panel

[](#admin-panel)

[![admin panel](docs/admin_panel.png)](docs/admin_panel.png)

Emails
------

[](#emails)

Add the "order comment" to new order emails by referencing [the code here](https://github.com/boldcommerce/magento2-ordercomments/issues/6#issuecomment-328515806).

Configuration
-------------

[](#configuration)

There are several [configuration options](https://github.com/boldcommerce/magento2-ordercomments/blob/master/etc/adminhtml/system.xml) for this extension, which can be found at **STORES &gt; Configuration &gt; SALES &gt; Sales &gt; Order Comments**.

Installation
------------

[](#installation)

```
composer require boldcommerce/magento2-ordercomments
php bin/magento module:enable Bold_OrderComment
php bin/magento setup:upgrade

```

Changelog
---------

[](#changelog)

1.8.5
=====

[](#185)

- Third party contribution: PHP 8.1 bugfix `Deprecated Functionality: trim(): Passing null to parameter` when viewing an order in the my orders section that doesn't have an order comment [\#72](https://github.com/boldcommerce/magento2-ordercomments/pull/72)

1.8.4
=====

[](#184)

- Third party contribution: PHP 8.1 support [\#71](https://github.com/boldcommerce/magento2-ordercomments/pull/71)
- Third party contribution: Spanish translations [\#70](https://github.com/boldcommerce/magento2-ordercomments/pull/70)
- Third party contribution: Thai translations [\#67](https://github.com/boldcommerce/magento2-ordercomments/pull/67)

1.8.2
=====

[](#182)

- Third party contribution: Bengali translations [\#65](https://github.com/boldcommerce/magento2-ordercomments/pull/65)

1.8.1
=====

[](#181)

- fix bug introduced with 1.8.0 in checkout `Cannot read property 'length' of null`

1.8.0
=====

[](#180)

- new feature: ability to show the comment field on the cart page based on a admin configuration setting.

1.7.1
=====

[](#171)

- upgrade tests to phpunit 6

1.7.0
=====

[](#170)

- Added website scope configuration setting to toggle visibility of comment field. [\#59](https://github.com/boldcommerce/magento2-ordercomments/pull/59)

1.6.5
=====

[](#165)

- Third party contribution: PHP 7.4 support added in composer [\#55](https://github.com/boldcommerce/magento2-ordercomments/pull/55)
- Third party contribution: Japanese translations added [\#52](https://github.com/boldcommerce/magento2-ordercomments/pull/52)
- Third party contribution: Fix typo in Italian translation [\#51](https://github.com/boldcommerce/magento2-ordercomments/pull/51)
- Third party contribution: Hungarian Translations added [\#50](https://github.com/boldcommerce/magento2-ordercomments/pull/50)
- Third party contribution: New sections added in readme [\#48](https://github.com/boldcommerce/magento2-ordercomments/pull/48)

1.6.4
=====

[](#164)

- Third party contribution: php 7.3 support in composer [\#45](https://github.com/boldcommerce/magento2-ordercomments/pull/45)
- Third party contribution: French translations [\#43](https://github.com/boldcommerce/magento2-ordercomments/pull/43)
- Third party contribution: Polish translations [\#40](https://github.com/boldcommerce/magento2-ordercomments/pull/40)
- Third party contribution: Czech translations [\#39](https://github.com/boldcommerce/magento2-ordercomments/pull/39)

1.6.3
=====

[](#163)

- Third party contribution: move form selector in order-comment-validator.js to a separate method to improve extensibility through mixins [\#36](https://github.com/boldcommerce/magento2-ordercomments/pull/36)

1.6.2
=====

[](#162)

- Third party contribution: fix duplicate comment field on admin sales invoice view [\#31](https://github.com/boldcommerce/magento2-ordercomments/pull/31)
- Third party contribution: fix typo and added some code improvements to the install script [\#30](https://github.com/boldcommerce/magento2-ordercomments/pull/30)

1.6.1
=====

[](#161)

- Third party contribution: Enabled PHP 7.2 support [\#29](https://github.com/boldcommerce/magento2-ordercomments/pull/29)

1.6.0
=====

[](#160)

- Third party contribution: Hebrew translations [\#28](https://github.com/boldcommerce/magento2-ordercomments/pull/28)

1.5.0
=====

[](#150)

- Third party contribution: Form selector fallback for compatability with external changes that move the comment field [\#24](https://github.com/boldcommerce/magento2-ordercomments/pull/24)

1.4.1
=====

[](#141)

- Third party contribution: Fixed it\_IT translation csv [\#20](https://github.com/boldcommerce/magento2-ordercomments/pull/20)

1.4.0
=====

[](#140)

- Third party contribution: Made the comment available in the order list web api `V1/orders` [\#18](https://github.com/boldcommerce/magento2-ordercomments/pull/18)

1.3.0
=====

[](#130)

- UX changes to the max comment length feature [\#15](https://github.com/boldcommerce/magento2-ordercomments/issue/15)
- Made the comment available in the order detail web api `V1/orders/{id}` [\#15](https://github.com/boldcommerce/magento2-ordercomments/issue/15)

1.2.0
=====

[](#120)

- added setting to change initial collapse state of comment field (closed/opened/no collapse) [\#14](https://github.com/boldcommerce/magento2-ordercomments/issue/14)

1.1.4
=====

[](#114)

- updated composer.json to allow PHP 7.1

1.1.3
=====

[](#113)

- Third party contribution: Dutch translations [\#10](https://github.com/boldcommerce/magento2-ordercomments/pull/10)
- Third party contribution: Italian translations [\#11](https://github.com/boldcommerce/magento2-ordercomments/pull/11)

1.1.2
=====

[](#112)

- Fix for fatal error on admin order view page when used with some other extensions [\#9](https://github.com/boldcommerce/magento2-ordercomments/issues/9)

1.1.1
=====

[](#111)

- Third party contribution: Swedish translations and fixes in German translations [\#5](https://github.com/boldcommerce/magento2-ordercomments/pull/5)

1.1.0
=====

[](#110)

- Third party contribution: German translations [\#2](https://github.com/boldcommerce/magento2-ordercomments/pull/2)
- Third party contribution: Optional configuration for maximum comment length [\#3](https://github.com/boldcommerce/magento2-ordercomments/pull/3)
- Third party contribution: Show order comments in customer account [\#4](https://github.com/boldcommerce/magento2-ordercomments/pull/4)

1.0.0
=====

[](#100)

initial version

Technical
---------

[](#technical)

To take in account third party payment extensions using custom implementations of Magento\_Checkout/js/action/place-order.js to submit the order, this extension sends the order comment in a separate request during the validation, before the order is placed. It should therefore work out of the box.

Uninstall
---------

[](#uninstall)

If you installed this module through composer, then you can run `php bin/magento module:uninstall Bold_OrderComment` to automatically remove the code and drop the columns added by this extension.

*note:* the uninstall command seems bugged and might get stuck at `Removing code from Magento codebase:` (It worked fine for me on a 2.1.0 install but not on a 2.1.4 install). When this happens you should exit with `ctrl+c` and run

```
composer update
php bin/magento maintenance:disable

```

See [github issue 3544](https://github.com/magento/magento2/issues/3544)

Alternatively you can manually remove the extension and remove the column `bold_order_comment` from the tables

- quote
- sales\_order
- sales\_order\_grid

License
-------

[](#license)

MIT

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity57

Moderate usage in the ecosystem

Community31

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 59.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~87 days

Recently: every ~186 days

Total

27

Last Release

1098d ago

PHP version history (7 changes)1.0.0PHP ~7.0.0

1.1.4PHP ~7.0.0|~7.1.0

1.6.1PHP ~7.0.0|~7.1.0|~7.2.0

1.6.4PHP ~7.0.0|~7.1.0|~7.2.0|~7.3.0

1.6.5PHP ~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0

1.8.4PHP ~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0

1.9.0PHP ^7.0.0|^8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e8059e1aac97635fc96599735d566cc49270f981a38516265d2f722e8cdc754?d=identicon)[boldsidney](/maintainers/boldsidney)

![](https://www.gravatar.com/avatar/ec54039c5a9bf300e823bacf0cfffeefa8f0b3fb4974e0022d8dfa05b4f64745?d=identicon)[boldbart](/maintainers/boldbart)

---

Top Contributors

[![boldsidney](https://avatars.githubusercontent.com/u/26161010?v=4)](https://github.com/boldsidney "boldsidney (62 commits)")[![schmengler](https://avatars.githubusercontent.com/u/367320?v=4)](https://github.com/schmengler "schmengler (7 commits)")[![LuukBold](https://avatars.githubusercontent.com/u/93518194?v=4)](https://github.com/LuukBold "LuukBold (5 commits)")[![boldbart](https://avatars.githubusercontent.com/u/23316917?v=4)](https://github.com/boldbart "boldbart (5 commits)")[![newkarn](https://avatars.githubusercontent.com/u/28089286?v=4)](https://github.com/newkarn "newkarn (3 commits)")[![pabman11](https://avatars.githubusercontent.com/u/15101708?v=4)](https://github.com/pabman11 "pabman11 (2 commits)")[![erikhansen](https://avatars.githubusercontent.com/u/129031?v=4)](https://github.com/erikhansen "erikhansen (2 commits)")[![PathToLife](https://avatars.githubusercontent.com/u/12622625?v=4)](https://github.com/PathToLife "PathToLife (2 commits)")[![miro-kodet](https://avatars.githubusercontent.com/u/6696274?v=4)](https://github.com/miro-kodet "miro-kodet (1 commits)")[![pablomagestio](https://avatars.githubusercontent.com/u/168748340?v=4)](https://github.com/pablomagestio "pablomagestio (1 commits)")[![pczyz](https://avatars.githubusercontent.com/u/4447870?v=4)](https://github.com/pczyz "pczyz (1 commits)")[![peterjaap](https://avatars.githubusercontent.com/u/431360?v=4)](https://github.com/peterjaap "peterjaap (1 commits)")[![rhorii](https://avatars.githubusercontent.com/u/511827?v=4)](https://github.com/rhorii "rhorii (1 commits)")[![sreichel](https://avatars.githubusercontent.com/u/5022236?v=4)](https://github.com/sreichel "sreichel (1 commits)")[![tanolalano](https://avatars.githubusercontent.com/u/4384863?v=4)](https://github.com/tanolalano "tanolalano (1 commits)")[![Amadeco](https://avatars.githubusercontent.com/u/2975845?v=4)](https://github.com/Amadeco "Amadeco (1 commits)")[![Yonn-Trimoreau](https://avatars.githubusercontent.com/u/5746666?v=4)](https://github.com/Yonn-Trimoreau "Yonn-Trimoreau (1 commits)")[![boldjurh](https://avatars.githubusercontent.com/u/72915494?v=4)](https://github.com/boldjurh "boldjurh (1 commits)")[![chamnand1](https://avatars.githubusercontent.com/u/76193190?v=4)](https://github.com/chamnand1 "chamnand1 (1 commits)")[![eBusinessAtlantique](https://avatars.githubusercontent.com/u/910330?v=4)](https://github.com/eBusinessAtlantique "eBusinessAtlantique (1 commits)")

---

Tags

magento2magento2

### Embed Badge

![Health badge](/badges/boldcommerce-magento2-ordercomments/health.svg)

```
[![Health](https://phpackages.com/badges/boldcommerce-magento2-ordercomments/health.svg)](https://phpackages.com/packages/boldcommerce-magento2-ordercomments)
```

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[markshust/magento2-module-disabletwofactorauth

The DisableTwoFactorAuth module provides the ability to disable two-factor authentication.

2282.7M6](/packages/markshust-magento2-module-disabletwofactorauth)[magepal/magento2-googletagmanager

Google Tag Manager (GTM) for Magento 2 with Advance Data Layer

2671.5M4](/packages/magepal-magento2-googletagmanager)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[jalogut/magento2-deployer-plus

Magento 2 deployment tool based on deployer.org

201415.5k](/packages/jalogut-magento2-deployer-plus)[redchamps/module-clean-admin-menu

It will merge all third party extensions menu items to single menu item named 'Extensions'.

164416.3k](/packages/redchamps-module-clean-admin-menu)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
