bheadrick
Sophomore
Just Getting Started
Member Likes (0)
I'm sure this is probably going to take some subscription form tweaking, but I want to be able to let the user select whether to sign up for a recurring membership (without having to display a non-recurring option and a recurring option for each level)

Responses (4)
Sales & Support Pro (joined March 2010) Likes (0)
Hiya!
There is no way to do this currently without providing multiple subscriptions at present.
I'll move this to feature requests and we'll see if there's any more interest in having this ability...
Phil
Member (joined July 2011) Likes (0)
What if I created multiple subscriptions - would it be possible to filter which ones are displayed? Maybe have them choose the membership level before the subscription? I have 10 subscription levels currently. I'm not opposed to jumping through some hoops here.
Sales & Support Pro (joined March 2010) Likes (0)
You can't allow people to simply select a level I'm afraid. They can only select a subscription.
You might be able filter which ones are displayed using some custom CSS on the registration page. You'd need to use a custom plugin to somehow 'tell' the registration page which subscriptions to show and then have the CSS hide the others.
Phil
Member (joined July 2011) Likes (0)
I'm pretty close to accomplishing what I set out to do, though I had to basically work backwards to do it. You can't list subscriptions for a given level, but you can list the levels associated with a given subscription. Since I'm only using one level per subscription, I was able to get the level for each subscription, put the subscription object and the level name in a 2d array and sort by level name, then I used a bit of JQuery to list just the levels and only list the subscriptions associated with the selected level. It's not fully functional just yet, but the concept is there.
Become a member