Deskripsyon
OnyxFlo Watchdog quietly monitors your WooCommerce orders in the background and takes snapshots at key points in the order lifecycle (checkout, thank you page, and status changes). It then compares those snapshots to detect suspicious changes or data inconsistencies.
OnyxFlo Watchdog uses a lightweight custom database table ({prefix}onyxflo_watchdog_snapshots) to store order snapshots. Uninstalling the plugin does not automatically delete existing snapshot data, so you can retain a historical audit log if needed.
Examples of what OnyxFlo Watchdog can help catch:
- Orders where the cart or subtotal has changed between checkout and payment.
- Orders that have been modified after payment but before fulfillment.
- Data mismatches caused by buggy plugins, imports, or external integrations.
When a potential issue is found:
- The order is changed to a custom status: Watchdog Flagged.
- A clear warning notice appears on the order screen in wp-admin.
- (Optional) An email alert can be sent to a configured address.
- A snapshot history is stored so you can see what changed and when.
This plugin is aimed at stores that care about data integrity and want an extra layer of safety before orders are shipped or refunded.
Key Features
-
Order snapshots
Automatically logs snapshots of WooCommerce orders at:- Checkout (classic and block checkout)
- Thank you page
- Order status changes
-
Mismatch detection
Compares snapshots to detect:- Cart changes (items added/removed/quantities changed)
- Subtotal changes over a tolerance threshold
- (Extensible for more rules later)
-
Custom order status: “Watchdog Flagged”
Suspicious orders are moved into a dedicated status:- Highlighted in the admin order list
- Clearly labeled so your team knows to review before fulfilling
-
Snapshot viewer
View the snapshot history for a given order directly in wp-admin to see what changed over time. -
Logging
Optional file logging for debugging and audit trails, stored inside the WordPress uploads directory (/wp-content/uploads/onyxflo-watchdog/). -
Lightweight and focused
No bloat, no marketing overlays, no tracking. Just tools to help you protect your orders.
Requirements
- WooCommerce (latest major version recommended)
- WordPress 5.8+
- PHP 7.4+ (PHP 8.x supported)
Mga Screenshot

Settings page with options for cart mismatch detection, auto-hold, and email alerts. 
Log viewer with a readable audit trail inside wp-content/uploads/onyxflo-watchdog. 
Snapshot viewer showing the history of cart and subtotal changes for a single order. 
Order list showing “Watchdog Flagged” status so your team can quickly spot issues. 
Order notes screen with the OnyxFlo Watchdog warning message.
Pag-install
- Upload the plugin files to the
/wp-content/plugins/onyxflo-watchdog/directory, or install via the Plugins screen in WordPress. - Activate the plugin through the Plugins Installed Plugins screen.
- Ensure WooCommerce is active.
- Go to OnyxFlo Watchdog Settings in the wp-admin sidebar to review settings and configuration.
- Place a test order on your site to generate snapshots and confirm everything is working as expected.
FAQ
-
Does this plugin block orders or payments?
-
OnyxFlo Watchdog does not interfere with the payment process itself. It monitors orders after they are created and paid, and then flags suspicious ones by moving them into the Watchdog Flagged status.
You (or your team) can then review these orders before shipping or issuing refunds.
-
What is the “Watchdog Flagged” status?
-
It’s a custom WooCommerce order status created by the plugin. When OnyxFlo Watchdog detects a potential mismatch, it can:
- Move the order into Watchdog Flagged.
- Show a warning notice on the order edit screen.
- Help prevent your team from accidentally fulfilling or refunding the order until it’s reviewed.
-
Can I still process flagged orders?
-
Yes. Once you’ve reviewed the order and confirmed it’s safe, you can change the status back to a normal state such as Processing or Completed and proceed as usual.
-
Does this work with block checkout?
-
Yes. The plugin hooks into both:
- Classic WooCommerce checkout
- WooCommerce Blocks / Store API checkout
So snapshots and checks will be logged either way.
-
Will this slow down my site?
-
OnyxFlo Watchdog is designed to be lightweight. Snapshot logging happens on key order events and stores compact JSON in a custom database table. Under normal usage, it should have negligible impact on performance.
For very high-volume stores, you may want to periodically prune old snapshots or logs.
-
Does this send any data to external servers?
-
No. All data stays on your site. The plugin only writes to:
- A custom database table for snapshots.
- A log file inside the WordPress uploads directory (
/wp-content/uploads/onyxflo-watchdog/).
Mga Review
Wala pang reviews para sa plugin na ito.
Mga Contributor at Developer
Ang “OnyxFlo Watchdog for WooCommerce” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “OnyxFlo Watchdog for WooCommerce” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
1.0.0
- Initial release.
- Order snapshot logging (checkout, thank you, status changes).
- Cart/subtotal mismatch detection.
- Custom Watchdog Flagged order status.
- Snapshot viewer and logging.
