WP Manifestindependent plugin directory
manifest / ecommerce / wordpress-auto-print-order-invoice

WooCommerce Invoice Printer

WordPress WooCommerce invoice printer plugin with automatic order printing via PrintNode, PDF invoice generation, HPOS support, RTL-ready templates, manual and bulk printing, print-job history, safe retries, and customizable invoice layouts for eCommerce stores.

by ildrm · github.com/ildrm/wordpress-auto-print-order-invoice

1stars
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/ildrm/wordpress-auto-print-order-invoice/archive/refs/heads/main.zip

A production-oriented WooCommerce extension for secure browser invoice printing and asynchronous PrintNode delivery. It supports HPOS, three RTL-aware invoice templates, explicit print-job history, bounded safe retries, and an API-key override through WCIP_PRINTNODE_API_KEY.

Requirements

  • WordPress 6.6+
  • WooCommerce 9.0+
  • PHP 8.1+
  • Composer dependencies installed for PDF generation

Development

composer install
composer test
composer lint

See docs/architecture.md, docs/ui-spec.md, and readme.txt for operational details.