WooCommerce Order Debug
Debug tool for tracking WooCommerce order creation and processing
by Debug Helper · github.com/namiokuzono/woocommerce-order-debug
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/namiokuzono/woocommerce-order-debug/archive/refs/heads/main.zipA powerful debugging tool for tracking WooCommerce order creation and processing. This plugin helps developers and store administrators track and debug order-related issues in WooCommerce.
Features
- Track order creation and processing
- Monitor payment processing
- Log cart changes and checkout process
- Track email sending
- Monitor meta changes and status updates
- Configurable logging options
- Easy-to-use admin interface
- Detailed backtrace information
Installation
- Download the plugin zip file
- Go to WordPress admin panel > Plugins > Add New
- Click "Upload Plugin" and select the downloaded zip file
- Click "Install Now" and then "Activate"
Configuration
- After activation, go to WordPress admin panel
- Find "WC Order Debug" in the admin menu
- Configure the logging options according to your needs:
- Log Backtrace
- Log Duplicate Orders
- Log Payment Processing
- Log Cart Changes
- Log Checkout Process
- Log Email Sending
- Log Meta Changes
- Log Status Changes
Usage
The plugin automatically logs order-related activities based on your configuration. You can view the logs in the admin panel under "WC Order Debug". The log file is also stored in your WordPress uploads directory.
Requirements
- WordPress 5.0 or higher
- WooCommerce 3.0 or higher
- PHP 7.2 or higher
Support
For support, please open an issue in the GitHub repository.
License
This plugin is licensed under the GPL v2 or later.
Changelog
1.0.0
- Initial release
- Basic order debugging functionality
- Admin interface for configuration
- Comprehensive logging options