The Departures widget allows you to show information to your customers about departures that are available, ahead of them reaching the hosted IBIS E-Commerce transaction pages. Below is the IBIS Departure Widget implementation example. Full article can be found here.
ibishelp.freshdesk.com

IBIS Departure Widget – Multiple Widgets on One Page

Widget #1 (with no product specified = showing all products)

Widget #2 (showing one specific product ‘Walk’)

Widget #3 (showing a product group ‘ProdGroup-Transport’)

Below are the HTML, basic JavaScript function call used to produce the widgets above, all the available options for the function and a list of required files.

<h4>Widget #1</h4>
<div class="ibis-widget-departures"></div>
<h4>Widget #2</h4>
<div class="ibis-widget-departures2"></div>
<h4>Widget #3</h4>
<div class="ibis-widget-departures3"></div>