The RESnWEB online booking system and its modules can be accessed directly by guests via an external URL.
You can pass data to the booking system using GET parameters in the URL.
Booking Interface URL
The URL for the booking interface of the accommodation is:
The basedir is the unique identifier of the accommodation. You can request it from our customer service or find it in the Hotel Information / General Information menu under the Hotel Settings section in our admin interface.
Booking button recommendations
We recommend displaying the text “Price Calculation & Booking” on the button.
The button should be placed on all relevant subpages to ensure easy access for guests. Suggested subpages include: Home, Hotel introduction, Room types, Gallery, Contact
To assist you further, we have compiled additional tips for increasing direct bookings. Click the button below to explore them.
Parameterising the online booking system
In some cases, a guest may need to access the booking interface with predefined parameters (e.g., dates selected via the date picker on the accommodation’s website). This can be achieved by constructing the URL accordingly.
When using an external page, the URL of the accommodation’s interface must be supplemented with GET parameters (RNW tag).
• The first parameter should follow the / character in the URL of the interface.
• Multiple parameters are listed and separated using the ; character.
Example:
https://nethotelbooking.net/hotels/DEMO/lang=hu;arrive=2023-09-21;departure=2023-09-26;roomrepls=2,1,3:2;ca_currency=EUR;noredir=true
Parameters you can enter
Parameters | Description | Example |
arrive | date of arrival | 2020-01-01 |
departure | date of departure | 2020-01-02 |
roomrepls | number of guests * | 2,1,3:2,2,6,5 |
noredir | disable redirection | false |
code | promotional code | e.g.: returning guest |
ca_currency | currency ISO code (3 characters, upper case) | HUF |
lang | booking interface language ISO code (2 characters) |
|
* The number of guests is structured ad follows:
Date picker settings
1. The guest should not be able to manually enter the date, but should be able to use the buttons
a) should be marked with Arrival and Departure, or
b) by default, the day of arrival should be the same day and the day of departure the next day or the third day.
2. Display the calendar by clicking on any area of the button.
3. It is important that only future dates can be selected, so past dates must be disabled in the calendar.