User Defined Catalog Configurations
SCA Application is updated to provide a user defined catalog for GUI and Printer for the Merchant. Merchant can override the messages in catalog by configuring these messages in the given configuration files. By default, the application will provide the messages and titles along with HTMLs in the solution. If the above configuration files are provided then priority will be given to the entries in the configuration file over the default messages.
These files are provided for all three languages. If the format is not correct as defined by the solution, then application will reject the file. Configuration file contains key value pairs which can be updated into the catalog files. Following are the configuration file names:
- For UI: UIUpdateCtlg.INI
- For Print: PRTUpdateCtlg.INI
Catalog Entries in Transaction Flow
Fields | Description | Default Value |
---|---|---|
WelcomeMessage | Displays message on idle screen. | Welcome |
tap1swipe1insert1 | Displays message on card read screen. | Insert, Tap or Swipe |
LINE_ITEM_DISPLAY | Title for line item screen. | Line Items |
SALE | Transaction name | Sale |
AUTHORIZING | Displays message when the terminal is communicating with the host. | Authorizing |
DECLINED | Final transaction status message if the transaction is declined from the host. | DECLINED |
APPROVED | Final transaction status message if the transaction is approved by the host. | APPROVED |
COMMERROR | Final transaction status message, if the terminal does not have internet connectivity and transaction is not eligible for SAF. | COMM ERROR |
ENTER_CASHBACK | Displays Enter Cashback message. | Enter Cashback |
ENTERPIN | Displays Enter PIN message. | Enter PIN |
Format of UIUpdateCTLG.ini and PRTUpdateCTLG.ini
[en]
WelcomeMessage=Term Welcome
tap1swipe1insert1= Term Insert, Tap or Swipe
LINE_ITEM_DISPLAY= Term Line Items
SALE= Term Sale
AUTHORIZING= Term Authorizing
DECLINED=TERM DECLINED
APPROVED=TERM APPROVED
PROCESSING_VHQ_UPDATE=Processing VHQ Updates.....for TERM
COMMERROR=COMMUNI ERROR
[es]
LINE_ITEM_DISPLAY= TERM Items de MCD
WelcomeMessage=TERM WELCOME
EARLY_CARDCAPTURE_MSG1=Thank You, Mr.Cardholder
EARLY_CARDCAPTURE_MSG2=TERM Waiting for order to be completed
PROCESSING_VHQ_UPDATE=Processing VHQ Updates.....for TERM
COMMERROR=COMMUNI ERROR
[fr]
LINE_ITEM_DISPLAY= P400 MCD de Item
WelcomeMessage=P400 WELCOME
EARLY_CARDCAPTURE_MSG1=Thank You, Mr.Cardholder
EARLY_CARDCAPTURE_MSG2=P400 Waiting for order to be completed
PROCESSING_VHQ_UPDATE=Processing VHQ Updates.....for P400
COMMERROR=COMMUNI ERROR
Triggering VHQ Downloads through Application
- User can navigate to Configuration Menu and select Call TMS button that will contact VHR server for downloads.
- Once it is downloaded, it will get installed on the device too.