WP Manifestindependent plugin directory
manifest / ecommerce / commerceops-pro

CommerceOps Pro

WooCommerce operations, inventory intelligence, audit logs, and secure store workflows.

by Muhammad Dawood · github.com/davimiza1/commerceops-pro

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/davimiza1/commerceops-pro/archive/refs/heads/main.zip

Readme

CommerceOps Pro

An operations command center for WooCommerce stores. CommerceOps Pro turns order, inventory, customer, and audit data into focused workflows for store owners and operations teams.

Phase 1 foundation

  • Secure WordPress plugin bootstrap with WooCommerce dependency handling
  • Dedicated administrator and reporting capabilities
  • Inventory health classification and low-stock querying
  • Audit-log database schema and stock-change events
  • Capability-protected REST dashboard endpoint
  • Initial WooCommerce administration page
  • Docker-based WordPress and MariaDB environment
  • PHPUnit business-rule tests
  • WordPress Coding Standards and GitHub Actions

Architecture

commerceops-pro.php                     plugin bootstrap
includes/class-commerceops-plugin.php  lifecycle and WordPress hooks
includes/class-commerceops-inventory.php inventory rules and queries
includes/class-commerceops-audit-log.php immutable operations history
includes/class-commerceops-rest-controller.php protected API
admin/dashboard.php                    administration mount point
tests/                                 isolated business-rule tests

All administrative surfaces require explicit capabilities. REST routes include permission callbacks, output is escaped, stored identifiers are sanitized, and no secrets belong in browser code.

Local development

Requirements: Docker Desktop, Composer, and PHP 8.1 or later.

docker compose up -d
composer install
composer test
composer lint

Open http://localhost:8080, complete WordPress setup, install WooCommerce, and activate CommerceOps Pro.

Product roadmap

  1. React/TypeScript operations dashboard
  2. Order and revenue intelligence
  3. Inventory purchasing and low-stock alerts
  4. Custom checkout and discount rules
  5. Refund and return workflows
  6. Customer purchase timelines
  7. Email automation and abandoned-cart recovery
  8. CSV reporting, roles, audit search, and end-to-end tests

Status

Version 0.1.0 is an intentionally reviewable foundation. It establishes security, testability, and extensible service boundaries before feature expansion.

Author

Built by Muhammad Dawood as a flagship WooCommerce engineering portfolio project.

Read the full README on GitHub →