concretecms-community-store / community_store

An open, free and community developed eCommerce system for Concrete CMS
https://concretecms-community-store.github.io/community_store/
MIT License
106 stars 66 forks source link

Improve OrderList #833

Closed mlocati closed 6 months ago

mlocati commented 6 months ago

What about:

  1. declaring all the properties (it's a best practice and PHP will be more and more angry about undeclared properties)
  2. adding a way to filter orders by one or more order ID?
Mesuva commented 6 months ago

I like all of this!