Difference between revisions of "Template Variables"
Line 6: | Line 6: | ||
==Template Variables== | ==Template Variables== | ||
− | [PROPERTYNAME] - property name | + | '''[PROPERTYNAME]''' - property name |
− | [ROOMNAME] - room name | + | '''[ROOMNAME]''' - room name |
− | [ROOMNAMES] - a comma separated list of all room types booked | + | '''[ROOMNAMES]''' - a comma separated list of all room types booked |
− | [REFERENCENUMBER] - booking reference | + | '''[REFERENCENUMBER]''' - booking reference |
− | [FIRSTNIGHT] - first night booked | + | '''[FIRSTNIGHT]''' - first night booked |
− | [FIRSTNIGHT:+1day] - offset from first night | + | '''[FIRSTNIGHT:+1day]''' - offset from first night |
'''[LASTNIGHT]''' - last night booked | '''[LASTNIGHT]''' - last night booked | ||
− | + | '''[LASTNIGHT:+1day]''' - offset from last night | |
− | + | ||
− | + | '''[LEAVINGDAY]''' - check-out day | |
− | + | ||
− | + | [LEAVINGDAY:+1day] - offset from check-out | |
− | + | ||
− | + | '''[NUMROOM]''' - the quantity of rooms booked (first room type only) | |
− | + | ||
− | + | '''[NUMROOMS]''' - the quantity of rooms booked (sum of all rooms and room types) | |
− | + | ||
− | + | '''[NUMNIGHT]''' - number of nights | |
− | + | ||
− | + | '''[NUMADULT]''' - number of adults | |
− | + | ||
− | + | '''[NUMCHILD]''' - number of children | |
− | + | ||
− | + | '''[NUMPEOPLE]''' - number of guests | |
− | + | ||
− | + | '''[RATEDESC]''' - name of the rate | |
− | + | ||
− | + | '''[PRICE]''' - Price | |
− | + | ||
− | + | '''[AVPRICE]''' - Average Nightly Price | |
− | + | ||
− | + | '''[GUESTNAME]''' - name to the guest | |
− | + | ||
− | + | '''[GUESTFIRSTNAME]''' - firstname to the guest | |
− | + | ||
− | + | '''[GUESTFULLNAME]''' - lastname to the guest | |
− | + | ||
− | + | '''[GUESTEMAIL]''' - guests Email | |
− | + | ||
− | + | '''[GUESTPHONE]''' - guests phonenumber | |
− | + | ||
− | + | '''[GUESTADDRESS]''' - guests address | |
− | + | ||
− | + | '''[GUESTPOSTCODE]''' - guests postcode | |
− | + | ||
− | + | '''[GUESTCOUNTRY]''' - guests country | |
− | + | ''' | |
− | + | [GUESTMOBILE]''' - guests mobilenumber | |
− | + | ||
− | + | '''[GUESTFAX]''' - guests faxnumber | |
− | + | ||
+ | '''[GUESTARRIVALTIME]''' - arrivaltime | ||
+ | |||
+ | '''[GUESTCOMMENTS]''' - comments in the booking | ||
+ | |||
+ | '''[GUESTCUSTOMQ1]''' - answer to custom question 1 | ||
+ | |||
+ | '''[GUESTCUSTOMQ2]''' - answer to custom question 2 | ||
+ | |||
+ | '''[GUESTCUSTOMQ3]''' - answer to custom question 3 | ||
+ | |||
+ | '''[GUESTCUSTOMQ4]''' - answer to custom question 4 | ||
+ | |||
+ | '''[REFERRER]''' - Referrer | ||
+ | |||
+ | '''[ORIGINALREFERRER]''' - Originalreferrer | ||
+ | |||
+ | '''[APIREF]''' - the booking number at the originating channel | ||
+ | |||
+ | '''[NOTES]''' - notes | ||
+ | |||
+ | '''[MESSAGE]''' - the content of the booking message field | ||
+ | |||
+ | '''[REFERENCE]''' - content of the booking reference field | ||
+ | |||
+ | '''[INVOICEBALANCE]''' - invoice balance | ||
+ | |||
+ | '''[INVOICETABLE]''' - invoice table | ||
+ | |||
+ | '''[STATUS]''' - status of booking | ||
+ | |||
+ | '''[FLAG]''' - Flag / Buchungshighlight | ||
+ | |||
+ | '''[CANCELURL]''' - URL to view and cancel bookings | ||
+ | |||
+ | '''[CURRENTDATE]''' - current date | ||
+ | |||
+ | '''[CURRENTDATE:+1day]''' - offset from current date | ||
+ | |||
+ | '''[CURRENTTIME]''' - current time | ||
+ | |||
+ | '''[BOOKINGDATE]''' - booking date | ||
+ | |||
+ | '''[BOOKINGDATE:+1day]''' - offset from booking date |
Revision as of 18:16, 28 October 2013
Below is a List of Template Variables.
These variables (short codes) will be replaced by the relevant information from each booking. They can be used in every text settings that allows their use . Copy them exactly as shown, including the square brackets and upper case.
Template Variables
[PROPERTYNAME] - property name
[ROOMNAME] - room name
[ROOMNAMES] - a comma separated list of all room types booked
[REFERENCENUMBER] - booking reference
[FIRSTNIGHT] - first night booked
[FIRSTNIGHT:+1day] - offset from first night
[LASTNIGHT] - last night booked
[LASTNIGHT:+1day] - offset from last night
[LEAVINGDAY] - check-out day
[LEAVINGDAY:+1day] - offset from check-out
[NUMROOM] - the quantity of rooms booked (first room type only)
[NUMROOMS] - the quantity of rooms booked (sum of all rooms and room types)
[NUMNIGHT] - number of nights
[NUMADULT] - number of adults
[NUMCHILD] - number of children
[NUMPEOPLE] - number of guests
[RATEDESC] - name of the rate
[PRICE] - Price
[AVPRICE] - Average Nightly Price
[GUESTNAME] - name to the guest
[GUESTFIRSTNAME] - firstname to the guest
[GUESTFULLNAME] - lastname to the guest
[GUESTEMAIL] - guests Email
[GUESTPHONE] - guests phonenumber
[GUESTADDRESS] - guests address
[GUESTPOSTCODE] - guests postcode
[GUESTCOUNTRY] - guests country [GUESTMOBILE] - guests mobilenumber
[GUESTFAX] - guests faxnumber
[GUESTARRIVALTIME] - arrivaltime
[GUESTCOMMENTS] - comments in the booking
[GUESTCUSTOMQ1] - answer to custom question 1
[GUESTCUSTOMQ2] - answer to custom question 2
[GUESTCUSTOMQ3] - answer to custom question 3
[GUESTCUSTOMQ4] - answer to custom question 4
[REFERRER] - Referrer
[ORIGINALREFERRER] - Originalreferrer
[APIREF] - the booking number at the originating channel
[NOTES] - notes
[MESSAGE] - the content of the booking message field
[REFERENCE] - content of the booking reference field
[INVOICEBALANCE] - invoice balance
[INVOICETABLE] - invoice table
[STATUS] - status of booking
[FLAG] - Flag / Buchungshighlight
[CANCELURL] - URL to view and cancel bookings
[CURRENTDATE] - current date
[CURRENTDATE:+1day] - offset from current date
[CURRENTTIME] - current time
[BOOKINGDATE] - booking date
[BOOKINGDATE:+1day] - offset from booking date