PHPackages                             bezigeboefjes/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. [Admin Panels](/categories/admin)
4. /
5. bezigeboefjes/magento2-ordercomments

ActiveMagento2-module[Admin Panels](/categories/admin)

bezigeboefjes/magento2-ordercomments
====================================

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

1.1.7(5y ago)066MITPHP

Since Mar 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bezigeboefjes/magento2-ordercomments)[ Packagist](https://packagist.org/packages/bezigeboefjes/magento2-ordercomments)[ RSS](/packages/bezigeboefjes-magento2-ordercomments/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)DependenciesVersions (11)Used By (0)

BezigeBoefjes Commerce: Magento 2 Order Comments
================================================

[](#bezigeboefjes-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.

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)

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

[](#installation)

```
composer require "BezigeBoefjescommerce/magento2-ordercomments":"~1.1.3"
php bin/magento module:enable BezigeBoefjes_OrderComment
php bin/magento setup:upgrade

```

Changelog
---------

[](#changelog)

1.1.3
=====

[](#113)

- Dutch translations [\#10](https://github.com/BezigeBoefjescommerce/magento2-ordercomments/pull/10)
- Italian translations [\#11](https://github.com/BezigeBoefjescommerce/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/BezigeBoefjescommerce/magento2-ordercomments/issues/9)

1.1.1
=====

[](#111)

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

1.1.0
=====

[](#110)

- German translations [\#2](https://github.com/BezigeBoefjescommerce/magento2-ordercomments/pull/2)
- Optional configuration for maximum comment length [\#3](https://github.com/BezigeBoefjescommerce/magento2-ordercomments/pull/3)
- Show order comments in customer account [\#4](https://github.com/BezigeBoefjescommerce/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 BezigeBoefjes_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 `BezigeBoefjes_order_comment` from the tables

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

License
-------

[](#license)

MIT

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~138 days

Recently: every ~245 days

Total

10

Last Release

2109d ago

PHP version history (3 changes)1.0.0PHP ~7.0.0

1.1.4PHP ~7.0.0|~7.1.0

1.1.6PHP ~7.0.0|~7.1.0|~7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/97b534c980e0257812f7bd4a32b5c5a9b958ad568f895c2d19de5060ed66eb58?d=identicon)[bezigeboefjes](/maintainers/bezigeboefjes)

---

Top Contributors

[![boldsidney](https://avatars.githubusercontent.com/u/26161010?v=4)](https://github.com/boldsidney "boldsidney (13 commits)")[![schmengler](https://avatars.githubusercontent.com/u/367320?v=4)](https://github.com/schmengler "schmengler (7 commits)")[![newkarn](https://avatars.githubusercontent.com/u/28089286?v=4)](https://github.com/newkarn "newkarn (3 commits)")[![boldbart](https://avatars.githubusercontent.com/u/23316917?v=4)](https://github.com/boldbart "boldbart (2 commits)")[![bezigeboefjes](https://avatars.githubusercontent.com/u/20379631?v=4)](https://github.com/bezigeboefjes "bezigeboefjes (1 commits)")[![tanolalano](https://avatars.githubusercontent.com/u/4384863?v=4)](https://github.com/tanolalano "tanolalano (1 commits)")

---

Tags

magento2

### Embed Badge

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

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

###  Alternatives

[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)[kiwicommerce/module-cron-scheduler

Easily set up and manage cron jobs from the backend with a beautiful and managed timeline feature. Find the actual load on CPU/Memory by cron job execution.

74603.3k](/packages/kiwicommerce-module-cron-scheduler)[smile/module-seller

Smile Retailer Suite - Seller Module

13528.3k3](/packages/smile-module-seller)[mateus/module-orderstatuscolor

Changes the color of the order status column in the UI grid, based on the current status of the order.

5728.8k](/packages/mateus-module-orderstatuscolor)[kiwicommerce/module-customer-password

Magento 2 - Customer Password

1356.3k](/packages/kiwicommerce-module-customer-password)[vasileuski/magento2-module-admin-search

Magento 2 module that enhances the admin panel's global search by enabling fast and efficient searches through main entities with improved visibility and ACL support.

252.7k](/packages/vasileuski-magento2-module-admin-search)

PHPackages © 2026

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