Functional description
Difficulty level:
General variables
The variables below are 'General' variables for use in templates.
Variable | Description | Example |
---|---|---|
{DATE_CURRENT} | Current date, in standard date format | June 12, 2013 |
{TIME_CURRENT} | Current time, in standard time format | 10:00 |
{SITE_URL} | The base URL of the current environment. | https://demo.i-reserve.com/ |
{COMPANYNAME} | Company name, from general settings. Not to be confused with the customer’s company name. | DEMO environment |
{WELCOME_MSG} | Welcome text, from general settings. | Dear customer, |
{EMAIL_SIG} | Email signature, from general settings. | Kind regards, DEMO environment |
{!PAGEBREAK!} |
Only applicable for PDFs. Ensures that all content after this tag is printed on the next page. |
|
{S_DETAIL} | A control variable to indicate whether the price field is populated | True / False |
{S_COMBIDETAIL} | A control variable to indicate whether the arrangements table is populated | |
{S_ADDITIONALDETAIL} | A control variable to indicate whether the recurring reservations table is populated | |
{S_PARTICIPANTS} | A control variable to indicate whether the participants table is populated | |
{S_OPTIONS} | A control variable to indicate whether the options table is populated | |
{S_PAYMENTS} | A control variable to indicate whether the payments table is populated | |
{S_QUESTIONS} | A control variable to indicate whether the questions table is populated |