Hello
I would like to verify the logic for our users who have expired annual plan and who subscribe to a new monthly plan.
We have now :
Code:
- for new users : Send a mail 15 days after subscription expiry date for 10 plans (no later than 2 years after) if plans are in states Expired or Registered Unpaid
- for existing users : Send a mail 15 days after subscription expiry date for 10 plans (no later than 2 years after) if plans are in states Expired or Registered Unpaid, and Those plan can already be existing or be purchased same time
So we noticed that annual plan expired trigger a mail even if the customer subscribe to a new monthly one.
I presume that we should add :
Code:
- second condition for existing users : AND NOT
- any of our 10 plans must be in state Active and Yes they can be purchased same time
Can you tell me if it's correct or if there are another thing missing ?
thanks
Jean