I have one recurring membership and i want to offer an upgrade to a GOLD membership, which would include additional content (that is usually sold separately). The current payment is $10/month, and i want to increase it to $15/month.
I created this code:
[s2Member-Pro-PayPal-Form level="*" ccaps=“lab,lab’.date(‘Ym’).’,wm’.date(‘Ym’).’,GOLD” desc=“GOLD Membership” ps=“paypal” lc="" cc=“USD” dg=“0” ns=“1” custom=“scrapbookcampus.com” ta=“0” tp=“2” tt=“W” ra=“15” rp=“1” rt=“M” rr=“1” rrt="" rra=“2” accept=“paypal” accept_via_paypal=“paypal” coupon="" accept_coupons=“0” default_country_code="" captcha=“0”]
Since i don’t want to force the members to pay the upgraded price NOW, i am giving them a 2 week period. But when i do that, the page displays this error message:
Invalid form configuration. Invalid “rr, tp” attributes. The “rr” (Regular Recurring) attribute is “BN” (Buy Now), and “tp” (Trial Period) is not “0”.
The strange thing is that it does not seem to match the form i have.
If i change the tp and tt values to 0, it works but i don’t want the members to start paying NOW; i would like to keep their current payment schedule, but just up it at the next payment.
Am i asking too much of s2M again?