Hello & thanks for an awesome plugin! I looked all over and was not able to find answers to a couple of questions:
– How do I display all of a member’s purchases with cancellation links and let users cancel one without affecting the others?
To explain our setup:
We have a full site membership for which we use standard s2Member level subscriptions.
On top of that, we let users upload additional “Fan Club” content that we want to sell per user basis.
For this, we’ll be using custom capabilities as recurring subscription to a dynamically created capability ie. “fanclubUSERID” (because these can’t be level based/have to be able to have a number in parallel).
At any time, a member can have a recurring site membership (or not), and in addition any number of custom capability subscriptions.
How do we allow
- users to see all their subscriptions
- cancel a particular subscription or capability subscription without affecting the rest of their subscriptions
Thanks!