# Comment lines begin with #
# The header is separated from the message body by the following line: @@@




# HEADER DESCRIPTION
#
# If a form field is required (it must be filled in by the customer) put a "*" before the field definition.
# The form field definition looks like this:
#
#	{Language Constant}={Field Type}
#
# The language constant defines the form field's label.
# It must be defined in the relevant language files in the /languages/ directory.
# These are the /languages/xx-XX/xx-XX.com_mailorder.ini files.
#
# The possible field types are as follows:
#	text 			- defines an input type="text" form field
#	textarea 		- defines a textarea form field
#	select:{options}	- defines a select form field. {options} is a coma separated list of language constants representing the select's options
#       checkbox
#       radio
#
#
#       Special Fields:
#       TBI                     - shows a TBI credit schemes. Note that you can configure TBI options from ini file.
#       
#
#	Field Type = select example:
#
#	MO_SELECT_CURRENCY=select:MO_EUR,MO_USD,MO_JPY,MO_CHF
#
#
#       Field Type = checkbox example:
#
#	TERMS=checkbox:accept
#
#	The definition above defines a drop down list with label MO_SELECT_CURRENCY and possible options MO_EUR, MO_USD, MO_JPY and MO_CHF.
#	All these language constants must be defined in the language files: MO_SELECT_CURRENCY, MO_EUR, MO_USD, MO_JPY and MO_CHF!




# MESSAGE BODY DESCRIPTION
#
# On mail order submit the language constants, defined in the header and used in the message body, will be replaced by the relevant user submitted data.
# The resulting e-mail body will be sent to the desired e-mail, set up in the MailOrder's settings. There are two special tags which are always available, regardless of the template:
#
#	{TITLE} 	- this tag will be replaced with the entity title;
#	{LINK} 		- this tag will be replaced with the link to the page, from which the entity has been ordered.
#
# Please note that the blank lines in the message body are NOT ignored!


#*********************************************************#
#********************  Header START  *********************#
#*********************************************************#

TBI_LABEL=TBI:icon_image=/images/mailorder/tbi_icon.png, head_background_color=#D5D5D5, zebra_dark_background_color=#F9851E, monthly_escalation=1.5, downpayment=0, initially_selected_payment_plan=12,payment_plans_for_n_months=6|9|12|15|18|24|30|36
*TBI_YOUR_FULL_NAME=text
*TBI_EGN=text
*TBI_CONTACT_PHONE=text
TBI_ADDITIONAL_PHONE=text
*TBI_YOUR_EMAIL=text
*TBI_ADDRESS_BY_CARD=text
*TBI_DELIVERY_ADDRESS=textarea
TBI_ADDITIONAL_INFO=textarea
*TBI_CONFIRM=checkbox:accept

#*********************************************************#
#*********************  Header END ***********************#
#*********************************************************#

#*********************************************************#
#**************  Message body delimiter ******************#
#*********************************************************#
@@@
#*********************************************************#
#*****************  Message body START  ******************#
#*********************************************************#
An item has been ordered!
Title: {TITLE}
Link: {LINK}
Full Name: TBI_YOUR_FULL_NAME

Client details:
Name: TBI_YOUR_FULL_NAME
UCC: TBI_EGN
E-mail: TBI_YOUR_EMAIL
Phone: TBI_CONTACT_PHONE
Additional Phone: TBI_ADDITIONAL_PHONE
Address by ID card: 
TBI_ADDRESS_BY_CARD
Delivery Address:
TBI_DELIVERY_ADDRESS
Additional Info:
TBI_ADDITIONAL_INFO
Confirmed: TBI_CONFIRM

TBI INFO:

#*********************************************************#
#*****************  Message body END  ********************#
#*********************************************************#