Linux 软件免费装
Banner图

Checkvane for WooCommerce

开发者 xkmet
更新时间 2026年8月3日 18:02
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce checkout alerts payments monitoring

下载

0.1.0

详情介绍:

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: 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.

更新日志:

0.1.0