Title: OrderMint &#8212; PDF Invoices, Packing Slips &amp; Shipping Labels for WooCommerce
Author: Ahmed Imran
Published: <strong>31.07.2026</strong>
Last modified: 31.07.2026

---

Поиск плагинов

![](https://ps.w.org/ordermint/assets/banner-772x250.png?rev=3629273)

![](https://ps.w.org/ordermint/assets/icon-256x256.png?rev=3629273)

# OrderMint — PDF Invoices, Packing Slips & Shipping Labels for WooCommerce

 Автор: [Ahmed Imran](https://profiles.wordpress.org/ahmedimran/)

[Скачать](https://downloads.wordpress.org/plugin/ordermint.1.0.0.zip)

 * [Детали](https://ru.wordpress.org/plugins/ordermint/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/ordermint/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/ordermint/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/ordermint/#developers)

 [Поддержка](https://wordpress.org/support/plugin/ordermint/)

## Описание

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 `mbstring` and `gd` extensions

#### 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 files
 * `package.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:

 1. Install Node.js 18 or newer.
 2. From the plugin directory run `npm install`.
 3. Run `npm run build` — Vite compiles `app/dashboard/src/` into `assets/admin/js/
    dist/dashboard.bundle.js` and `dashboard.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.

## Установка

 1. Upload the plugin files to `/wp-content/plugins/ordermint`, or install through 
    the WordPress plugins screen.
 2. Activate the plugin through the **Plugins** screen.
 3. Go to **OrderMint** in the admin menu. The PDF engine is bundled and ready immediately—
    there is nothing to download or install.
 4. Configure your company details and invoice template under **OrderMint  Settings**.

## Часто задаваемые вопросы

### 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.

### Where do I find diagnostics to share with support?

**OrderMint  Status** shows your full environment (WordPress, server, PDF engine,
WooCommerce) with one-click **Copy System Report** and **Download Report** buttons.

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«OrderMint — PDF Invoices, Packing Slips & Shipping Labels for WooCommerce» — проект
с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

 *   [ Ahmed Imran ](https://profiles.wordpress.org/ahmedimran/)

[Перевести «OrderMint — PDF Invoices, Packing Slips & Shipping Labels for WooCommerce» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/ordermint)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/ordermint/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/ordermint/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/ordermint/) по [RSS](https://plugins.trac.wordpress.org/log/ordermint/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 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.

## Мета

 *  Версия **1.0.0**
 *  Обновление: **6 часов назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 6.0 или выше **
 *  Совместим вплоть до: **7.0.2**
 *  Версия PHP ** 7.4 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/ordermint/)
 * Метки:
 * [invoice](https://ru.wordpress.org/plugins/tags/invoice/)[Packing Slip](https://ru.wordpress.org/plugins/tags/packing-slip/)
   [pdf invoice](https://ru.wordpress.org/plugins/tags/pdf-invoice/)[shipping label](https://ru.wordpress.org/plugins/tags/shipping-label/)
   [woocommerce](https://ru.wordpress.org/plugins/tags/woocommerce/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/ordermint/advanced/)

## Оценки

Пока что нет ни одного отзыва.

[Your review](https://wordpress.org/support/plugin/ordermint/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/ordermint/reviews/)

## Участники

 *   [ Ahmed Imran ](https://profiles.wordpress.org/ahmedimran/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/ordermint/)