Lýsing
OrderMint adds professional PDF documents to your WooCommerce store. Generate invoices, packing slips, and shipping labels for any order — individually, in bulk, or automatically attached to WooCommerce order emails.
Fully self-contained. The PDF engine (mPDF) is bundled inside the plugin and runs entirely on your own server. OrderMint does not connect to any external service, does not download or install any code, plugins, themes, or libraries from remote sources, and works completely offline. Everything the plugin needs is included in the plugin package.
Features
- PDF Invoices — two clean, customizable invoice templates with your logo, brand color, and footer text.
- Packing Slips — warehouse-friendly slips with SKU, quantity, weight, and order totals.
- Shipping Labels — simple delivery address labels with optional phone, email, and order number.
- Sequential invoice numbering — configurable prefix, suffix, padding, and date tokens ({year}, {month}, {day}), with race-safe number assignment.
- Email attachments — automatically attach the invoice PDF to New Order, Processing, Completed, and Customer Invoice emails.
- My Account downloads — let customers download their invoice from the order details page, limited to order statuses you choose.
- Bulk actions — generate documents for many orders at once from the WooCommerce orders list.
- Modern settings dashboard — configure company details, templates, numbering, and email options from a single React-powered admin screen.
- System Status page — one-click shareable diagnostics report (WordPress, server, PDF engine, WooCommerce) for painless support.
- HTML preview mode — inspect the raw document HTML output when customizing templates.
- HPOS compatible — works with WooCommerce High-Performance Order Storage.
- Bundled PDF engine — the mPDF library ships with the plugin; nothing is downloaded or installed at runtime.
Requirements
- WooCommerce 5.0 or newer
- PHP 7.4 or newer with the
mbstringandgdextensions
Bundled Libraries
OrderMint bundles the following GPL-compatible open-source libraries, which are included in the plugin package and loaded locally — nothing is fetched from the internet:
- mPDF 8.3.1 — PDF generation engine. License: GPL-2.0-or-later. Source: https://github.com/mpdf/mpdf
- setasign/FPDI 2.6.8 — PDF document importer used by mPDF. License: MIT. Source: https://github.com/Setasign/FPDI
- mpdf/psr-http-message-shim 2.0.1 and mpdf/psr-log-aware-trait 2.0.0 — mPDF compatibility shims. License: MIT. Source: https://github.com/mpdf
- psr/http-message 2.0 and psr/log 1.1.4 — PHP-FIG interface packages. License: MIT. Source: https://github.com/php-fig
- myclabs/deep-copy 1.13.4 — object copying utility required by mPDF. License: MIT. Source: https://github.com/myclabs/DeepCopy
- paragonie/random_compat 9.99.100 — empty compatibility stub for PHP 7+. License: MIT. Source: https://github.com/paragonie/random_compat
- DejaVu fonts — document typefaces bundled with mPDF. License: Bitstream Vera / public domain. Source: https://dejavu-fonts.github.io/
- React 18 and ReactDOM 18 — admin dashboard UI (compiled into
assets/admin/js/dist/dashboard.bundle.js). License: MIT. Source: https://github.com/facebook/react
Source Code and Build Process
The admin dashboard is written in React (JSX). The complete human-readable source is included in this plugin package:
app/dashboard/src/— React/JSX source filespackage.json,vite.config.js,tailwind.config.js— build configuration
The compiled files in assets/admin/js/dist/ are produced from that source with Vite. To rebuild them yourself:
- Install Node.js 18 or newer.
- From the plugin directory run
npm install. - Run
npm run build— Vite compilesapp/dashboard/src/intoassets/admin/js/dist/dashboard.bundle.jsanddashboard.css.
External Services
OrderMint does not communicate with any external or third-party services. All PDF generation happens locally on your server using the bundled engine. No data leaves your site.
Uppsetning
- Upload the plugin files to
/wp-content/plugins/ordermint, or install through the WordPress plugins screen. - Activate the plugin through the Plugins screen.
- Go to OrderMint in the admin menu. The PDF engine is bundled and ready immediately — there is nothing to download or install.
- Configure your company details and invoice template under OrderMint Settings.
SOS
-
Does it work with the WooCommerce order emails?
-
Yes. Enable Attach to Email in the settings and the invoice PDF is attached to the order emails you select (New Order, Processing, Completed, Customer Invoice).
-
Can customers download their own invoices?
-
Yes. Enable My Account downloads and customers see a „Download Invoice“ button on their order details page. You control which order statuses allow downloads. Guest orders are never exposed.
-
Which paper sizes are supported?
-
A4, Letter, and Legal.
-
Does it support High-Performance Order Storage (HPOS)?
-
Yes, OrderMint declares HPOS compatibility and works with both order storage modes.
-
How do I check the document HTML while customizing templates?
-
Set Settings General Document Output to HTML Preview. Store managers then see the raw rendered HTML instead of the PDF — customers always receive PDFs.
-
OrderMint Status shows your full environment (WordPress, server, PDF engine, WooCommerce) with one-click Copy System Report and Download Report buttons.
Umsagnir
There are no reviews for this plugin.
Þátttakendur & höfundar
“OrderMint – PDF Invoices, Packing Slips & Shipping Labels for WooCommerce” er opinn hugbúnaður. Eftirfarandi aðilar hafa lagt sitt af mörkum við smíði þessarar viðbótar.
HöfundarInterested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Breytingarsaga
1.0.2
- Added option to control the Order Number position relative to the Invoice Number.
- Fixed Bill To and Ship To heading alignment in the preview and the generated PDF.
- Moved the Templates section to the beginning of the Customize page.
- Improved the Download Invoice button styling on the Order Received page.
- Added a document list page size selector.
- Improved Expand/Collapse button visibility and responsiveness.
- Redesigned the Documents table for better responsiveness on smaller devices.
- General UI/UX improvements.
1.0.1
- Fixed: on sites where the invoice numbering settings had never been saved, the number counter did not advance and every invoice was issued the same number.
- Author name updated to the OrderMint product brand.
- Orders-list document icon styles moved from an inline block into an enqueued stylesheet.
- Dashboard add-on extension point generalised; no add-on-specific code remains in the plugin.
- Document type labels in the documents list now fall back gracefully for types added by add-ons.
- Internal cleanup: removed unused template preview code.
1.0.0
- Initial release.
- PDF invoices (2 templates), packing slips, and shipping labels.
- PDF engine (mPDF) bundled with the plugin and loaded locally — no external downloads.
- Sequential invoice numbering with prefix/suffix/date tokens.
- Email attachments and My Account invoice downloads.
- Bulk document generation from the orders list.
- React settings dashboard and System Status page.
- HPOS compatibility.
