What WooCommerce + PingBell does together
The PingBell WooCommerce plugin installs from the WordPress plugin directory and hooks into the woocommerce_order_status_completed (and optionally processing) action. When an order moves to those states, the plugin POSTs the order payload to your PingBell account. Counter updates, team push notifications, and the live graph all fire from there.
No webhook URL wiring. No cron job. No Zapier middleman. It’s a WordPress plugin, so installation takes the same two clicks as any other plugin.
Use cases
- WordPress-first businesses where Woo powers the transactions but the team doesn’t live in wp-admin
- Agencies managing 10+ client WooCommerce stores looking to standardize real-time dashboards
- Membership sites on WooCommerce Memberships tracking new signups and renewals
- Course creators using WooCommerce + LearnDash celebrating enrollments
- Nonprofits running donations through WooCommerce building a campaign thermometer
Setup
- In WordPress admin, go to Plugins → Add New → search “PingBell”.
- Install and activate.
- Create a free PingBell account at pingbell.io. Copy your account ID from Settings.
- Paste it into the plugin’s config screen in WordPress.
- In PingBell, customize the sound, notification template, and counter display.
Under five minutes from WP install to live counter.
Why PingBell beats the alternatives for WooCommerce
Most WooCommerce “real-time notification” plugins are either email-only or charge per-store at prices scaling with order volume. PingBell is priced per counter, not per store, so an agency running 20 client stores connects them all to one counter (or one counter per client) and pays once. The native TV apps are unique — nobody else in the WooCommerce plugin ecosystem ships an Apple TV / Fire TV app for live revenue display.
FAQ
Will this slow down my WordPress site?
No. The plugin runs in a shutdown hook with a single DB read and an async HTTPS POST. Typical overhead: under 100ms, never blocking the customer’s page load.
Does it work with WooCommerce Subscriptions?
Yes. Initial purchase and renewal events both fire the relevant action hooks. You can track them in the same counter or split them.
Will it work on a staging site?
The plugin detects common staging hostnames and offers a “Disable on staging” toggle so your test orders don’t fire real notifications.
Can I use it without the plugin?
Yes. Zapier’s “New WooCommerce order” trigger can POST to PingBell’s webhook endpoint as a fallback. The native plugin is faster and uses no Zapier quota.
What about WooCommerce Memberships / Groups?
Membership purchase and renewal events fire the same WooCommerce action hooks, so the plugin captures them automatically. You can filter the counter to specific membership tiers.
Does it capture custom order meta?
Yes. Any custom meta set on the order is available in your notification template variables.