Tutorials > Sales Center > Add an editable column to the Order Items table by creating a new widget manager
Point to the new widget definition
In the previous step, you created a customized version of the Order Items table. In this step, you create a file that indicates that the custom definition should be used instead of the default definition.
To create the file:
- In the Package Explorer view, right-click the com.example.commerce.telesales.myNewPracticePlugin 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 orderItemPageTableDefinition.default, the IBM Sales Center should display the com.example.commerce.telesales.myNewPracticePlugin.customizedItemTable that is defined in the plug-in:
com.ibm.commerce.telesales.ui.impl.orderItemPageTableDefinition.default=com.example.commerce.telesales.myNewPracticePlugin.customizedItemTable.
- Save and close the file.