• Resolved mrteasdale1

    (@mrteasdale1)


    Hi,

    Great plugin! However, I wonder, Is it possible to reorder the subscription plans on the registration form? I would like to move more valuable plans’ radio buttons to the top (close to the input boxes) and be selected by default (like a tiered system). At the moment, it just adds the new plans to the top of the list (I assume ordering descending by ID number) so my plans are now not in the correct order.

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Madalina Ruzsa

    (@madalinaruzsa)

    Hi @mrteasdale1,

    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.

    Here is the documentation if you want to read more about it.

    Thread Starter mrteasdale1

    (@mrteasdale1)

    thanks! that worked perfectly

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change order of subscription plans on registration’ is closed to new replies.