Hello @pozzz,
You can use the shortcode parameter subscription_plans="1,2" where you will need to replace the 1 and the 2 with the Subscription Plan IDs of the plans you would like to show on your PMS Registration Page. You can read more about this feature here: https://www.cozmoslabs.com/docs/paid-member-subscriptions/shortcodes/#Choose_which_subscription_plans_to_show
Alternatively there is also a shortcode parameter that will hide the specified subscription plans ( exclude="3,4" ). You can read more about this one here: https://www.cozmoslabs.com/docs/paid-member-subscriptions/shortcodes/#Exclude_subscription_plans_from_showing
I would also like to mention that disabling Subscription Plans in at Paid Member Subscriptions -> Subscription Plans will not affect users that have already purchased the memberships.
Thread Starter
pozzz
(@pozzz)
Thank you for you reply @thomaswild
I already used the include/exlude shortcode, but in many pages the plans still visibile. For eg. in change/abandon urls such ?pms-action=change_subscription
Most interesting maybe is:
mention that disabling Subscription Plans in at Paid Member Subscriptions -> Subscription Plans will not affect users that have already purchased the memberships.
You mean that if i disable a subscription plan, upon next renewal, users that have previosuly activated that plan still can use/pay for it?
Hello @pozzz,
Yes, as long as users don’t abandon their subscription plan, they will be able to renew it. It is worth mentioning however that the disabled plans will not be available to purchase anymore and they will not be selectable in the Content Restriction Meta box.
Thread Starter
pozzz
(@pozzz)
Thank you @thomaswild for the clarification!