WP Manifestindependent plugin directory
manifest / developer / woocommerce-order-debug

WooCommerce Order Debug

Debug tool for tracking WooCommerce order creation and processing

by Debug Helper · github.com/namiokuzono/woocommerce-order-debug

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/namiokuzono/woocommerce-order-debug/archive/refs/heads/main.zip

A 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

  1. Download the plugin zip file
  2. Go to WordPress admin panel > Plugins > Add New
  3. Click "Upload Plugin" and select the downloaded zip file
  4. Click "Install Now" and then "Activate"

Configuration

  1. After activation, go to WordPress admin panel
  2. Find "WC Order Debug" in the admin menu
  3. 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