Property files contain the property values that are used to display text, tables, graphics and other information in the Payment Service pages and Confirmation emails. Each field or element in the Payment Service pages and the Confirmation Emails has a 'property'.
For example, the property for the 'Title' field in the Payment page which displays the text: 'Secure Payment Page' is payServ.name. In the property file messages_en.properties, this is expressed as follows:
payServ.name=Secure Payment Page
Where:
payServ.name |
This is the name of the property that our payment service uses to specify the title text for the Payment Service pages. |
You cannot change the property name. |
Secure Payment page |
This is the value of that property. |
You can change the value of a property. |
The properties are contained in the following types of files:
File |
Description |
||
messages_*.properties |
This type of message file contains most of the text messages that appear on the Payment Service pages and Confirmation emails. Each of our supported languages has its own message files. The asterisk * in the name is a placeholder for the two-letter code of the language. For example, the English version is messages_en.properties (where * = "en"), and the French version is messages_fr.properties (where * = "fr"). For more information, please refer to The Message Properties Files. |
||
This file defines the colours and fonts used for the Payment Service pages. The settings within this file do not affect the actual text, they affect only the fonts and colours used for the text. So please do not enter text, or forms, or other fragments of html code into this file. When you make changes to colours, fonts, backgrounds, and so on, using the Payment Page editor, these changes are automatically updated within the display.properties file. You can also use this file to reference different images for use as buttons on the Payment Service pages.
|