Title: PingBell for WooCommerce
Author: PingBell
Published: <strong>18 ธันวาคม 2025</strong>
Last modified: 18 ธันวาคม 2025

---

Search plugins

![](https://ps.w.org/pingbell-for-woocommerce/assets/banner-772x250.png?rev=3422436)

![](https://ps.w.org/pingbell-for-woocommerce/assets/icon-256x256.png?rev=3422436)

# PingBell for WooCommerce

 By [PingBell](https://profiles.wordpress.org/pingbell/)

[Download](https://downloads.wordpress.org/plugin/pingbell-for-woocommerce.1.0.0.zip)

 * [Details](https://th.wordpress.org/plugins/pingbell-for-woocommerce/#description)
 * [Reviews](https://th.wordpress.org/plugins/pingbell-for-woocommerce/#reviews)
 *  [Installation](https://th.wordpress.org/plugins/pingbell-for-woocommerce/#installation)
 * [Development](https://th.wordpress.org/plugins/pingbell-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/pingbell-for-woocommerce/)

## Description

PingBell for WooCommerce lets you connect key store events (orders, order status
changes, add to cart) to your PingBell counters.

Use it to:

 * Show **live sales counters** on landing pages.
 * Track **order flow** as it happens.
 * Fire counters when shoppers **add products to their cart**.
 * Spectate counters live on a TV/dashboard, or embed them into your site.

### What this plugin does

 * Adds a **PingBell** settings page under **WooCommerce  PingBell**.
 * Lets you paste your **PingBell API key** and fetch all counters on your PingBell
   account.
 * Lets you create **connections** between:
    - A specific PingBell counter, and
    - A WooCommerce event (e.g. _Order created_, _Order completed_, _Product added
      to cart_).
 * Automatically creates a WooCommerce webhook for each connection with this delivery
   URL format:
 * https://app.pingbell.io/log?id=PINGBELL_ID
 * Lets you **delete** a connection, which also deletes the underlying WooCommerce
   webhook.
 * Shows **buttons** per connection:
    - **Edit Counter** – opens the PingBell edit page for that counter.
    - **View Counter** – opens the live spectator view for that counter.

### Supported WooCommerce events

Out of the box, the plugin supports these webhook topics:

 * `order.created` – New order created
 * `order.updated`
 * `order.deleted`
 * `order.status_pending_to_processing` – Order paid
 * `order.status_processing_to_completed` – Order completed
 * `order.status_completed` – Any status  Completed
 * `action.woocommerce_add_to_cart` – **Product Added to Cart** (custom action)

You can point the same PingBell counter at multiple events, or create separate counters
per event.

### External service

This plugin sends event data from your WooCommerce store to the PingBell service.

 * Service URL: https://app.pingbell.io
 * Data is sent using HTTPS via WooCommerce’s webhook mechanism.

You will need a PingBell account and API key to use this plugin.

## Screenshots

 * [[
 * **PingBell settings page** – enter your API key and fetch counters.
 * [[
 * **Add new connection** – map a PingBell counter to a WooCommerce event (including“
   Product Added to Cart”).
 * [[
 * **Existing Webhook Connections** – see all connections with **Edit Counter**,**
   View Counter**, and **Delete** buttons.
 * [[
 * **WooCommerce Webhooks list** – webhooks created automatically with delivery 
   URLs pointing to PingBell.

## Installation

 1. **Install the plugin**

 * Upload the plugin folder to `/wp-content/plugins/`
    **or**
 * Upload the ZIP via **Plugins  Add New  Upload Plugin**.

 1. **Activate**

 * Go to **Plugins  Installed Plugins** and activate **PingBell for WooCommerce**.

 1. **Connect PingBell**

 * Go to **WooCommerce  PingBell** in the WordPress admin.
 * Paste your **PingBell API key** (from your PingBell account).
 * Click **“Fetch PingBells”** to load your counters.

 1. **Create connections**

 * Under **Add New Connection**:
    - Choose a **PingBell** from the dropdown.
    - Choose a **WooCommerce Event** (e.g. “Product Added to Cart” or “New Order
      Created”).
    - Click **“Add Connection”**.
 * A WooCommerce webhook will be created automatically with the correct PingBell
   URL.

 1. **Embed or spectate**

 * In the **Existing Webhook Connections** table:
    - Click **Edit Counter** to configure the counter in PingBell.
    - Click **View Counter** to open the live spectator view (for dashboards/TVs/
      iframes).
 * Use PingBell’s embed options to place the counter where you like.

## FAQ

### Do I need a PingBell account?

Yes. This plugin connects your WooCommerce store to your PingBell account via an
API key.
 You can create an account and counters on the PingBell website.

### Where do I find my PingBell API key?

Log into your PingBell account and go to your account/settings section.
 Copy the
API key and paste it into **WooCommerce  PingBell  PingBell API Key**.

### What WooCommerce events are supported?

Currently:

 * New order created
 * Order updated
 * Order deleted
 * Order paid (pending  processing)
 * Order completed (processing  completed)
 * Any order status  completed
 * **Product added to cart** (custom action topic: `action.woocommerce_add_to_cart`)

More events can be added in future updates.

### What URL does the plugin use for webhooks?

Every connection creates a WooCommerce webhook pointing to:

    ```
    https://app.pingbell.io/log?id=PINGBELL_ID
    ```

The `PINGBELL_ID` is the ID of the selected PingBell counter.

### Does deleting a connection also delete the WooCommerce webhook?

Yes. Clicking **Delete** in the PingBell settings:

 1. Deletes the associated WooCommerce webhook using the WooCommerce API.
 2. Removes the connection from the plugin’s internal settings.

### Does this plugin store any personal data?

The plugin itself stores only:

 * Your PingBell API key (in WordPress options).
 * A list of your PingBell counters (IDs + names).
 * The mapping between counters, WooCommerce events, and webhook IDs.

Event payloads are sent **directly from WooCommerce to PingBell** via webhooks.

The data inside those payloads is whatever WooCommerce includes for that webhook
topic (order details, totals, etc.). Please review PingBell’s privacy policy for
how that data is handled on their side.

### Will this slow down my store?

WooCommerce sends webhooks asynchronously. The plugin simply configures the webhooks;
it does not add heavy logic to your checkout flow. Under normal circumstances, the
performance impact on your store is negligible.

### Can I disable the integration temporarily?

You can:

 * Delete specific connections in **WooCommerce  PingBell**, which removes the corresponding
   webhooks.
 * Or disable the plugin entirely from **Plugins  Installed Plugins**.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“PingBell for WooCommerce” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ PingBell ](https://profiles.wordpress.org/pingbell/)

[Translate “PingBell for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/pingbell-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/pingbell-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/pingbell-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/pingbell-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/pingbell-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release of PingBell for WooCommerce.
 * Fetch PingBells via API key and create basic event-to-counter connections.

## Meta

 *  Version **1.0.0**
 *  Last updated **4 เดือน ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/pingbell-for-woocommerce/)
 * Tags
 * [analytics](https://th.wordpress.org/plugins/tags/analytics/)[conversion](https://th.wordpress.org/plugins/tags/conversion/)
   [Notifications](https://th.wordpress.org/plugins/tags/notifications/)[sales](https://th.wordpress.org/plugins/tags/sales/)
   [woocommerce](https://th.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://th.wordpress.org/plugins/pingbell-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/pingbell-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/pingbell-for-woocommerce/reviews/)

## Contributors

 *   [ PingBell ](https://profiles.wordpress.org/pingbell/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/pingbell-for-woocommerce/)