Skip to content

Cancel members subscriptions after X failed payments. Set X in plugin code.

Notifications You must be signed in to change notification settings

dwanjuki/pmpro-failed-payment-limit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

=== Paid Memberships Pro - Failed Payment Limit ===
Contributors: strangerstudios
Tags: pmpro, paid memberships pro, recurring, failed payments
Requires at least: 4.0
Tested up to: 4.7.3
Stable tag: .2

Cancel members subscriptions after 1-3 failed payments.

== Description ==

This plugin will keep track of the number of failed payments coming in for a user. When that count reaches the set failed payment limit, the user's membership is cancelled and the subscription at the gateway will be cancelled. For most sites, we recommend you cancel after the first failed payment. Automatic retries from the gateway rarely work. Some users do update their billing information, which would fix things for second and third attempts, but it's not much less work than simply checking out again.

== Installation ==

1. Upload the `pmpro-failed-payment-limit` directory to the `/wp-content/plugins/` directory of your site.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Visit Memberships -> Advanced Settings to change the "Failed Payment Limit" setting.
4. Alternatively, you can set a PMPRO_FAILED_PAYMENT_LIMIT constant in your wp-config.php file.

== Frequently Asked Questions ==

= I found a bug in the plugin. =

Please post it in the issues section of GitHub and we'll fix it as soon as we can. Thanks for helping. https://github.com/strangerstudios/pmpro-failed-payment-limit/issues

== Changelog ==
= .2 =
* ENHANCEMENT: Added a setting to the advanced settings page.
* ENHANCEMANT: Added readme.

About

Cancel members subscriptions after X failed payments. Set X in plugin code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%