This plugin adds two custom features to AutomateWoo for surfacing overdue subscriptions.
A subscription is considered overdue if its last completed payment is farther in the past than the period/interval of the subscription. For example, if the last successful payment for a yearly subscription was more than a year ago, this subscription is considered overdue.
A new shop-level rule that checks if there are any overdue subscriptions.
Usage:
- Add this rule to your workflow's rule conditions.
- The rule will evaluate to true if there are any overdue active subscriptions in your shop.
A new variable that generates a report of overdue active subscriptions, including:
- A table showing the first 50 overdue subscriptions.
- A link to a downloadable CSV file containing all overdue subscriptions.
Usage:
- Use
{{ shop.overdue_subscriptions }}in your email content - The variable will be replaced with an HTML table and CSV download link
- If there are more than 50 overdue subscriptions, a note will indicate that additional subscriptions can be found in the CSV file
- WordPress
- WooCommerce
- WooCommerce Subscriptions
- AutomateWoo