Appearance
Install
Requirements
- WordPress 6.0+
- WooCommerce (declared via
Requires Plugins) - PHP 7.4+
Both High-Performance Order Storage (HPOS) and legacy post storage are supported.
From GitHub
Download the repository as a zip and upload it via Plugins → Add New → Upload Plugin, or clone it directly into your plugins directory:
bash
cd wp-content/plugins
git clone https://github.com/mjoslyn/order-audit-log-for-woocommerce.gitThen activate Order Audit Log for WooCommerce from the Plugins screen, or:
bash
wp plugin activate order-audit-log-for-woocommerceThere is no settings screen and no database migration — logging starts immediately on activation. Only the runtime plugin file ships to the site; composer install and npm install are for development and testing only.
Updating
Replace the plugin folder (or git pull) — the plugin is a single file with no stored state beyond the notes it has already written. Notes are additive: existing order notes are never modified, and deactivating the plugin simply stops new entries.