Documentation / Compatibility

Compatibility

This page covers ProdQueue compatibility, supported environments, and how ProdQueue interacts with WooCommerce data.

Data safety

ProdQueue stores production jobs in isolated custom tables and reads WooCommerce order and product data using official APIs.

WooCommerce features

HPOS

ProdQueue declares compatibility with WooCommerce High-Performance Order Storage (HPOS).

Custom order statuses

Job creation can be triggered by a configurable order status, including custom statuses.

Order notes

Job events are recorded using WooCommerce order notes for visibility and history.

Admin UI

Uses WordPress and WooCommerce admin patterns where appropriate.

Product types

ProdQueue is intended for made-to-order products. Compatibility may vary depending on how products are configured.

  • Simple products are supported.
  • Variable products are supported via selected attributes.
  • ProdQueue focuses on production tracking, not stock, shipping, or fulfilment automation.

Other extensions

ProdQueue is designed to coexist with most WooCommerce extensions.

  • ProdQueue does not modify checkout, payment, or shipping flows.
  • If another extension heavily customizes order item metadata, attribute display may differ based on your configuration.

Single-site and multisite

  • ProdQueue is designed for single-site WooCommerce stores.

Performance notes

ProdQueue is built to handle a growing job list using custom tables, indexing, filtering, and pagination.

  • Queue list is paginated and filterable.
  • Attribute filters operate against job attribute records.
  • Screen Options allow staff to customize visible columns.

Next steps