
內容簡介
總結:Discord notifications for WooCommerce 是一個強大的外掛程式,將您的 WooCommerce 商店與 Discord 連接,讓您可以在 Discord 頻道中直接收到有關新訂單和訂單狀態變更的即時通知。
HTML bulleted list:
<ul>
<li>當新的 WooCommerce 訂單建立時發送通知至 Discord</li>
<li>當訂單狀態變更時發送通知</li>
<li>可自訂 Discord 的 webhook URL</li>
<li>輕鬆啟用/停用通知</li>
<li>通知中包含訂單號碼、狀態和客戶姓名</li>
<li>訂單號碼直接連結至 WooCommerce 的訂單編輯頁面</li>
<li>在 Discord 通知中顯示您網站的標籤圖示</li>
</ul>
外掛標籤
開發者團隊
② 後台搜尋「Store Order Notifications for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
Store Order Notifications for WooCommerce helps store owners stay updated on every order in real time. Connect your WooCommerce store with Discord, Telegram, Slack, SMS, and Email to receive instant notifications for new orders and status changes. Version 2.0.0 introduced a redesigned dashboard, improved code, and made all notification channels free.
Whether you’re a solo entrepreneur or managing a team, this plugin keeps everyone informed with real-time updates without requiring constant access to the WordPress admin panel.
Key Features
Multi-Platform Notifications: Receive order updates on Discord, Telegram, Slack, SMS, and Email.
Real-Time Alerts: Get instant notifications for new orders and order status changes.
Intuitive Dashboard: Manage settings effortlessly with a modern, user-friendly interface.
Optimized Performance: Lightweight and fast, with improved code efficiency for seamless integration.
Customizable Messages: Tailor notification content to your needs with advanced formatting options.
Notification Filtering: Choose which order statuses or products trigger notifications.
Order Details: Notifications include order number, status, customer name, and a direct link to the WooCommerce order edit page.
Branded Notifications: Display your site’s favicon in notifications for a professional touch.
Supported Notification Channels
Discord: Send order notifications to your Discord channel via webhook.
Telegram: Get instant alerts via Telegram bot notifications.
Slack: Receive notifications in your Slack workspace.
Email: Get detailed order notifications via SMTP, SendGrid, Mailgun, Sendinblue, or Mailjet.
SMS: Receive text message alerts via Twilio or Nexmo (Vonage).
External Services
This plugin connects to the following third-party services to deliver order notifications. Credentials (tokens, webhook URLs, API keys) are stored in your WordPress database and are only transmitted to the respective service when a notification is triggered by a WooCommerce order event.
Discord
Used to send order notifications to a Discord channel via an incoming webhook URL that you provide.
Data sent: order number, order status, customer name, order total, and a link to the WooCommerce order edit page.
Data is sent every time a WooCommerce order is created or its status changes (based on your configuration).
Service provider: Discord Inc.
Terms of Service: https://discord.com/terms
Privacy Policy: https://discord.com/privacy
Telegram
Used to send order notifications via the Telegram Bot API using a bot token and chat ID that you provide.
Data sent: order number, order status, customer name, order total, and a link to the WooCommerce order edit page.
Data is sent every time a WooCommerce order is created or its status changes (based on your configuration).
Service provider: Telegram FZ-LLC.
Terms of Service: https://telegram.org/tos
Privacy Policy: https://telegram.org/privacy
Slack
Used to send order notifications to a Slack channel via an incoming webhook URL that you provide.
Data sent: order number, order status, customer name, order total, and a link to the WooCommerce order edit page.
Data is sent every time a WooCommerce order is created or its status changes (based on your configuration).
Service provider: Salesforce, Inc. (Slack).
Terms of Service: https://slack.com/terms-of-service
Privacy Policy: https://slack.com/privacy-policy
Twilio (SMS)
Used to send SMS order notifications using the Twilio API with an Account SID, Auth Token, and phone number that you provide.
Data sent: order number, order status, and a short notification message, along with the destination phone number.
Data is sent every time a WooCommerce order is created or its status changes (based on your configuration).
Credentials (Account SID and Auth Token) are stored securely in your WordPress database and are never shared with anyone other than Twilio.
Service provider: Twilio Inc.
Terms of Service: https://www.twilio.com/en-us/legal/tos
Privacy Policy: https://www.twilio.com/en-us/legal/privacy
Nexmo / Vonage (SMS)
Used to send SMS order notifications using the Vonage SMS API with an API key and secret that you provide.
Data sent: order number, order status, and a short notification message, along with the destination phone number.
Data is sent every time a WooCommerce order is created or its status changes (based on your configuration).
Credentials (API key and secret) are stored securely in your WordPress database and are never shared with anyone other than Vonage.
Service provider: Vonage Holdings Corp.
Terms of Service: https://www.vonage.com/legal/
Privacy Policy: https://www.vonage.com/legal/privacy-policy/
Source Code
The admin JavaScript (assets/admin/admin.js) is compiled and minified from source using npm and webpack. The full, human-readable source code is included in the src/ directory of this plugin. To rebuild the assets, install Node.js dependencies with npm install, then run npm run build.
