Setting/customroom booking: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
This will send AB01244 as permit ID for this room to this channel instead of the one defined per property. | This will send AB01244 as permit ID for this room to this channel instead of the one defined per property. | ||
Additional bathroom features you can add these manually: Go to {{#fas:cog}} (SETTINGS) CHANNEL MANAGER > BOOKING.COM > CONTENT > SPECIFIC ROOM CONTENT | |||
and paste the value into the Custom field. | |||
PRIVATE_BATHROOM | |||
SHARED_BATHROOM | |||
Bathroom can include attributes. | |||
Add the attributes' values as a single line in "Custom" in {{#fas:cog}} (SETTINGS) > CHANNEL MANAGER > BOOKING.COM > SPECIFIC ROOM CONTENT. | |||
Use the context help {{#fas:question-circle}} for information. | |||
'''Bathroom Attributes:''' | |||
TYPE:<br> | |||
: • TYPE_PRIVATE<br> | |||
: • TYPE_SHARED<br> | |||
LOCATION:<br> | |||
: • LOCATION_ENSUITE<br> | |||
: • LOCATION_NEXT_DOOR<br> | |||
: • LOCATION_DOWN_THE_HALL<br> | |||
: • LOCATION_IN_THE_HALLWAY<br> | |||
: • LOCATION_OPPOSITE_THE_ROOM<br> | |||
: • LOCATION_OTHER<br> | |||
: • LOCATION_INSIDE_THE_UNIT<br> | |||
GENDER (hostels):<br> | |||
: • GENDER_MIXED<br> | |||
: • GENDER_MALE<br> | |||
: • GENDER_FEMALE<br> | |||
'''Example:''' | |||
<pre> | |||
BATHROOM TYPE_PRIVATE LOCATION_ENSUITE GENDER_MIXED | |||
</pre> | |||
'''Validation (Booking.com):''' | |||
* Hotels: bathrooms count 0–20 | |||
* Homes: bathrooms count 0–20; location optional (allowed values depend on unit_type) | |||
* Hostels: | |||
** 0–1 private, 0–5 shared | |||
** Shared bathrooms require GENDER | |||
** Must include at least one of SHOWER, TOILET, SINK, BATH | |||
** Valid locations: ENSUITE | NEXT_DOOR | DOWN_THE_HALL | OPPOSITE_THE_ROOM | IN_THE_HALLWAY | OTHER | |||
For Homes & Hostels, multiple bathrooms can be specified: one bathroom per line. | |||