[WordPress] 外掛分享: Crishik Order Sync for QuickBooks

前言介紹

  • 這款 WordPress 外掛「Crishik Order Sync for QuickBooks」是 2026-01-27 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2026-01-28,距離現在已有 29 天。
  • 外掛最低要求 WordPress 5.6 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

crishik |

外掛標籤

sync | Accounting | quickbooks | integration | woocommerce |

內容簡介

總結:QuickBooks Extension for WooCommerce 提供了簡單且強大的整合,讓您的 WooCommerce 商店與 QuickBooks Online 直接同步訂單、客戶、稅費和收入等數據,以優化會計和財務操作。

問題與答案:
1. 這個外掛主要適合哪些店主使用?
- 答:這個外掛是為那些想減少手動會計時間並確保 WooCommerce 與 QuickBooks 之間一致的財務報告的店主而設計的。

2. 在使用這個外掛前需要什麼樣的環境與條件?
- 答:你需要 WordPress 5.6 或更高版本、PHP 7.4 或更高版本、已安裝且啟用 WooCommerce 外掛、QuickBooks Online 帳戶以及 QuickBooks API 憑證(客戶端 ID 和密鑰)。

3. 如何取得 QuickBooks API 憑證?
- 答:首先需要進入 Intuit 開發人員入口網站,登入您的 Intuit 帳戶(如果沒有,請建立),然後創建一個應用程式並填入所需的詳細資料,包括應用程式名稱和轉向 URI。在創建應用程式後,會獲得 Client ID 和 Client Secret,這些憑證將在下一步驟中使用。

4. 如何配置外掛設定?
- 答:首先進入 WordPress 管理員頁面,然後前往 QuickBooks → Integration 選項卡,輸入您的 Client ID 和 Secret Key,點擊保存更改後,會自動打開新的瀏覽器窗口進入 QuickBooks 授權頁面,如果窗口沒有自動打開,可以手動訪問指定的 URI 驗證頁面。

原文外掛簡介

QuickBooks Extension for WooCommerce provides a simple yet powerful integration between your WooCommerce store and QuickBooks Online. Automatically synchronize your store data like orders, customers, taxes, and revenue directly with your QuickBooks account to streamline accounting and financial operations.
Key Features

Connect WooCommerce to QuickBooks Online in a few clicks
Automatically sync new orders to QuickBooks
Map WooCommerce customers to QuickBooks customers
Map taxes, shipping, and payment methods
Sync historical orders manually
View sync logs for audit and tracking
Secure API-based communication

This plugin is ideal for store owners who want to reduce time spent on manual accounting and ensure consistent financial reporting between WooCommerce and QuickBooks.
Requirements

WordPress 5.6 or higher
PHP 7.4 or higher
WooCommerce plugin must be installed and activated
QuickBooks Online account
QuickBooks API credentials (Client ID and Secret Key)

Configuration
Step 1: Get QuickBooks API Credentials

Go to Intuit Developer Portal
Sign in with your Intuit account (or create one if you don’t have it)
Click “Create an app” or select an existing app
Choose “QuickBooks Online” as the product
Fill in the app details:

App Name: Your app name
Redirect URI: https://yoursite.com/quickbooks/verify (replace with your site URL)

After creating the app, you’ll receive:

Client ID (also called App ID)
Client Secret (also called App Secret)

Copy these credentials – you’ll need them in the next step

Step 2: Configure Plugin Settings

In WordPress admin, go to QuickBooks → Integration tab
Enter your Client ID in the “Client Id” field
Enter your Secret Key in the “Secret Key” field
Click “Save Changes”
After saving, a new browser window will open automatically – this is the QuickBooks authorization page

Note: If the window doesn’t open, you can manually visit: https://yoursite.com/quickbooks/redirect

Sign in to your QuickBooks Online account
Review and grant permissions to the app
You’ll be redirected back to your WordPress site – the connection is now established
You should see a success message and be redirected to the QuickBooks settings page

Step 3: Configure Account Mappings

Go to QuickBooks → Settings tab

Configure the following required settings:
Tax Code:

Select the tax code from your QuickBooks account that should be applied to invoices
This is required for creating invoices

Sales of Product Income:

Select the income account from QuickBooks where product sales should be recorded
This is required for product synchronization

Cost of Goods Sold:

Select the COGS account from QuickBooks
This is required for inventory tracking

Inventory Asset:

Select the inventory asset account from QuickBooks
This is required for inventory management

Click “Save Changes”

Step 4: Optional Settings

Development Mode: Check this box if you want to use QuickBooks Sandbox (for testing)
Enable Logs: Check this box to enable logging for debugging
Webhook Token: Enter a token for webhook verification (if using webhooks)

Usage
Automatic Order Sync
Once configured, the plugin automatically syncs:

Products: When you create or update a product in WooCommerce, it syncs to QuickBooks
Customers: When a new customer registers, they are created in QuickBooks
Orders: When an order status changes to “Shipped”, an invoice is created in QuickBooks

Manual Order Sync
To sync an order manually:

Go to WooCommerce → Orders
Select the order(s) you want to sync
Choose “Change status to Shipped” from the bulk actions dropdown
Click “Apply”
The order will be synced to QuickBooks as an invoice

Custom Order Status
The plugin adds a custom order status called “Shipped”. When an order is marked as “Shipped”, it automatically creates an invoice in QuickBooks.
Testing the Plugin
To test if the plugin is working correctly:

Test Product Sync:

Create a new product in WooCommerce
Check your QuickBooks account – the product should appear there

Test Customer Sync:

Register a new customer account in WooCommerce
Check QuickBooks – the customer should be created

Test Order Sync:

