Upgrading Between Membership Levels

Since Restrict Content Pro 2.5, members can easily upgrade between membership levels at any time by visiting their account page. When upgrading a subscription, the member’s purchase will be prorated based on the amount they have already paid and how long is left in their current membership.

Clicking the “Upgrade or change your membership” link will take the member to the registration page where they will be shown a list of available options. If there is a proration credit available, it will be shown.

For example, in the screenshot below, the member purchased a $10 monthly membership and then, on the same day, chose to upgrade to a $20 per month membership. As they had already paid $10 for the first month, the new purchase is discounted by $10.

The proration credit is calculated automatically based on the member’s last payment record and the length of time left on their current membership.

What if I do not want accounts to be prorated?

If you do not want upgrades to be prorated, add the following code snippet to a custom plugin:

add_filter( 'rcp_disable_prorate_credit', '__return_true' );

If you are unsure of how to create a custom plugin or add the code snippet to your site, read our documentation article.

What if I do not want members to be able to upgrade their memberships?

If you wish to disable membership upgrades, add the following code snippet to a custom plugin:

add_filter( 'rcp_can_upgrade_subscription', '__return_false' );

Membership Renew Date

When upgrading, the renewal date will also change and reflect based on the date you are upgrading. 

PayPal Standard Note

When using  PayPal Standard, it is required that you enter your PayPal API keys in Restrict > Settings > Payments in order for membership level upgrades to function properly.

Have more questions?

Submit a request