Title: Checkvane for WooCommerce
Author: Ordolyn
Published: <strong>2026 年 8 月 1 日</strong>
Last modified: 2026 年 8 月 1 日

---

搜尋外掛

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

# Checkvane for WooCommerce

 由 [Ordolyn](https://profiles.wordpress.org/xkmet/) 開發

[下載](https://downloads.wordpress.org/plugin/checkvane.0.1.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/checkvane/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/checkvane/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/checkvane/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/checkvane/#developers)

 [技術支援](https://wordpress.org/support/plugin/checkvane/)

## 外掛說明

Payment gateways fail silently more often than store owners realize — a webhook 
signing-secret mismatch after a plugin update, an expired API key, a plugin conflict
that quietly breaks the “Place Order” button. The checkout page looks fine. WooCommerce
shows nothing wrong. Customers just leave, and the store owner finds out days later,
if at all.

Checkvane watches for the real, specific causes of this and emails you when one 
happens:

 * **Webhook signing-secret mismatches** — orders stuck as “Pending” while your 
   gateway silently retries and gives up.
 * **Expired or revoked gateway API keys** — generic “Payment failed” with no visible
   cause, only found in WooCommerce’s own logs.
 * **Broken checkout JavaScript** — a plugin/theme update silently breaking the 
   Place Order button, detected from real customer sessions (not simulated).
 * **SSL/certificate issues** — an expiring certificate, or checkout accidentally
   served without HTTPS, both of which can hide the card-entry field.
 * **Orders stuck in Pending/On-hold** past a sensible threshold, excluding manual
   payment methods (bank transfer, cheque, COD) that are expected to sit there.
 * **Unusual drops in completed-order volume**, using multi-baseline comparison (
   same hour last week, four weeks ago, and a rolling average) rather than a single
   flat threshold — this only activates after a 3-week learning period so a new 
   store’s normal noise doesn’t cause false alarms.

**What this plugin deliberately does not do**: it never submits test payments through
your checkout, never toggles your gateway into test mode, and never modifies orders
or payment settings. Everything is passive, in-process monitoring of your store’s
own order data and logs — nothing synthetic, nothing that could itself put a live
store at risk.

## 螢幕擷圖

[[

[[

## 安裝方式

 1. Install and activate like any WordPress plugin.
 2. Go to WooCommerce > Checkvane to set an alert email (defaults to your site admin
    email) and review thresholds.
 3. That’s it — no API keys, no external service to configure.

## 常見問題集

### Does this slow down my checkout?

No. All monitoring runs on scheduled background checks (WP-Cron) or passively observes
existing WooCommerce hooks/logs — nothing runs synchronously in the checkout request
path except a small error listener script, which only reports errors and never blocks
page load.

### Will this ever submit a test payment or change my gateway settings?

No. This is intentional — automatically toggling a live store’s gateway into test
mode is the kind of automated production-config change that can fail open and itself
block real customer payments, which is exactly the problem this plugin exists to
prevent.

### Why did I get an alert about “stuck” orders when I use bank transfer?

Bank transfer, cheque, and Cash on Delivery orders are excluded by default since
they’re expected to sit in Pending/On-hold until manually confirmed. If you see 
a false positive for another manual method, it can be excluded via the `chkv_manual_payment_methods`
filter.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈Checkvane for WooCommerce〉的開發相關工作。

參與者

 *   [ Ordolyn ](https://profiles.wordpress.org/xkmet/)

[將〈Checkvane for WooCommerce〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/checkvane)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/checkvane/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/checkvane/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/checkvane/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/checkvane/)。

## 變更記錄

#### 0.1.0

 * Initial scaffold: order-status/stuck-order monitoring, WC_Logger scanning for
   webhook/API-key failures, checkout JS error detection, SSL/certificate monitoring,
   baseline-gated volume alerting.

## 中繼資料

 *  版本 **0.1.0**
 *  最後更新 **2 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.5**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/checkvane/)
 * 標籤:
 * [alerts](https://tw.wordpress.org/plugins/tags/alerts/)[checkout](https://tw.wordpress.org/plugins/tags/checkout/)
   [monitoring](https://tw.wordpress.org/plugins/tags/monitoring/)[payments](https://tw.wordpress.org/plugins/tags/payments/)
   [woocommerce](https://tw.wordpress.org/plugins/tags/woocommerce/)
 *  [進階檢視](https://tw.wordpress.org/plugins/checkvane/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/checkvane/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/checkvane/reviews/)

## 參與者

 *   [ Ordolyn ](https://profiles.wordpress.org/xkmet/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/checkvane/)