Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Rezfusion Hub allows you to drop your channel script (compiled tag) into your website to show a quick search widget, full search, details page, and booking confirmation.

...

You can see your actual script in your Hub Channel, and Compile Tag.

...

Setting up the search page

First, let’s add Hub’s powerful search page to your website. Your website needs a page (url path) for the search to live. For this example we will use: /search

...

The id=”app” is what tells Rezfusion Hub that is where it should display your search experience. Only the ID changes, the script is always your compiled script for the channel in Hub.

...

Setting up the details page

This is very similar to the search page with a few differences. Your website needs a page (url path) for the property details to live. For this example we will use: /vacation_rentals

...

The id=”detail-page” is what tells Rezfusion Hub that is where it should display a property details page. Only the ID changes, the script is always your compiled script for the channel in Hub.

...

Adding a quick search widget to your homepage

With Hub, you can add your channel’s quick search widget to any page. In this example, we will add it to our homepage.

...

Code Block
<style>.quick-search * {box-sizing:border-box}</style>

...

Adding a booking confirmation to your website

Following the exact same steps from details page section above by only changing “details-page” to “booking-confirmation” will allow your website to show guests a booking confirmation.

...

This guide is not intended to be a full setup instruction, it is intended to be a high-level overview of the process to add a fully setup Hub booking engine to your website. We built a real demo site on Squarespace: rezfusionhubdemo. com