1. What is a Booking Widget?
The booking widget will be, as the ticketshop, integrated in your website via iFrame and the check-out via lightbox. Its configuration is located in your Regiondo account:
Shop Configuration > Website Integration > Booking widget
2. What settings can I choose for the booking widget?
- Settings - iFrame width: Fill in the desired width of the iFrame in pixels. (standard: 338, but adjustable to the website and the option between iFrame or Lightbox for the check-out process. The lightbox is set as default.
- Cart button: If you activate this function, the customer has the possibility to use a shopping cart in your shop. The customer can add products to his shopping cart and keep shopping without being redirected to the payment process. If you decided on the shopping cart, you can adapt it visually to your shop.
Moreover, nowadays it is essential for customers to have the option to compare. With a shopping cart, they will be able to do so and shopping in your shop will be more pleasant for your future customers.
- Select Product: Select the offer you want to set up the booking process as widget for.
Your HTML Code: Under you can preview your Booking widget.
Copy the whole code and insert it in the desired spot into your website's source code, or create an HTML element where you can embed the code to integrate the widget.
data-disable-loading-animation="1"
For example:
<iframe id="regiondo-booking-widget" data-width="340px" style="border:0;background:transparent;" data-disable-loading-animation="1"></iframe>
https://yoursubdomain.regiondo.com/bookingwidget/vendor/XXXX/id/ZZZZ
ZZZZ ist the Product ID
Further possible URL's parameters:
- Highlight ticket tab
https://yoursubdomain.regiondo.com/bookingwidget/vendor/XXXX/id/ZZZZ/type/ticket
- Highlight voucher tab
https://yoursubdomain.regiondo.com/bookingwidget/vendor/XXXX/id/ZZZZ/type/gift
- Preselect date
https://yoursubdomain.regiondo.com/bookingwidget/vendor/XXXX/id/ZZZZ/type/ticket/date/YYYY-MM-DD
- Preselect date and time
https://yoursubdomain.regiondo.com/bookingwidget/vendor/XXXX/id/ZZZZ/type/ticket/date/YYYY-MM-DD/time/HH-MM
- Add the affiliate tracking parameter
https://yoursubdomain.regiondo.com/bookingwidget/vendor/XXXX/id/ZZZZ/type/ticket?subid=123456
3. Customer's view
The operator "Kavaliersreisen" already provides a detailed description of his offers on his website. The booking procedure will be processed through the Regiondo Booking Widget.
4. Example of a shop with a booking widget and the shopping cart function