Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Send notification email that subscription delay is ending #9

Open
andrewlimaza opened this issue May 3, 2017 · 2 comments

Comments

@andrewlimaza
Copy link
Collaborator

A user would like the ability to send an email before the subscription delay ends, similar to trial end email template.

@ideadude
Copy link
Member

ideadude commented Dec 6, 2017

Yes. Let's do this. We can use this email template for reference:
https://github.com/strangerstudios/paid-memberships-pro/blob/dev/email/trial_ending.html

Note that we don't actually send this email in the core PMPro plugin anymore (because we cheat and setup trials to separate out the first payment). Here it's okay to send this email. We should be able to figure out the date to send this... maybe we need to set a user meta at checkout and keep track of that in case the level/sub changes.

@ideadude
Copy link
Member

ideadude commented Dec 6, 2017

So we can use this user meta:
https://github.com/strangerstudios/pmpro-subscription-delays/blob/master/pmpro-subscription-delays.php#L144

Probably need to make sure that that gets cleared out if the level changes still.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants