Setting/customroom booking: Difference between revisions

Jump to navigation Jump to search
No edit summary
Lesley (talk | contribs)
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>
:&nbsp;• TYPE_PRIVATE<br>
:&nbsp;• TYPE_SHARED<br>
LOCATION:<br>
:&nbsp;• LOCATION_ENSUITE<br>
:&nbsp;• LOCATION_NEXT_DOOR<br>
:&nbsp;• LOCATION_DOWN_THE_HALL<br>
:&nbsp;• LOCATION_IN_THE_HALLWAY<br>
:&nbsp;• LOCATION_OPPOSITE_THE_ROOM<br>
:&nbsp;• LOCATION_OTHER<br>
:&nbsp;• LOCATION_INSIDE_THE_UNIT<br>
GENDER (hostels):<br>
:&nbsp;• GENDER_MIXED<br>
:&nbsp;• GENDER_MALE<br>
:&nbsp;• 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.