Itinerary

In the Blend application, both activities and packages have the capability to incorporate an itinerary. This feature serves to provide end-users with a comprehensive overview of what to anticipate during their trip, including specific timing details. Notably, the process for creating itineraries differs for activities and packages.

For activities, itineraries are manually generated by the Blend user. In contrast, for packages, the itinerary is automatically generated based on the components added to the package editor within the Blend application. To enhance the package itinerary, users can also include static items, which are non-bookable elements that fill in any gaps.

The itinerary widget requires only a product ID as input, and it will intelligently discern whether the product in question is a package or an activity.

Attributes

AttributeDescriptionRequired
product-idThe id of the product to load.Yes

Example

<blend-itinerary product-id="307"></blend-itinerary>

Demo