Symptoms

We have configured upgrade from one service plan to many different. All of the options appear when you attempt to switch the plan from the providers control panel. but only limited amount (25) is shown when the customer tries to switch the plan from the customers control panel.

Cause

The issue is caused by the bug with id #PBA-63494 ("Only 25 plans are shown in switch plan wizard").

Resolution

Until the bug is fixed, a workaround below can be used:

  1. Create a customization file /usr/local/bm/customization/Subscription_ChangeMyPlanList.xml:

    <window id="Subscription_ChangeMyPlanList">
            <elements>
                    <table id="t1" drop_browse_controls="no" />
            </elements>
    </window>
    
  2. Restart www for changes to be applied:

    /etc/init.d/www restart

Internal content