Add renew button to member profile

Hello,

I have my profile working, but I was wondering how I can add a renew button to members once their 1 year subscription is up for renewal in their profile. Any Ideas?

Thanks,

Aaron

Do you have them converting to Level 0 subscribers after their subscription is up? You could just put it on a page and link to that page.

[s2If current_user_is(s2member_level0)]
Link to renewal purchase button
[/s2If]

This would only show to people that are level 0

1 Like

thanks this worked great