Table of Contents | ||
---|---|---|
|
...
Esta guía se adentra en como crear el widget, detallando los servicios y campos que debe contar para poder armar la herramienta y lograr realizar las búsquedas a desplegarse luego en la siguiente spa, según el flujo seleccionado.
La pantalla de booking, es configurable, ya que en esta convergen distintos flujos, listados a continuación:
Seach Search flight: Dedicado únicamente para la búsqueda de vuelos y generado de reservas.
...
Code Block |
---|
let nextUrl = session.flow[1].url window.location.href = `${mainUrl}${nextUrl}?session_id=${session.session_key}` |
...
ENGLISH VERSION
Introduction and Concepts
Througout this guide, users will be able to create their own widgets to embed in the web sites and from it, access via parameters to the E-COMMERCE booking functionalities.
This document ia guide for the web developer, which explains how to obtain and connect the developed Widget with the booking engine.
This guide delves into how to create the Widget, detailing the services and fields that must be considered in order to build the tool and achieve the searches to be displayed later in the next spa, according to the selected flow.
The booking screen, is configurable, since different flows converge there, as listed below:
Search flight: Used only for flights searching and bookings generation.
Manage my booking: Used to recall the booking previously generated from ecommerce, search flight, or any other method, to check its status and make changes on it.
Web checkin: Dedicated to the managing the checkin on a booking that is about to the starts the trip
Otros formularios embebidos: Servicios foráneos, como reservas de hoteles, alquiler de autos, etc.
Para habilitar esta opción, se necesita enrolar la aplicación en cuestión al listado de aplicaciones pertenecientes al cliente.