Template Variables: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
No edit summary |
||
| 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 | ||
;[LASTNIGHT] - last night booked | ;[LASTNIGHT] - last night booked | ||
;[LEAVINGDAY] - check-out day | ;[LEAVINGDAY] - check-out day | ||
;[NUMROOM] - the quantity of rooms booked (first room type only | ;[NUMROOM] - the quantity of rooms booked (first room type only) | ||
;[NUMROOMS] - the quantity of rooms booked (sum of all rooms and room types | ;[NUMROOMS] - the quantity of rooms booked (sum of all rooms and room types) | ||
;[NUMNIGHT] - number of nights | ;[NUMNIGHT] - number of nights | ||
;[NUMADULT] - number of adults | ;[NUMADULT] - number of adults | ||
;[NUMCHILD] - number of children | ;[NUMCHILD] - number of children | ||
;[NUMPEOPLE] - number of guests | ;[NUMPEOPLE] - number of guests | ||
;[RATEDESC] - name of the rate | ;[RATEDESC] - name of the rate | ||
;[PRICE] - Price | ;[PRICE] - Price | ||
;[AVPRICE] - Average Nightly Price | ;[AVPRICE] - Average Nightly Price | ||
;[GUESTNAME] - name to the guest | ;[GUESTNAME] - name to the guest | ||
;[GUESTFIRSTNAME] - firstname to the guest | ;[GUESTFIRSTNAME] - firstname to the guest | ||
;[GUESTFULLNAME] - lastname to the guest | ;[GUESTFULLNAME] - lastname to the guest | ||
;[GUESTEMAIL] - guests Email | ;[GUESTEMAIL] - guests Email | ||
;[GUESTPHONE] - guests phonenumber | ;[GUESTPHONE] - guests phonenumber | ||
;[GUESTADDRESS] - guests address | ;[GUESTADDRESS] - guests address | ||
;[GUESTPOSTCODE] - guests postcode | ;[GUESTPOSTCODE] - guests postcode | ||
;[GUESTCOUNTRY] - guests country | ;[GUESTCOUNTRY] - guests country | ||
;[GUESTMOBILE] - guests mobilenumber | ;[GUESTMOBILE] - guests mobilenumber | ||
;[GUESTFAX] - guests | ;[GUESTFAX] - guests faxnumber | ||
;[GUESTARRIVALTIME] - arrivaltime | ;[GUESTARRIVALTIME] - arrivaltime | ||
;[GUESTCOMMENTS] - comments in the booking | ;[GUESTCOMMENTS] - comments in the booking | ||
;[GUESTCUSTOMQ1] - answer to custom question | ;[GUESTCUSTOMQ1] - answer to custom question 1 | ||
;[GUESTCUSTOMQ2] - answer to custom question 2 / Antwort auf individuelle Frage 2 | ;[GUESTCUSTOMQ2] - answer to custom question 2 / Antwort auf individuelle Frage 2 | ||
;[GUESTCUSTOMQ3] - answer to custom question 3 / Antwort auf individuelle Frage 3 | ;[GUESTCUSTOMQ3] - answer to custom question 3 / Antwort auf individuelle Frage 3 | ||