WebSphere Commerce EnterpriseWebSphere Commerce Professional

Adding a preference page

You can set preferences in the IBM Sales Center user interface to make working with orders, customers, and stores easier. This page explains how to add a preference page.

About this task

To add a preference page:

Procedure

  1. Create a new plug-in to contain your customizations (in our examples, called 'extensions').
  2. In your plugin.xml file, define a new extension using the base Eclipse extension point: org.eclipse.ui.preferencePages to declare your preference page. Refer to the Eclipse platform documentation for information about defining a preference page using this extension point.