All Projects → shopplugins → pushover-for-woocommerce

shopplugins / pushover-for-woocommerce

Licence: other
Pushover for WooCommerce

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to pushover-for-woocommerce

Woocommerce.net
A .NET Wrapper for WooCommerce/WordPress REST API
Stars: ✭ 247 (+1200%)
Mutual labels:  woocommerce
nuxtjs-woocommerce
NuxtJS (Vue) eCommerce site with WooCommerce backend
Stars: ✭ 83 (+336.84%)
Mutual labels:  woocommerce
WalkTheWeb
WalkTheWeb 3D Internet - Metaverse - Multiverse - Host your own multiplayer Metaverse of 3D Games, 3D Shopping, and 3D Scenes!
Stars: ✭ 28 (+47.37%)
Mutual labels:  woocommerce
ionic3-woocommerce
Ionic 3 Woocommerce Template
Stars: ✭ 17 (-10.53%)
Mutual labels:  woocommerce
woocommerce civicrm
No description or website provided.
Stars: ✭ 15 (-21.05%)
Mutual labels:  woocommerce
woocommerce-plugin
Accept bitcoins on your wordpress site, payments go directly into your wallet
Stars: ✭ 22 (+15.79%)
Mutual labels:  woocommerce
Ecommwar
A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.
Stars: ✭ 203 (+968.42%)
Mutual labels:  woocommerce
dc-woocommerce-multi-vendor
WC Marketplace is the fastest growing multi-store marketplace plugin for WooCommerce.
Stars: ✭ 86 (+352.63%)
Mutual labels:  woocommerce
wc-moldovaagroindbank
WooCommerce maib Moldova Agroindbank Payment Gateway
Stars: ✭ 13 (-31.58%)
Mutual labels:  woocommerce
nextjs-woocommerce-restapi
A React WooCommerce Project Example With REST API
Stars: ✭ 168 (+784.21%)
Mutual labels:  woocommerce
woominecraft-wp
A FREE Minecraft Donation Plugin for WordPress designed to work in conjunction with WooMinecraft for Bukkit/Spigot & WooCommerce to allow the purchasing of virtual items in MineCraft and have them delivered to the servers.
Stars: ✭ 33 (+73.68%)
Mutual labels:  woocommerce
woocommerce-pfand
Add deposit (Pfand) to WooCommerce products (e.g. Flaschenpfand)
Stars: ✭ 18 (-5.26%)
Mutual labels:  woocommerce
7cart
7cart is a php7 project for building online shops, catalogs or service platforms. 7cart built with simple code and database schema. It is easy to support and fast.
Stars: ✭ 27 (+42.11%)
Mutual labels:  woocommerce
ava
Ava WordPress Theme
Stars: ✭ 46 (+142.11%)
Mutual labels:  woocommerce
woocommerce
Vue Storefront 2 integration for WooCommerce
Stars: ✭ 27 (+42.11%)
Mutual labels:  woocommerce
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+994.74%)
Mutual labels:  woocommerce
woocommerce-cart-stock-reducer
Allow WooCommerce inventory stock to be reduced when adding items to cart
Stars: ✭ 57 (+200%)
Mutual labels:  woocommerce
bootscore
Flexible Bootstrap 5 WordPress starter theme with full WooCommerce support
Stars: ✭ 160 (+742.11%)
Mutual labels:  woocommerce
disallow-pwned-passwords
Disallow WordPress and WooCommerce users using pwned passwords
Stars: ✭ 29 (+52.63%)
Mutual labels:  woocommerce
taxjar-woocommerce-plugin
WooCommerce Sales Tax Plugin by TaxJar
Stars: ✭ 26 (+36.84%)
Mutual labels:  woocommerce

Pushover for WooCommerce

Pushover for WooCommerce integrates WooCommerce with the Pushover notifications app for Android and iOS.

== 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.

This plugin is managed on GitHub.

Translations and pull requests are welcome!

== 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:

  1. 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 API Token

  2. 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.
    • Press "Create Application" 2c. The API Token/Key for your application is your Site API Token
  3. Optional: Login to your device and add a name for it.

Step 3. Setup WooCommerce Pushover Integration

  1. Login to your WordPress site
  2. Go to WooCommerce > Settings and click on the Integration tab
  3. Click on the "Pushover" link
  4. Click the "Enable" checkbox to turn on notifications
  5. Set the Site API Token to the value from 2c. above
  6. Set the User API Token to the value from 1b. above
  7. Optionally add a device name to limit notifications to. If left blank notifications will go to all devices.
  8. Under "Notifications" check the box next to any notifications you want to receive on your device
  9. Optionally press "Send Test Notification" to test your settings
  10. Press "Save changes"

== Frequently Asked Questions ==

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.

== Screenshots ==

  1. screenshot-1.jpg
  2. screenshot-2.png

== Changelog ==

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

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

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
  • Updated support and docs links

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].