Reply To: One purchase cancels a recurring payment
› Forums › General › One purchase cancels a recurring payment › Reply To: One purchase cancels a recurring payment
2016-01-09 at 18:15
#590
Cristián Lávaque
Keymaster
What you could do is use the conditional to check for the level, instead of whether he’s logged in. So if the user already is level 1, then change the level to asterisk in the pro-form. E.g.
[s2If current_user_can(access_s2member_level1)]
[s2Member-Pro-PayPal-Form level="*" ccaps="wjan2016" desc="Patchwork Scrapping" ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="scrapbookcampus.com" ra="9.99" rp="1" rt="L" rr="BN" accept="paypal" coupon="" accept_coupons="0" default_country_code="" captcha="0" /]
[else]
[s2Member-Pro-PayPal-Form level="1" ccaps="wjan2016" desc="Patchwork Scrapping" ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="scrapbookcampus.com" ra="9.99" rp="1" rt="L" rr="BN" accept="paypal" coupon="" accept_coupons="0" default_country_code="" captcha="0" /]
[/s2If]