Description
SyncPA Discord notifier for SureCart is a simple yet powerful plugin that handles the real-time orders notification for your SureCart store. Instantly receiving notifications from various order status updates in your Discord channel, allowing you to custom the webhook URL and message color.
Features
- Send notifications to Discord channel when a new SureCart order is created
- Send notifications when an order status updated
- Easy to enable/disable notifications
- Customizable Discord embed color
- Customizable webhook URLs
- Options to show detailed order info and error logging
- I18N ready
Configuration
- Enable Notifications: To enable or disable sending notifications
- Discord Webhook URL: Enter the Discord Webhook URL where notifications will be sent.
- Discord Embed Color: Set a custom color for the Discord notification embeds to match your preference
- Show Detailed Order Info: To enable or disable showing detailed order info
- SureCart API Token (Optional): Enable to receive additional purchase notifications
- SureCart Webhook Path(Optional): Enable if you have custom SureCart webhook path
- Enable Error Logging: Enable to generate error logs for debugging
For detailed instruction, please visit our plugin page.
External services
This plugin connects to SureCart API (api.surecart.com) to obtain order information when SureCart API Token is enabled in Settings. In this case, it’s needed to send order status notifications to your Discord channel.
It sends the order status information every time when a purchase status is updated. This service is provided by “SureCart”: Terms and Conditions, Privacy Policy.
Author
Screenshots
Installation
Installation from within WordPress
- In your website’s wp-admin, go to
Plugins > Add New
- Search for
SyncPA
orDiscord Notifier for SureCart
- Install and activate the
SyncPA - Discord Notifier for SureCart
plugin
Manual installation
- Upload the entire
SyncPA Discord Notifier for SureCart
folder to the/wp-content/plugins/
directory - Navigate to the
Plugins
menu in WordPress - Activate the
SyncPA - Discord Notifier for SureCart
plugin
After activation
- In your wp-admin, go to
Settings > SyncPA - Discord Notifier for SureCart
- Configure the settings as needed
- Enable notifications by switching on Enable Notifications
FAQ
-
How do I get my SureCart API Token?
-
- Login to your SureCart account
- Navigate to the API page
- Click + New API Token to generate a new token
- Select the token you just created
- Copy the Token directly or by clicking the clipboard icon
-
How do I get a Discord webhook URL?
-
- Open your Discord channel
- Click Edit Channel
- Go to Integration
- Select Webhook
- Create a new Webhook or use an existing one. Rename it to indicate it’s for SureCart order notifications
- Click Copy Webhook URL, this is URL your’ll need to paste into the plugin
-
No notification after updating SureCart to new version
-
If you are updating SureCart from v2 to v3, please double check if the required Events are still selected in your Webhook endpoint.
Check the Instruction for details.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“SyncPA – Discord Notifier for SureCart” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “SyncPA – Discord Notifier for SureCart” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Fix: Few error logs to respect settings
- Improvement: Hide Discord Webhook URL and SureCart API Token when filled
- Improvement: Enable Notifications option defaulted to Disabled to avoid confusion
- Improvement: Adjust the lasting time for transient
1.0.0
- Initial release