Lime Order Notes Inbox

外掛說明

Tired of opening orders one by one just to read or add a note? Lime Order Notes Inbox gives you a dedicated WooCommerce > Order Notes admin page — a single inbox for every note across your entire store.

Features:

  • Browse all order notes across every order in one unified view
  • Filter by note type (customer, private, system), order status, or date range
  • Search notes by keyword
  • Preview the full note history for any order in a modal — without leaving the page
  • Add new notes or delete existing ones instantly via the REST API
  • Paginated by order, not note count — clean and fast even on large stores

Fully compatible with:

  • WooCommerce HPOS (High-Performance Order Storage)
  • Classic post-table storage

Permissions: requires the manage_woocommerce capability.

Check out our other WooCommerce plugins at limewoo.com.

Development

The plugin’s JavaScript and CSS are compiled from source using Node.js build tools. The full, unminified source code is publicly available at:

https://github.com/Limewoo/lime-order-notes

To build from source:

  1. Clone the repository: git clone https://github.com/Limewoo/lime-order-notes.git
  2. Install dependencies: bun install (or npm install)
  3. Production build: bun run build
  4. Development / watch mode: bun run start

Source files live in src/ — JavaScript (React/JSX) in src/ and SCSS styles in src/styles/. The compiled output goes to build/.

More Plugins

Find more WooCommerce plugins by Limewoo at limewoo.com.

螢幕擷圖

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Navigate to WooCommerce > Notes inbox to use the inbox.

常見問題集

Does this work with HPOS?

Yes. The plugin automatically detects whether HPOS is enabled and queries the correct table.

What permissions are required?

The manage_woocommerce capability is required to view or manage notes.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Lime Order Notes Inbox〉的開發相關工作。

參與者

將〈Lime Order Notes Inbox〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.1

  • Added “Manage” link to plugin action links on the Plugins screen.

1.0.0

  • Initial release.