PHPackages                             thelia/order-comment-module - 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. thelia/order-comment-module

ActiveThelia-module

thelia/order-comment-module
===========================

2.0.0(3y ago)16434LGPL-3.0+PHP

Since Jun 9Pushed 1mo ago6 watchersCompare

[ Source](https://github.com/thelia-modules/OrderComment)[ Packagist](https://packagist.org/packages/thelia/order-comment-module)[ RSS](/packages/thelia-order-comment-module/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (1)Versions (14)Used By (0)

OrderComment
============

[](#ordercomment)

This module allows your customers to write a comment for an order. Then you can find this comment in the order detail page of the backoffice.

[![OrderComment preview](preview.png)](preview.png)

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

[](#installation)

### Manually

[](#manually)

- Copy the module into `/local/modules/` directory and be sure that the name of the module is OrderComment.
- Activate it in your thelia administration panel

### Composer

[](#composer)

Add it in your main thelia composer.json file

```
composer require thelia/order-comment-module:~2.0

```

Loop
----

[](#loop)

OrderCommentLoop : order.comment.comment

This loop return the comment of an order.

### Input arguments

[](#input-arguments)

ArgumentDescription**order\_id**Unique ID of the order (eg. order\_id=5)### Output arguments

[](#output-arguments)

VariableDescription$ORDER\_COMMENTContent of the comment### Example

[](#example)

```
{ifloop rel="order_comment_loop"}
    {loop name="order_comment_loop" type="order.comment.comment" order_id="$order_id" }
        {$ORDER_COMMENT}
    {/loop}
{/ifloop}
{elseloop rel="order_comment_loop"}

        {intl l="No comment for this order was defined." d="ordercomment"}

{/elseloop}

```

Other ?
-------

[](#other-)

It may be convenient to display the comment on the detail page of the customer's order. To do that, uses the loop described previously.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance61

Regular maintenance activity

Popularity19

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 65% 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 ~273 days

Recently: every ~637 days

Total

11

Last Release

1267d ago

Major Versions

1.2.3 → 2.0.02022-11-28

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2196919?v=4)[thelia](/maintainers/thelia)[@thelia](https://github.com/thelia)

---

Top Contributors

[![gillesbourgeat](https://avatars.githubusercontent.com/u/7335734?v=4)](https://github.com/gillesbourgeat "gillesbourgeat (13 commits)")[![InformatiqueProg](https://avatars.githubusercontent.com/u/7933327?v=4)](https://github.com/InformatiqueProg "InformatiqueProg (2 commits)")[![julescournut](https://avatars.githubusercontent.com/u/26310511?v=4)](https://github.com/julescournut "julescournut (2 commits)")[![etiennePerriere](https://avatars.githubusercontent.com/u/1653754?v=4)](https://github.com/etiennePerriere "etiennePerriere (1 commits)")[![fafa43](https://avatars.githubusercontent.com/u/15874277?v=4)](https://github.com/fafa43 "fafa43 (1 commits)")[![mespeche](https://avatars.githubusercontent.com/u/2156044?v=4)](https://github.com/mespeche "mespeche (1 commits)")

### Embed Badge

![Health badge](/badges/thelia-order-comment-module/health.svg)

```
[![Health](https://phpackages.com/badges/thelia-order-comment-module/health.svg)](https://phpackages.com/packages/thelia-order-comment-module)
```

PHPackages © 2026

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