Linux 软件免费装

Plugin Name

开发者 Tecnes Milano srl
更新时间 2024年8月10日 00:36
捐献地址: 去捐款
PHP版本: 7 及以上
WordPress版本: 5.8.1
版权: GPLv2 or later
版权网址: 版权信息

标签

reservation plugin booking plugin booking system reservation system online booking system channel manager internet reservation system hotel reservations Roomcloud booking engine distribution system

下载

2.0.9 2.0.25 2.0.6 2.0.10 2.0.2 2.0.21 2.0.23 2.0.24 2.0.8 1.3 2.0 2.0.1 2.0.5 2.0.7 2.0.12 2.0.13 2.0.14 2.0.22 2.0.11 2.0.16 2.0.17 2.0.18 2.0.19 2.0.20 2.0.3 2.0.4 2.1.15

详情介绍:

Use Roomcloud plugin to embed our Booking Engine form into your wordpress site. This allows your customers to make online reservations on the web site of your hotel. More info at http://www.roomcloud.net

安装:

  1. Upload roomcloud.php to the /wp-content/plugins/ directory
  2. Upload CSS and JS folders to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Depending on the Roomcloud Booking Engine version you use, prepare your shortcode string using one of the formats as described at https://apitest.roomcloud.net/wordpress and briefly listed below
  5. SE1 Horizontal Search Form: [roomcloud hotel='xyz']
  6. SE1 Multi Account Horizontal Search Form (for group of hotels): [roomcloud_multi hotel='xyz' multi_id='xxx;yyy' multi_desc='xxx_desc;yyy_desc']
  7. SE1 Vertical Search Form: [roomcloud_vertical hotel='xyz']
  8. SE1 iFrame: [roomcloud_iframe hotel='xyz']
  9. SE1 iFrame with resizer module: [roomcloud_iframeResizer hotel='xyz']
  10. SE2 Horizontal Search Form: [roomcloud_v2 hotel='xyz']
  11. SE2 Multi Account Horizontal Search Form (for group of hotels): [roomcloud_multi_v2 hotel='xyz' multi_id='xxx;yyy' multi_desc='xxx_desc;yyy_desc']
  12. SE2 Vertical Search Form: [roomcloud_vertical_v2 hotel='xyz']
  13. Place the roomcloud shortcode inside the page of your website using wordpress page editor.
  14. In case of internal page, place the roomcloud_iframe shortcode inside the page with specified page_id using wordpress page editor.

常见问题:

Do I need a Roomcloud account?

Yes. Please complete a signup https://www.roomcloud.net/en/signup/

I have logged into my account and configured it. What's next?

Take note of your unique hotel code from roomcloud extranet. Go to wordpress admin page and install Roomcloud plugin. Then add your shortcode using one of the formats reported abovein the page of the website where you want to show the booking form. That's all!

Where can I get more information about Roomcloud booking engine?

Goto http://www.roomcloud.net

Do I need to have jQuery?

Yes. If you haven't it add the parameter load_jquery='true' in the shortcodes

Where can I find a complete guide?

Please visit https://apitest.roomcloud.net/wordpress/

更新日志:

1.0 1.1 1.3 1.3.1 2.0 2.0.2 addess CSS and JS folders 2.0.3 added CSS and JS files 2.0.4 added parameter load_jquery 2.0.5 added litepicker support 2.0.6 fixed bug on vertical forms 2.0.7 updated Javascript fixed bug on plugin positioning 2.0.8 updated Javascript 2.0.9 updated Javascript 2.0.10 removed text from btn 2.0.11 added parameter hide_children (set hide_children=1 to hide children in search options) 2.0.12 added filter parameters property_id (to restrict the search results on a specific Property to use with multiProperties accounts) and room_type_id (to restrict the search results on a specific roomType) 2.0.13 added parameters showcrossed (to extend the search results to the hotels of the group), open_dropdowns_on_top (to open the dropdown menu over the search bar) 2.0.14 fixed bug on curr parameter for roomcloud_multi_v2 shortcode