1) the abillity to create a fixed term membership paid for over several weeks/months etc. I.e a membership that lasts 4 months paid for at 9.99 per month. Currently we only seem able to take 1 payment for the whole period.
s2Member is currently capable of this:
From the Paypal Button Code Generator(advanced Code, not Shortcode), you can add the PayPal HTML Variables for Subscribe Buttons that you need.( found here https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_Appx_websitestandard_htmlvariables#id08A6HI00JQU)
In this case srt. Recurring times. Number of times that subscription payments recur. Specify an integer above 1. Valid only if you specify src="1".
You would add:
- Code:
<input type="hidden" name="src" value="1" />
<input type="hidden" name="sra" value="1" />
<input type="hidden" name="srt" value="6" />
at the end of the subscription period we should have the abillity to allow the member to stay at the same level and not be demoted/deleted automatically. I.e A membership over 6 months with lifetime membership when the 6th payment is made.
However once the subscription/installment payments are done, PayPal would terminate the subscription, then s2Member would currently still demote the member.
So the second part is not currently feasible.Statistics: Posted by Elizabeth — August 5th, 2010, 3:25 pm
]]>