Tutorials > Sales Center > Add a new search option in the IBM Sales Center
Point to the new search option implementation
In the previous step, you created a customized version of the Search option list. In this step, we will create a file that indicates that the implementation should be used instead of the default.
To create the file:
Procedure
- In the Package Explorer view, right-click the myNewExtensionsPlugin project and select New > Folder.
- In the Folder name field, enter config, and click Finish.
- Right-click the config folder and select New > File.
- In the File name field, enter config.ini, and click Finish. The config.ini file opens for editing.
- Add the following line to the config.ini file to indicate that instead of using the default findProductQuickStackDefinition, the IBM Sales Center should display the findProductQuickStackDefinition in the plug-in: com.ibm.commerce.telesales.ui.impl.findProductQuickStackDefinition=myNewExtensionsPlugin.findProductQuickStackDefinition
- Save and close the config.ini file.
You can now see the changes in the IBM Sales Center user interface. To see the changes:
- Ensure the WebSphere Commerce Server is running.
- Open the IBM Sales Center from within the development environment.
- Click Open > Sales Center - Order Management.
- Click File > Logon. Enter the user id and password and click Logon.
- Click Store > Select. In the Store name field, enter the store name. For example, if you use the default consumer direct store, the store name is ConsumerDirect. Click Find.
- Select the store name from the search results and click OK.
- Click Product > Find
- In the Select option list, ensure that Manufacturer Part Number displays as a search option as the following screen capture: