Hi there. I am looking for an option for monthly and annual payments, but the form code wrapping doesn’t seen to work.
Instead, can i offer monthly payments, and inside my member site offer the opportunity to upgrade to yearly with the billing modification form?
Code wrapping or billing mod form?
What do you mean by “the form code wrapping doesn’t seem to work”? Are you getting an error message? What’s happening? The code works when properly implemented and we can’t help you if you can’t explain the problem.
Yes, you can choose to try the upgrade path. We’ve had some reports of PayPal not allowing such upgrades if there is more than a 20% increase in price, however. (Which is a PayPal policy and nothing to do with s2Member, just a friendly warning.)
Thanks for the reply.
When i try to wrap two forms, i get a pop up message saying you can’t have two pro forms on one page, and also a message above the form saying ‘Des’ missing.
Would you mind copying and pasting the shortcode you are using to this thread? Thanks in advance.
Yeah sure.
This is how i was wrapping the code.
[s2Member-Pro-PayPal-Form]
[s2Member-Pro-PayPal-Form level=“1” ccaps="" desc=“14 Days free / then $22.00 USD / Monthly (recurring charge, for ongoing access)” ps=“paypal” lc="" cc=“USD” dg=“0” ns=“1” custom=“astroimageacademy.com” ta=“0” tp=“14” tt=“D” ra=“22.00” rp=“1” rt=“M” rr=“1” rrt="" rra=“2” accept=“paypal,visa,mastercard,amex,discover,maestro,solo” accept_via_paypal=“paypal” coupon="" accept_coupons=“1” default_country_code="" captcha=“0” /][s2Member-Pro-PayPal-Form level=“1” ccaps="" desc=“14 Days free / then $132 USD / Yearly (recurring charge, for ongoing access)” ps=“paypal” lc="" cc=“USD” dg=“0” ns=“1” custom=“astroimageacademy.com” ta=“0” tp=“14” tt=“D” ra=“132” rp=“1” rt=“Y” rr=“1” rrt="" rra=“2” accept=“paypal,visa,mastercard,amex,discover,maestro,solo” accept_via_paypal=“paypal” coupon="" accept_coupons=“1” default_country_code="" captcha=“0” /][s2Member-Pro-PayPal-Form]
There is no “/” preceding the name of the form in the last shortcode. It should be:
[/s2Member-Pro-PayPal-Form]
otherwise s2Member has no way of knowing to close the wrapper.
This has worked. I cant believe i missed that!
Thank you so much for your help.
One more question while i am here if i may.
The s2pro login widget redirects to WordPress login after login, meaning users have to login twise!
Any ideas what might be causing this?
Check the settings on the Pro Login Widget. It has an optional redirect. Is that, for some reason, set to wp-login.php? If that’s not the case, look for any other plugins that might be redirecting on login for some reason.