| 开发者 | jarryd-long |
|---|---|
| 更新时间 | 2026年4月23日 04:32 |
| PHP版本: | 7.1 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
@here, @everyone, or a Discord role ID for any individual status. Set a role ping on failed payments so your team gets alerted immediately, without pinging everyone for every order.
Custom Embed Colors
Every notification status has its own color picker in the settings. Each one comes pre-set to a sensible default (green for completed, amber for pending, red for failed, and so on), but you can change any of them to match your brand or make certain alerts stand out at a glance in Discord.
Minimum Order Value Filter
Reduce noise by only sending notifications for orders above a threshold you set. Useful if you run frequent low-value transactions and only want to be notified for meaningful orders.
Test Button Per Webhook
Every webhook row has a built-in Test button. Click it to send a live test embed to Discord so you can confirm everything is wired up correctly before going live.
Notification Log
An optional log records every notification sent - including the order or subscription number, status, products, order value, and the HTTP response code returned by Discord. Logs auto-purge after a configurable number of days (default: 7).
Developer Filters
ppsndw_woo_discord_payload - modify the full Discord payload before it is sent for order and subscription notificationsppsndw_woo_discord_low_stock_payload - modify the payload for low stock notificationsDiscord webhooks only accept requests from publicly accessible URLs. If your site is running locally (e.g. on localhost or a private staging environment), Discord cannot reach it and notifications will silently fail. Deploy to a live, publicly accessible server and test again.
Each status row has its own Webhook URL field. Simply paste a different webhook URL for each status to route them to separate channels.
Yes. Paste the same webhook URL into every status row you want to enable. All notifications will go to the same channel.
In the Mention column next to the Failed status, enter @here, @everyone, or a Discord role ID in the format <@&123456789012345678>. That mention will be included in the notification message so the right people get alerted immediately.
Enable Developer Mode in Discord (User Settings > Advanced > Developer Mode), then right-click any role in Server Settings > Roles and click Copy Role ID.
Found at the top of the Notifications tab, this setting lets you suppress notifications for orders below a dollar threshold you set. Set it to 0 to notify for all orders regardless of value.
Yes. If WooCommerce Subscriptions is installed and active, a Subscription Notifications section will automatically appear in the settings with all supported subscription statuses.
Yes. The plugin is fully compatible with WooCommerce HPOS (custom order tables) and has declared compatibility accordingly.
A notification fires on a customer's very first order. For registered customers, it checks their total order count. For guests, it checks whether any previous order exists with the same billing email address. If it's their first, the notification fires.
Double-check the webhook URL - even a single extra character will cause it to silently fail. Also make sure the webhook hasn't been deleted in Discord. You can verify by opening the channel's Integrations settings and confirming the webhook still exists.
Yes. Use the ppsndw_woo_discord_payload filter to modify or replace the payload array before it is sent. For low stock notifications, use ppsndw_woo_discord_low_stock_payload. Both filters receive the full payload array and the relevant object (order, subscription, or product).
Go to WooCommerce > Discord Notifications > Logs tab and uncheck Enable Logging, then save. Existing log entries are kept but no new ones will be written. You can purge all existing entries using the Purge All Logs button.
Not by default. To remove all plugin settings, the log table, and scheduled events on deletion, go to the Logs tab and enable Delete Data on Uninstall before deleting the plugin.
Yes. The plugin is translation-ready and loads its own text domain. All static text can be translated using standard WordPress translation tools. Customer names, product names, and order data are passed through as-is from WooCommerce.