Download the PHP package renzojohnson/wc-hpos-helper without Composer
On this page you can find all versions of the php package renzojohnson/wc-hpos-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download renzojohnson/wc-hpos-helper
More information about renzojohnson/wc-hpos-helper
Files in renzojohnson/wc-hpos-helper
Package wc-hpos-helper
Short Description WooCommerce HPOS data integrity toolkit. Audit orders, subscriptions, and customer data after High-Performance Order Storage migration. Detect orphaned records, zero-value fields, and sync mismatches. Zero dependencies.
License MIT
Homepage https://renzojohnson.com
Informations about the package wc-hpos-helper
WC HPOS Helper
WooCommerce HPOS data integrity toolkit. Audit orders, subscriptions, and customer data after High-Performance Order Storage migration. Detect orphaned records, zero-value fields, and sync mismatches.
Author: Renzo Johnson
Requirements
- PHP 8.4+
- PDO MySQL extension
- JSON extension
Installation
Usage
Custom Table Prefix
Sample Limit
Audits
Order Audit
Compares wp_wc_orders against wp_posts for mismatches in parent ID, customer ID, status, and totals. Only checks shop_order type. Status is normalized (lowercase, wc- prefix stripped). Totals use decimal-safe comparison.
Subscription Audit
Checks subscriptions for customer_id = 0 on active subscriptions (error) and parent_order_id = 0 on cancelled subscriptions (warning). Detects orphaned renewal orders pointing to non-existent subscriptions.
Customer Audit
Verifies wp_wc_customer_lookup matches order billing data. Checks email consistency and flags guest lookup rows and missing emails as warnings.
Meta Sync Audit
Compares 12 canonical meta keys between HPOS and legacy tables. HPOS is treated as authoritative. Reports value mismatches and missing keys in the posts table.
Report Format
Links
License
MIT License. Copyright (c) 2026 Renzo Johnson.
All versions of wc-hpos-helper with dependencies
ext-json Version *
ext-pdo Version *
ext-pdo_mysql Version *