前言介紹
- 這款 WordPress 外掛「Thenine Logistic」是 2026-01-04 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2026-01-05,距離現在已有 52 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
thenine |
外掛標籤
OMS | inventory | logistics | woocommerce | order management |
內容簡介
總結:Thenine Logistic 是一個專業的 WordPress 外掛,提供完整整合 WooCommerce 的訂單管理系統(OMS),擁有現代化管理介面、自訂登入頁面以及完整的 WordPress 認證整合。
問題與答案:
1. 這個外掛的主要功能是什麼?
- 主要功能是提供完整的訂單管理系統(OMS)介面,與 WooCommerce 訂單無縫同步。
2. 這個外掛需要什麼系統要求?
- 需要 WordPress 5.0 或更高版本、PHP 7.4 或更高版本,以及 WooCommerce 外掛。
3. 外掛提供了哪些 Hooks & Filters?
- 提供多個 hooks 進行功能擴展,包括 logistic_loaded、logistic_activated 等,並提供多個 filters 用於部分設定的篩選。
4. 如何獲得支援?
- 請參訪 WordPress.org 支援論壇獲得支援。
5. 這個外掛自動創建哪些數據庫表?
- 創建了多個數據庫表,如 orders、order_items、packages 等,以儲存從 WooCommerce 同步的訂單資訊。
6. 外掛提供哪些快捷方式?
- 提供 [thenlo_oms_tracking] 快捷方式,用於顯示客戶的訂單追蹤表單,支援手動輸入和 QR 碼掃描。
7. 外掛的安全功能有哪些?
- 所有使用者輸入都經過過濾和驗證,SQL 查詢使用預備語句,以及針對所有管理功能進行的能力檢查。
8. 外掛相容性是怎樣的?
- 相容性包括 WordPress: 5.0+、PHP: 7.4+、WooCommerce: 最新穩定版本、MySQL: 5.6+ / MariaDB: 10.0+。
原文外掛簡介
Thenine Logistic is a professional WordPress plugin that provides a complete Order Management System (OMS) integrated with WooCommerce. It features a modern admin dashboard, custom login page, and full WordPress authentication integration.
Key Features
Order Management System (OMS) – Complete order management interface
WooCommerce Integration – Seamlessly syncs with WooCommerce orders
Modern Admin Dashboard – Clean and intuitive interface
Custom Login Page – Professional login interface
Package Management – Track and manage order packages
Order Tracking – Built-in tracking shortcode for customers
Client Management – Manage clients and their orders
AJAX-powered – Fast, responsive interface without page reloads
Translation Ready – Full i18n support
Security First – Nonces, sanitization, and capability checks
Requirements
WordPress 5.0 or higher
PHP 7.4 or higher
WooCommerce plugin (required)
Development
Hooks & Filters
The plugin provides many hooks for extensibility:
Action Hooks:
* logistic_loaded – Fired when plugin is loaded
* logistic_activated – Fired when plugin is activated
* logistic_deactivated – Fired when plugin is deactivated
* logistic_uninstall – Fired when plugin is uninstalled
Filters:
* logistic_login_url – Filter login URL
* logistic_login_redirect – Filter redirect URL after login
* logistic_login_error – Filter error messages
* logistic_sanitize_settings – Filter settings when saving
Support
For support, please visit the WordPress.org support forums.
Additional Information
Database Structure
The plugin creates the following database tables (all prefixed with wp_logistic_):
orders – Stores order information synced from WooCommerce
order_items – Stores individual items within orders
packages – Tracks packages associated with orders
clients – Manages client/customer information
fulfillment_orders – Handles fulfillment workflow
pack_tasks – Package packing tasks
pick_tasks – Inventory picking tasks
pick_task_items – Items in picking tasks
shipments – Shipping and tracking information
inventory – Inventory management
locations – Warehouse and storage locations
warehouses – Warehouse information
reservations – Inventory reservations
audit_logs – Complete audit trail of all changes
All tables are automatically created during plugin activation and removed during uninstallation.
API & Integration
The plugin integrates seamlessly with WooCommerce:
Automatic order synchronization from WooCommerce
Real-time order status updates
Package tracking integration
Client management linked to WooCommerce customers
Shortcodes
[thenlo_oms_tracking] – Displays order tracking form for customers. Supports manual entry and QR code scanning (when QR library is available).
User Capabilities
The plugin uses WordPress capabilities system:
manage_logistic – Main capability to access Logistic features
manage_logistic_orders – Manage orders
manage_logistic_packages – Manage packages
manage_logistic_clients – Manage clients
These capabilities are automatically assigned to administrators on plugin activation.
Performance Considerations
Database queries are optimized with proper indexing
AJAX-powered interface reduces page reloads
Audit logs are stored efficiently with JSON metadata
Caching-friendly architecture
Security Features
All user inputs are sanitized and validated
SQL queries use prepared statements
Nonce verification for all form submissions
Capability checks for all admin functions
Output escaping for all displayed data
Compatibility
WordPress: 5.0+
PHP: 7.4+
WooCommerce: Latest stable version
MySQL: 5.6+ / MariaDB: 10.0+
Migration System
The plugin includes a robust migration system that automatically handles database schema updates. Migrations run automatically on plugin activation and updates.
Extensibility
The plugin is built with extensibility in mind:
Action hooks for plugin lifecycle events
Filters for customizing URLs, redirects, and error messages
Repository pattern for easy data access
Service layer for business logic
Provider interface for shipping integrations
Development
For developers, the plugin follows WordPress coding standards:
PSR-4 compatible autoloading structure
Object-oriented architecture
Comprehensive error handling
Full WordPress Coding Standards compliance
External Services
This plugin optionally uses third-party shipping API services for shipping label generation and tracking.
Shippo API
Service: Shippo (https://goshippo.com)
Purpose: Generate shipping labels and track packages (optional feature)
When used: Only when Shippo provider is configured and API key is provided in plugin settings
Data sent: Shipping address, package dimensions, weight, carrier information
Privacy Policy: https://goshippo.com/privacy/
Terms of Service: https://goshippo.com/terms/
Note: This is an optional integration. The plugin works fully without Shippo. Shippo integration requires a Shippo account and API key.
ShipStation API
Service: ShipStation (https://www.shipstation.com)
Purpose: Generate shipping labels and track packages (optional feature)
When used: Only when ShipStation provider is configured and API credentials (API key and API secret) are provided in plugin settings
Data sent: Shipping address, package dimensions, weight, carrier information, order details
Privacy Policy: https://www.shipstation.com/privacy-policy/
Terms of Service: https://www.shipstation.com/terms-of-service/
Note: This is an optional integration. The plugin works fully without ShipStation. ShipStation integration requires a ShipStation account and API credentials.
Source Code for Minified Libraries
This plugin includes minified JavaScript libraries. The source code for these libraries is publicly available:
jQuery Vector Map (jvectormap)
Library: jvectormap (jQuery Vector Map)
Minified file: assets/libs/jvectormap/jquery-jvectormap.min.js
Source code: Available at https://github.com/bjornd/jvectormap
License: MIT License
Note: This library is used for displaying interactive maps in the admin dashboard.
SimpleBar
Library: SimpleBar (Custom scrollbar)
Minified file: assets/libs/simplebar/dist/simplebar.min.js
Source code: Available at https://github.com/grsmto/simplebar
License: MIT License
Note: This library is used for custom scrollbar styling in the admin interface.
Credits
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Thenine Logistic」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Google for WooCommerce 》, Google Listings & Ads可讓您輕鬆地向Google平台上的購物者展示您的產品。無論您是數位廣告的新手還是市場營銷專家,您都可以通過免費和廣告來擴大您的...。
WooCommerce PayPal Payments 》PayPal 最新、功能最完備的付款處理解決方案。除了接受 PayPal 獨有的付款方式,也可接受信用卡/借記卡和本地付款方式。開啟 PayPal 付款選項或處理完整的付...。
WooCommerce Stripe Payment Gateway 》使用 Stripe 付款網關的 WooCommerce 外掛,直接在您的商店上接受 Visa、MasterCard、American Express、Discover、JCB、Diners Club、SEPA、Sofort、iDEAL、...。
WooCommerce Tax (formerly WooCommerce Shipping & Tax) 》WooCommerce Shipping & Tax 外掛可讓基本的電子商務功能如運送更加可靠,并減輕了您的網站基礎架構壓力。, 使用 WooCommerce Shipping & Tax 外掛,...。WooCommerce Legacy REST API 》總結:, - 在WooCommerce 9.0版本起,Legacy REST API將不再是WooCommerce的一部分。, - 這款外掛程式在WooCommerce 9.0及以後版本中還原了已移除的Legacy RE...。
WP Crontrol 》WP Crontrol 可以讓您查看和控制 WP-Cron 系統中正在發生的事件。從管理界面,您可以:, , 查看所有的 Cron 事件以及它們的參數、循環間隔時間、回撥函數以及...。
PDF Invoices & Packing Slips for WooCommerce 》這個 WooCommerce 外掛可以自動為您的客戶在訂單確認電子郵件中添加 PDF 發票。包括一個基本模板(額外的模板可從 WP Overnight 購買),以及修改/建立自己的...。
Variation Swatches for WooCommerce 》為 WooCommerce 產品屬性打造美麗的顏色、圖片和按鈕變化的樣式, 如何安裝 WooCommerce 變化樣式外掛程式升級可變產品, , 變化樣式是易於使用的 WooCommerce ...。
Cart Abandonment Recovery for WooCommerce – Recover Lost Sales with Automated Emails 》現在是時候停止購物車放棄行為,並找回您失去的收入了!, 研究顯示,約有60%至80%的使用者前往結帳頁面,但沒有完成購買。即使最佳優化的結帳流程也有20%的...。Pinterest for WooCommerce 》Pinterest 提供人們下一個偉大的想法。它部分收藏品,部分市場,是數百萬個分享者獲取靈感、新產品和新可能性的一站式購物平台。它就像一個視覺搜尋引擎,引...。
Google Analytics for WooCommerce 》這個外掛提供了 Google Analytics 與 WooCommerce 外掛之間的整合,您可以將推薦連結與購買關聯,並將交易資訊新增到您的 Google Analytics 資料中。它還支援...。User Switching 》這個外掛可讓您輕鬆在 WordPress 中點擊按鈕即可快速切換使用者帳戶。您會立即登出並切換成所需使用者。這對於測試環境、協助 WooCommerce 網站上的客戶或任...。
CartFlows – Checkout & Funnel Builder for WooCommerce 》#1 WooCommerce 結帳 & 漏斗建置外掛 – CartFlows, ★★★★★, 相較於其他所有的 WooCommerce 結帳選項,更多 WooCommerce 商店店主都選擇了 CartFlows。為什麼呢...。
YITH WooCommerce Quick View 》有時半途而廢是最好的:如果你正在檢視產品列表,但其圖片仍然太小,需要打開該產品頁面,等待載入,最後才能觀察你感興趣的項目。, 因此,為什麼不使用一種...。
Custom Product Tabs for WooCommerce 》此外掛擴充了 WooCommerce 功能,允許商店擁有者針對產品添加自訂選項卡。這些選項卡顯示在每個產品頁面上,出現在預設的「描述」選項卡右側。, 個別產品選項...。
