duncanmcclean / simple-commerce

A simple, yet powerful e-commerce addon for Statamic.
https://statamic.com/addons/duncanmcclean/simple-commerce
Other
143 stars 36 forks source link

[5.x] Add "Order Date" field to Orders #955

Closed duncanmcclean closed 8 months ago

duncanmcclean commented 8 months ago

This pull request adds back the "Order Date" field to Orders after it was unintentionally removed in v5 as part of the order status refactor.

The "Order Date" will come from the order's status log. It'll use the date the order was moved into the "Placed" status.

Related: #947 & #896