PHPackages                             milkyway-multimedia/ss-shop-order-history - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. milkyway-multimedia/ss-shop-order-history

ActiveSilverstripe-module[Utility &amp; Helpers](/categories/utility)

milkyway-multimedia/ss-shop-order-history
=========================================

A basic history and communication record for orders

0.2(10y ago)1152[2 PRs](https://github.com/milkyway-multimedia/ss-shop-order-history/pulls)MITPHP

Since Nov 26Pushed 10y agoCompare

[ Source](https://github.com/milkyway-multimedia/ss-shop-order-history)[ Packagist](https://packagist.org/packages/milkyway-multimedia/ss-shop-order-history)[ RSS](/packages/milkyway-multimedia-ss-shop-order-history/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Silverstripe Shop Order History
===============================

[](#silverstripe-shop-order-history)

**Silverstripe Shop Order History** add some additional versioning and history to your orders, allowing you to completely use the CMS for order management, and plugging into external communication tools (only email is supported for now).

This makes a few changes to the current order processing within the shop module, in that the main source of status logging is via the status log, rather than through the Order itself. This allows users to set up their own statuses. If you do not like this idea, you can always decorate the OrderStatusLog class and replace the field with a dropdown.

IMPORTANT NOTE
==============

[](#important-note)

This completely replaces the OrderStatusLog class with the OrderLog class. It is not actually used very much in the default module, I have made it more useful for my specific use cases.

Features
--------

[](#features)

A few of the features this module provides includes:

1. Full history - plugs in to Order events (and also relevant objects such as member, items, modifiers, address and payment depending on event)
2. Communication log - send emails via the CMS related to orders
3. Attach tracking number to orders
4. New front end actions for order owners
    - Forward via email
    - Print order
    - Repeat orders

Install
-------

[](#install)

Add the following to your composer.json file

```

    "require"          : {
		"milkyway-multimedia/ss-shop-order-history": "~0.3"
	}

```

Usage
-----

[](#usage)

### Enabling the new front end actions

[](#enabling-the-new-front-end-actions)

These have to be added manually as extensions to: `Milkyway\SS\Shop\OrderHistory\Actions\Handler` in your \_config.yml file. By default, these add logs to the order so users/admins know what they have done.

#### Enable forward via email

[](#enable-forward-via-email)

```

    Milkyway\SS\Shop\OrderHistory\Actions\Handler:
      extensions:
        - Milkyway\SS\Shop\OrderHistory\Actions\ForwardViaEmail

```

#### Enable printing

[](#enable-printing)

```

    Milkyway\SS\Shop\OrderHistory\Actions\Handler:
      extensions:
        - Milkyway\SS\Shop\OrderHistory\Actions\Printable

```

#### Enable repeat orders

[](#enable-repeat-orders)

```

    Milkyway\SS\Shop\OrderHistory\Actions\Handler:
      extensions:
        - Milkyway\SS\Shop\OrderHistory\Actions\RepeatOrder

```

License
-------

[](#license)

- MIT

Version
-------

[](#version)

- Version 0.3 (Alpha)

Contact
-------

[](#contact)

#### Milkyway Multimedia

[](#milkyway-multimedia)

- Homepage:
- E-mail:
- Twitter: [@mwmdesign](https://twitter.com/mwmdesign "mwmdesign on twitter")

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~420 days

Total

2

Last Release

3815d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/873db53f59bc2f8309c506d1b56313b0c7d8c7b3160eb1700ee0754d060f9767?d=identicon)[mi3ll](/maintainers/mi3ll)

---

Top Contributors

[![mellm0](https://avatars.githubusercontent.com/u/229937?v=4)](https://github.com/mellm0 "mellm0 (7 commits)")

---

Tags

silverstripeshopecommerceordersmwm

### Embed Badge

![Health badge](/badges/milkyway-multimedia-ss-shop-order-history/health.svg)

```
[![Health](https://phpackages.com/badges/milkyway-multimedia-ss-shop-order-history/health.svg)](https://phpackages.com/packages/milkyway-multimedia-ss-shop-order-history)
```

PHPackages © 2026

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