Planyo is a flexible online reservation/booking system for hotels, holiday apartments, B&B, boat rentals etc.
If you would like to use the Planyo system, you need to have a Planyo account first. You can create one by
signing up. All accounts are free and with no obligation for the first 30 days so you can thoroughly test the system!
After signing up, create your Planyo site. On the
help page you will find many materials,
including video tutorials, that will guide you through the process of creating an online reservation site and adding rooms,
boats and other types of resources.
Download the Drupal 6 module here
Download the Drupal 7 module here
Sign up
Pricing information
The Planyo module
This module allows you to embed the Planyo reservation form on your web site.
This way, your clients will stay on your web site throughout the whole reservation process.
You can find more information about the integration process at your Planyo account. Once logged in, go to the
Settings
section and choose the
Integrate with your site button at the bottom of the page.
Note: if you don't mind that your clients will be redirected to planyo.com to make a reservation,
you don't need to use this extension at all.
First download the Drupal module (for
Drupal 6 or for
Drupal 7). Unpack all files to the
planyo directory directly inside the
modules directory (make sure the directory has read permissions for all users). Then go to
Administer / Site building / Modules, enable the Planyo module and save the configuration.


Another option you may want to change is Path to the planyo module page. This will determine whether Planyo should create a new drupal page and show the module content as the page's only content or if you prefer (when you type <block>) not to have the module create any pages and embed the module explicitly on the selected pages by using drupal blocks. If you leave the default value of planyo, you'll be able to access the planyo content by going to /planyo or ?q=planyo (depending on your drupal settings). Independently of the value chosen here you can use a number of planyo blocks on your drupal pages (the option Number of blocks to be created determines the number of blocks which can be used).
Each one of the blocks can display a different planyo mode, e.g. one can display the default mode (for example search) and other blocks can display upcoming availability, resource list or details etc. To embed the blocks on your pages, go to Structure / Blocks, find the planyo blocks (named by default Reservation 1..3) and change the region dropdown from None to the desired region, then click Configure next to the block.

The planyo module will by default display the content defined by the default module settings. Normally this will be the list of all available resources, upcoming resource availability, or the search box. Still, the same module will be used to display a number of other content types, for example the reservation form, email verification, reservation of additional products etc. The active mode can be controlled by module's attribute string, by a widget connected to the plugin (such as a small search box, google map, calendar preview etc.) or directly by URL parameters.
Here, in block's configuration settings, the
Attribute string setting can be used to override the default Planyo settings chosen in the module's configuration
(more in Q167).