WP Manifestindependent plugin directory
manifest / ecommerce / woocommerce-subscriptions-cancel-after-retry

WooCommerce Subscriptions - Cancel After Failed Retries

Cancel a subscription after all failed payment retry attempts have failed.

by Prospress Inc. · github.com/woocommerce/woocommerce-subscriptions-cancel-after-retry · website

10stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/woocommerce/woocommerce-subscriptions-cancel-after-retry/archive/refs/heads/master.zip

Declares an update source (Prospress/{plugin_slug}), so updates arrive through the plugin's own updater.

From the readme

IMPORTANT: This code is made available in the hope that it will be useful, but without any warranty. See the GNU General Public License included with the code for more details. Automattic or WooCommerce support services are also not available to assist with the use of this code. WooCommerce Subscriptions - Cancel After Failed Retries Cancel a subscription after all failed payment retry attempts have failed. WooCommerce Subscriptions makes it possible to apply a set of custom Retry Rules to modify the behaviour of the Failed Payment Retry system. However, those rules only facilitate customizing the status applied at the time the retry rule is applied, not the status to be applied after the payment retry attempt is processed. The default status applied to the order if a retry attempt fails is failed, and the status applied to the subscription is on-hold. This plugin will transition both the order and related subscriptions for that order to cancelled if all automatical payment retry attemps fail. Installation To install: 1. Download the latest version of the plugin here 1. Go to Plugins Add New Upload administration screen on your WordPress site 1. Select the ZIP file you ju

Read the full README on GitHub →