• Resolved cjmclean

    (@cjmclean)


    I have 3 plans – Free, Paid Subscription Quarterly and Paid Subscription Annually. I would like them to show in that order on the registration page. However, the order is currently showing as follows:

    Paid Subscription Quarterly, Free, Paid Subscription Annually

    How to I change the order of the plans?

Viewing 1 replies (of 1 total)
  • Plugin Support madalinaruzsa

    (@madalinaruzsa)

    Hi @cjmclean,

    To order the subscription plans in the front-end, you need to add the subscription_plans parameter inside of the [pms-register] shortcode like in the following example:

    [pms-register subscription_plans=”IDplan1, IDplan2, IDplan3, IDplan4″]

    Inside the subscription_plans=” ” parameter you can introduce all the IDs of your subscription plans in the order you want them to be displayed in the front-end.

    You can get the subscription plan ID from your Dashboard -> Paid Member Subscriptions-> Subscription Plans -> ID column.

    For more information please visit the following page: https://www.cozmoslabs.com/docs/paid-member-subscriptions/shortcodes/#Choose_which_subscription_plans_to_show

Viewing 1 replies (of 1 total)
  • The topic ‘Change order of Subscription plans on registration page’ is closed to new replies.