Linux 软件免费装
Banner图

Neutrope Japanese Invoice PDFs for WooCommerce

开发者 neutropeinc
更新时间 2026年6月5日 18:00
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce pdf invoice japan japanese-invoice

下载

1.0.0

详情介绍:

"Neutrope Japanese Invoice PDFs for WooCommerce" is a free plugin that generates Japanese-style invoice PDFs from your WooCommerce orders. It is designed for shops that need to deliver Japanese business documents (invoices and similar receipts) alongside their WooCommerce store. Features (Free version) Planned roadmap (no committed timeline) The following items are being considered for a future paid version. They are not implemented in the free version and there is no guarantee they will ship. The free plugin exposes filters and hooks so the items above can be added by add-on plugins without modifying the core.

安装:

Server requirements Steps
  1. Upload the plugin ZIP and activate it. The distribution ZIP already bundles the PDF library and the Japanese font, so composer install is not required.
  2. Confirm that WooCommerce is active.
  3. Open WooCommerce > Japanese Invoice PDFs and fill in your company name, address, and logo.
  4. Open any order from the admin and click the invoice button in the "Japanese Invoice PDFs" meta box.
For developers: the distribution ZIP excludes vendor/mpdf/mpdf/ttfonts via .distignore. If you run the plugin from source, run composer install first. The distribution ZIP can be rebuilt locally with powershell -File bin/build-zip.ps1. CI builds the same ZIP via GitHub Actions.

屏幕截图:

  • Order edit screen showing the "Japanese Invoice PDFs" meta box with the invoice button.
  • Generated invoice PDF rendered with Japanese typography.
  • My Account order detail showing the customer-facing invoice download.

升级注意事项:

1.0.0 Initial release.

常见问题:

Is WooCommerce required?

Yes. The plugin shows an admin notice and disables itself when WooCommerce is not active.

Can other people download my invoices?

No. Downloads from My Account require login, ownership of the order is enforced, and a nonce is verified.

Are PDFs stored on the server?

No. Every PDF is generated on demand and streamed to the browser, so there are no leftover files that could be linked directly.

Japanese characters look like garbled text

The plugin bundles Noto Sans JP (OFL 1.1), so no extra setup is needed. If you still see broken characters, verify that the PHP mbstring and gd extensions are enabled on your server.

Amounts display with decimals like "¥2,400.00"

The plugin follows the WooCommerce currency settings. To hide decimals for JPY, set WooCommerce > Settings > General > Number of decimals to 0.

Recipient name order and the "Japan" suffix in the address

Name order, honorifics (sama, onchu, etc.) and country labelling are roadmap items. The free version uses WooCommerce default formatting.

Can I customize the template?

Yes. Copy templates/invoice.php to wp-content/themes/<your-theme>/neutrope-japanese-invoice-pdfs-for-woocommerce/invoice.php to override it.

更新日志:

1.0.0