WebSharks:
I have a recurring subscription base at s2member_level1 through Paypal. I am using custom capabilities and I want to be able to sell permanent custom capabilities at s2member_level0 or s2member_level1. s2member won’t let my users signup at s2member_level0 when they purchase a custom capability. I also want s2member_level1 to be able to add custom capabilities by payment.
I will be glad to let custom capabilities signup at s2member_level1 and recurring subscribers signup at s2member_level2. However I am worried that if I use level=“1” in my custom capabilities shortcode my subscribers at s2member_level2 will be demoted when they add a custom capability. The form generator suggests I use use level="*" but it will not let users who don’t have account sign up.
Is there a way to approach this properly using s2member, or should I just hack it with do_shortcode() and put in the variables that I need.
W