Description
Pushover for WooCommerce integrates WooCommerce with the Pushover notifications app for Android and iOS.
After installation and setup automatic notifications can be sent to your device for new orders, low stock, backorder and out of stock notifications.
Follow this plugin on GitHub.
Translations and pull requests are welcome!
Screenshots
Installation
Here is a video of installation
Step 1. Install the extension
- Login to your WordPress dashboard. Click on Plugins | Add New from the left hand menu
- Click on the “Upload” option, then click “Browse” to select the zip file from your computer.
- After the zip file has been selected press the “Install Now” button.
- On the Plugins page, find the row for the “Pushover for WooCommerce” plugin and press “Activate”
Step 2. Setup Pushover Account
Prerequisites:
-
To receive notifications you will need to purchase the Pushover App for Android (https://pushover.net/clients/android) or iOS (https://pushover.net/clients/ios)
-
You will also need to create an account at https://pushover.net
-
Register for an account on pushover.net
1a. Login to your account at pushover.net
1b. On your dashboard the first field in the “Your User Key” section is your User Key -
Setup Website App
2a. To setup your WooCommerce site go to https://pushover.net/apps
2b. Press “Create a New Application”- Add a name
- Set Type to “Website”
- Add a description
- Set URL to the base URL of your WooCommerce site
- Optional: Choose an image URL to use for an Icon.
- Check the box for Terms of Service
- Press “Create Application”
2c. The API Token/Key for your application is your Site API Token
-
Optional: Login to your device and add a name for it.
Step 3. Setup WooCommerce Pushover Integration
- Login to your WordPress site
- Go to WooCommerce > Settings and click on the Integration tab
- Click on the “Pushover” link
- Click the “Enable” checkbox to turn on notifications
- Set the Site API Token to the value from 2c. above
- Set the User API Token to the value from 1b. above
- Set a priority.
- Optionally add a device name to limit notifications to. If left blank notifications will go to all devices.
- Under “Notifications” check the box next to any notifications you want to receive on your device
- Optionally press “Send Test Notification” to test your settings
- Press “Save changes”
FAQ
Q. Is there a limit to the number of notifications I receive?
A. The current limit of notifications is 7,500 per month
Q. What is the length of a notification?
A. Notifications are limited to 512 characters, including a title. URL’s are limited to 500 characters, URL titles are limited to 50 characters.
Reviews
Contributors & Developers
“Pushover Integration for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Pushover Integration for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2024.09.06 1.1.0
* New: Declares compatibility with HPOS (High-Performance Order Storage)
* Translations: Updated translation template (POT)
* Tested up to WooCommerce 9.2 & WordPress 6.6
2022.07.28 1.0.20
* Tested with WooCommerce 6.7.0
* Tested with WordPress 6.0.1
2021.08.25 1.0.19
* Test with WooCommerce 5.6
* Add filter to return of WC_Pushover::replace_fields_custom_message()
* Add ‘retry’ and ‘expire’ settings.
* Verify Emergency priority messages are sent correctly.
2020.07.14 1.0.18
* Add args to filters.
* Add PHP doc.
* Change WC_Pushover::wc_pushover_init() method name to WC_Pushover::maybe_send_test_message() for clarity.
2020.05.04 1.0.17
* Fix Send Test Notification
* Verify with WordPress 5.4
* Verify with WooCommerce 4.0
2020.20.18 1.0.16
* Tested with WooCommerce 3.9
* Removed support for WooCommerce 2.x
* Added direct link to edit order page – Thanks @galapogos01
* Fixing formatting and PHPCS Doc
* Moved debug log to WC_Logger
2019.01.29 1.0.15
* Added Phone field for messages
* Added sounds: https://pushover.net/api#sounds
2018.04.04 1.0.14
* Added Slovenian translation
* Added user defined notifications for all messages.
2018.03.08 1.0.13
* Testing with WC 3.3.3 and WordPress 4.9.4
* Update field labels to clarify key vs. token. thanks @jcs!
2017.05.28 1.0.12
* Update for getting product title.
2015.05.16 1.0.11
* Improvement to settings page
* Fix Documentation and plugin links
* Added priority to set message priority ref: https://pushover.net/api#priority
2015.11.16 1.0.10
* Fixed multiple new order sends when PayPal Standard is used
2015.07.31 1.0.9
* Verified WooCommerce 2.4.0 compatibility
* Updated links
2015.02.28 1.0.8
* Added better logging functions.
* Updated branding
2014.12.10 1.0.7
* WordPress 4.0.1 testing
* Added plugin icon
2014.09.17 1.0.6
* WooCommerce 2.2 compatibility
2014.04.04 1.0.5
* Fixed admin settings page link
* Fixed send test message redirect page
* Fixed text domain
2013.11.21 1.0.4
* Added notification when an order totals $0.
2013.10.19 1.0.3
* Updated branding and links
2013.08.29 1.0.2
* Fixed low and no stock notifications hook.
* Fixed currency symbol – now sending symbol for WooCommerce base currency
2013.02.06 1.0.1
* Fixed fatal error from undefined is_woocommerce_active() function call
2013.01.18 1.0.0
* First Version