I sell two types of products on my site:
- Online course for a one-time fee. Bronze, Silver, Gold packages (Level 1, 2, 3)
- Subscription based report, billed monthly or annually (Level 4, 5, 6)
I setup my membership levels like this:
Level 1: customer who only buys the Bronze package course
Level 2: customer who only buys the Silver package course
Level 3: customer who only buys the Gold package course
Level 4: Bronze package + subscription to my report
Level 5: Silver package + subscription to my report
Level 6: Gold package + subscription to my report
I’m using Stripe to process the payments.
Two years ago a user bought my course Gold package (Level 3), then on March 30, 2016 he subscribed to my report so he got moved to a Level 6. After 12 months he decided not to renew the subscription, also he didn’t update his credit card information so naturally the payment did not go thru.
However his membership account got automatically deleted in Wordpress, it should have gone from Level 6 back to Level 3. This has happened to four other members on my site.
Is there a way in s2member to ensure that membership levels are automatically downgraded, instead of deleted?
thanks!