Order automation that shows its work. Build WHEN/IF/THEN rules, watch every order event in a live log stream, and catch checkout failures before your customers do.
WHEN order → processing
IF product type is virtual
THEN complete the order
Rules run in the background. Every execution — along with every status change, checkout failure, and payment event — is written to the Insight Dashboard: a searchable, filterable log stream. Click any row to open the full event timeline for that order, with time deltas and raw event data.
| Free | |
|---|---|
| Automation rules | Unlimited |
| Rule builder | Visual WHEN / IF / THEN |
| Triggers | Order processing |
| Conditions | Product type · product category · order total |
| Actions | Complete order |
| Insight Dashboard | Full — live log stream + per-order event timeline |
| Log retention | 30 days |
| HPOS compatible | Yes |
Pro adds more triggers, conditions, and actions; rule testing against real past orders without modifying state; webhook connections; WP-CLI; and extended log retention. See plans →
- WordPress 5.6+
- WooCommerce 5.0+
- PHP 7.4+
# Via WP-CLI
wp plugin install order-daemon --activateOr: Plugins → Add New → search "Order Daemon" → Install → Activate.
composer installHook and filter reference: orderdaemon.com/docs
Contributing: CONTRIBUTING.md
