At this current time, s2Member Pro Paypal Forms are not able to handle your scenario.
However, with the s2Member Paypal Buttons you can do it.
With the latest version of s2Member 3.2.7 there is a new Shortcode attribute. s2Member's PayPal Button Shortcode now accepts a new attribute ( ta="0.00", Trial Amount ). In the past, if you intended to offer a "paid" initial period at a different price, you had to use the Full Button Code. Now you can just change the ta="0.00" attribute ( which is easier ).
You will generate 2 Paypal buttons
1 regular for 7.95 a month:
Sample of code here:
- Code: Select all
[s2Member-PayPal-Button level="1" ccaps="" desc="Bronze" ps="paypal" cc="USD" ns="1" custom="your_site.com" ta="0" tp="0" tt="D" ra="7.95" rp="1" rt="M" rr="1" image="default" /]
Another charging 206.95 the first month and 7.95 recurring.
199.00 Theme + 7.95 Hosting
Sample of code here:
- Code: Select all
[s2Member-PayPal-Button level="1" ccaps="" desc="Bronze" ps="paypal" cc="USD" ns="1" custom="your_site.com" ta="199.00" tp="0" tt="D" ra="7.95" rp="1" rt="M" rr="1" image="default" /]