Async Bulk Order Completion — Documentation¶
Contents¶
- Architecture — class structure, database schema (ER diagram), and async flow
- Installation & Setup — requirements, Composer install, database setup
- Development — local setup, running tests, coding standards
Overview¶
This plugin replaces WooCommerce's synchronous "mark completed" bulk action with an asynchronous batch processor built on Action Scheduler. It is HPOS-compatible and works with both classic post-based orders and the new WooCommerce order tables.
See README for a quick-start summary.