Adding a third line to the Client Lookup panel

Retailers can add a third line of text to the Client Lookup Panel on the POS application. For example, the member information can display the monetary rewards balance and the phone number. The phone number can be masked if required.

This task uses the following files.

File nameFolder

Control.Config.xml

UiManager.Config.sample.xml

UiManager.Config.xml

%PROGRAMFILES(X86)%\NCR\AdvancedStore\POS\HtmlPsxClient\config

To add a third line in the Client Lookup panel, follow these steps:

  1. Ensure that the POS application has not been started.
  2. Open the Control.Config.xml file.
  3. Locate the Customer Info control type.

  4. Change the value of the following lines to "true":

    <Property name="DisplayLine2Text" value="true"/>

    <Property name="DisplayLine3Text" value="true"/>

  5. Save the file.
  6. Start the POS application and verify that the changes have been applied. In this example, the Client Lookup panel displays the phone number and the rewards balance.