Changing the order of Management Center menu items

Use the Management Center menu to open any of the tools, open the Preferences dialog, access getting started information, or open the WebSphere Commerce Accelerator. You can change the order of these menu options.

Procedure

  1. Open WebSphere Commerce Developer and switch to the Enterprise Explorer view.
  2. Complete one of the following steps:
    • WebSphere Commerce Version 7.0.0.0Feature Pack 1In the Enterprise Explorer view, expand LOBTools > WebContent > WEB-INF > src > lzx > commerce > shell
    • Introduced in Feature Pack 2In the Enterprise Explorer view, expand LOBTools > WebContent > config > commerce > shell
  3. Open one of the following files:
    OptionDescription
    WebSphere Commerce Version 7.0.0.0Feature Pack 1ApplicationMenuItems.lzx WebSphere Commerce Version 7.0.0.0Feature Pack 1The wcfApplicationMenuItems class defines all the Management Center menu options. Change the order of the elements within wcfApplicationMenuItems as desired. For example, if you work mostly with Marketing, move the Marketing menu option and icon as the first menu option.
    Introduced in Feature Pack 2ApplicationMenuItems.def Introduced in Feature Pack 2The wcfApplicationMenuItems definition defines all the Management Center menu options. Change the order of the elements within wcfApplicationMenuItems as desired. For example, if you work mostly with Marketing, move the Marketing menu item as the first menu item.

What to do next

After you complete your customization:
Version Steps
  1. Right-click LOBTools Project; then click Build OpenLaszlo Project to produce an updated ManagementCenter.swf file under the workspace_dir\LOBTools\WebContent directory. This setting is the default environment setting.
  2. Test your changes by viewing them in the Management Center, using this URL: https://hostname:8000/lobtools.
  3. Deploy your changes to your production environment.
Introduced in Feature Pack 2
  1. Test your changes by viewing them in the Management Center, using this URL: https://hostname:8000/lobtools.
  2. Deploy your changes to your production environment.