Setting/custom booking: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 272: | Line 272: | ||
WATERCRISIS | WATERCRISIS | ||
'''8. Parking''' | |||
PARKING_INCLUDED | |||
PARKING_POSSIBLE | |||
PARKING_PAID | |||
PARKING INCLUDED, PARKING POSSIBLE and PARKING PAID can include attributes. | |||
Add the attributes' values as a single line in "Custom" in {{#fas:cog}} (SETTINGS) > CHANNEL MANAGER > BOOKING.COM > SPECIFIC PROPERTY CONTENT. | |||
Use the context help {{#fas:question-circle}} for information. | |||
'''Parking Attributes:''' | |||
TYPE:<br> | |||
: • UNKNOWN_PARKING_TYPE<br> | |||
: • PARKING_GARAGE<br> | |||
: • PARKING_LOT<br> | |||
: • STREET_PARKING<br> | |||
LOCATION:<br> | |||
: • ON_SITE<br> | |||
: • NEARBY<br> | |||
ACCESS:<br> | |||
: • ONLY_GUESTS<br> | |||
: • GENERAL_PUBLIC<br> | |||
RESERVATION:<br> | |||
: • RESERVATION_NEEDED<br> | |||
: • RESERVATION_NOT_NEEDED<br> | |||
: • RESERVATION_NOT_POSSIBLE<br> | |||
NAME:<br> | |||
: • NAME=Your_text<br> | |||
FEE:<br> | |||
: • PARKINGFEE=xx.xx<br> | |||
: • PARKINGFEEHOURLY=xx.xx<br> | |||
: • PARKINGFEEDAILY=xx.xx<br> | |||
'''Example:''' | |||
<pre> | |||
PARKING_INCLUDED NAME=Parking_1 NEARBY ONLY_GUESTS RESERVATION_NEEDED | |||
</pre> | |||
'''Example:''' | |||
<pre> | |||
PARKING_PAID PARKINGFEEDAILY=16.99 NAME=THIS_CAR_PARK2b UNKNOWN_PARKING_TYPE NEARBY ONLY_GUESTS RESERVATION_NEEDED | |||
</pre> | |||
This will configure a Car Park where:<br> | |||
: • parking costs 16.99 per day<br> | |||
: • the name is "THIS CAR PARK2b"<br> | |||
: • indoor/outdoor type is not specified<br> | |||
: • it is located NEARBY<br> | |||
: • a reservation is required<br> | |||
<span style="color:#555;">{{#fas:info-circle}}</span> | |||
By default, Beds24 applies predefined parking attribute values when a parking facility is added via the Features box. | |||
You can change these defaults by adding specific parking attributes in the "Custom" in (SETTINGS) CHANNEL MANAGER > BOOKING.COM > SPECIFIC PROPERTY CONTENT. | |||
''' Parking Default Values ''' | |||
{| class="wikitable" style="width:100%;" | |||
! Parking Type | |||
! Parking Type / Kind | |||
! Location | |||
! Access | |||
! Reservation | |||
|- | |||
| PARKING_POSSIBLE | |||
| STREET_PARKING | |||
| NEARBY | |||
| GENERAL_PUBLIC | |||
| RESERVATION_NOT_POSSIBLE | |||
|- | |||
| PARKING_POSSIBLE | |||
| PARKING_LOT | |||
| NEARBY | |||
| GENERAL_PUBLIC | |||
| RESERVATION_NOT_POSSIBLE | |||
|- | |||
| PARKING_POSSIBLE | |||
| PARKING_GARAGE | |||
| ON_SITE | |||
| ONLY_GUESTS | |||
| RESERVATION_NEEDED | |||
|- | |||
| PARKING_PAID | |||
| — | |||
| NEARBY | |||
| ONLY_GUESTS | |||
| RESERVATION_NEEDED | |||
|- | |||
| PARKING_INCLUDED | |||
| — | |||
| ON_SITE | |||
| ONLY_GUESTS | |||
| RESERVATION_NOT_NEEDED | |||
|} | |||
|} | |||
PARKING_INDOOR | |||
PARKING_VALET | |||
PARKING_DISABLED | |||
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> If there is a fee for parking you need to add the fee in "Custom" in {{#fas:cog}} (SETTINGS) CHANNEL MANAGER > BOOKING.COM > SPECIFIC ROOM CONTENT. | |||
Use the context help<span style="color:#019cde;“ >{{#far:question-circle}} </span> for information | |||