Changing the level

I want to let the user upgrade or downgrade the level. Both levels are free, I don’t need a payment service provider. Is there a shortcode or form button for this (without a payment service provider like Paypal)?

Maybe someone already has a solution.

Thanks,

That’s an interesting idea…

Well, no, there isn’t one… But it wouldn’t be hard to do it with a bit of PHP… https://s2member.com/kb-article/rolescapabilities-via-php/

You could have a must-use plugin that checks if there’s a query string variable in the URL for this, and if so, change the current user’s role… e.g. ?free-level-2=true

Then you’d use any button image you want, and link to the page you want, adding that at the end.

Or something like that…

:slight_smile:

Thank you for the hint. I will try it!

1 Like