Create a test order in WooCommerce
Change the order status to “Shipped”
Check QuickBooks – an invoice should be created

Troubleshooting
Plugin shows “Required dependencies are missing” error:
– Make sure the vendor/ folder is present in the plugin directory
– Re-upload the plugin if the vendor folder is missing
– Contact support if the issue persists
Cannot connect to QuickBooks:
– Verify your Client ID and Secret Key are correct
– Check that your Redirect URI matches exactly: https://yoursite.com/quickbooks/verify
– Make sure you’re using the correct environment (Production vs Development)
Orders not syncing:
– Check that all required settings are configured (Tax Code, Accounts)
– Verify the order status is changed to “Shipped”
– Enable logs in Settings to see error messages
– Check that WooCommerce is activated
Products not syncing:
– Make sure the product has a price set
– Check that required account mappings are configured
– Enable logs to see any error messages
Admin notices about missing settings:
– Go to QuickBooks → Settings tab
– Configure all required fields (Tax Code, Sales of Product Income, Cost of Goods Sold, Inventory Asset)
Credits
Developed by Rishi Chaudhary.
License
This plugin is licensed under the GPLv2 or later.
External Services
This plugin connects to Intuit QuickBooks Online API in order to sync data between WooCommerce and QuickBooks.

Service Used: Intuit QuickBooks Online API
Data Sent: Customer details, order information, taxes, payment methods, and product/financial data (depending on your sync settings).
When Sent:

On manual or automatic order/customer sync events.
When webhooks are triggered from WooCommerce events.

Data Storage: Data is securely transmitted over HTTPS directly to Intuit’s API. This plugin does not store sensitive QuickBooks credentials on external servers.
Service Terms: Intuit Terms of Service
Service Privacy Policy: Intuit Privacy Policy

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Crishik Order Sync for QuickBooks」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


最新版本

延伸相關外掛(你可能也想知道)

  • ERP: Complete HR, Accounting & CRM Suite with WooCommerce CRM Support 》WordPress 專業企業管理外掛 - ULTIMATE COMPANY/BUSINESS MANAGEMENT SOLUTION FOR WORDPRESS, 👉 官方免費試用連結: WP ERP 的官方線上展示, 👉 了解更多 W...。
  • Ever Accounting – Accounting & Invoicing Solution for Small Businesses 》anagement & Vendor Management:, Manage all the information about your customers and vendors in one place. Create customer and vendor invoices, add ...。
  • WooCommerce Accounting Report 》這是一份能讓你的會計師開心的報告!, 您可以在 WooCommerce->報告部分找到報告(如果您需要特定國家的報告,請聯繫我們,我們會添加需要的內容), 報告可...。
  • Finpose – Accounting for WooCommerce 》Finpose 是一個完美滿足 WooCommerce 需求的外掛,輕鬆管理稅務、支出、訂單和賬戶只需使用一個外掛。, 使用 Finpose,您可以更高效地處理瑣碎的財務任務。只...。
  • Accounting for WooCommerce 》這個外掛可為每種類型的資料(產品、稅金、運費、付款方式、帳戶號碼和分析數據)定義全域代碼。, 您可以通過日期和狀態篩選,設置欄和分隔符,並將訂單導出...。
  • BjornTech Fortnox Hub for WooCommerce 》這個外掛可以將 WooCommerce 整合至 Fortnox,自動化您的會計和庫存管理。, 它可以根據 WooCommerce 訂單建立一份 Fortnox 發票或訂單。, 客戶資料將被儲存在...。
  • Money Manager 》Money Manager 是一款易於使用的多貨幣財務軟體,可幫助組織個人或小型企業的財務,並跟踪錢款的去向、時間和方式。, 此外掛可讓您管理不同貨幣的無限數量的...。
  • Fortnox for WooCommerce 》此外掛完全整合您的 WooCommerce 客戶和訂單至 Fortnox CRM 及 Fortnox 會計軟體。, 需使用 WooCommerce 外掛。, , 資料匯出至 Fortnox, , 行政費用, 訂單日...。
  • Contasimple 》這個外掛是您 WooCommerce 線上商店的擴充,會自動將所有生成的訂單同步到您的 Contasimple 帳戶。, 實時地獲得更多有關您業務狀態的可視性,並保持您的會計...。
  • Site.pro for WooCommerce 》這個 WordPress 外掛的功能是將 WooCommerce 和 B1.lt 之間的產品和訂單進行同步。。
  • yengec.co 》### 摘要:, Yengec.co 透過整合發票、庫存管理和貨運操作到單一平台,並藉由 eLogo、Uyumsoft、QNB eFinans、Paraşüt、KolayBi、Logo İşbaşı、İşnet、Trendy...。
  • Linet ERP Integration For Woocommerce 》此外掛透過 Linet ERP API 實現 Linet ERP 和 WooCommerce 的整合和同步。整合/同步包括以下內容:, , 使用以下特殊唯一識別符將 WooCommerce(登錄)連接到 ...。
  • DyaPress ERP/CRM 》DyaPress ERP/CRM 是現有 CRM/ERP 軟件 Dolibarr(tm) 的開源版本,以 WordPress 外掛形式呈現。這個外掛主要在 WordPress 的管理介面中顯示。它的主要優點是...。
  • Data Sync for Xero by Wbsync 》透過自動從 WooCommerce 同步資料至 Xero,可以節省時間並降低錯誤率。只要有人在 WooCommerce 中下單,訂單就會直接在 Xero 中同步,不需要手動輸入。, 即時...。
  • CBX Accounting & Bookkeeping 》rent graphs and charts, Edit, Delete and Add New Categories, Drag and drop sorting for easy management, , CBX Accounting is a user-friendly plugin ...。

文章
Filter
Mastodon