This option allows you to implement only a specific element of the widget

The element widget is the same Complete integration widget, but you can break it down and display only part of the widget according to the following elements.

ElementDetails
avlFlights search engine
fndFind reservation
ockOnline Check-in
carCar rental (if applicable)
pkgPackage search engine
viVI search engine

"Action" should be placed in the action section in the URL of the iframe. You can separate these actions using a comma (,) between them. For instance: action=avl,fnd

Standard Widget

This widget will inherit design from the IBE settings.
To use the widget all you need to do is add an iframe element to your page at the location you desire. The iframe code should be:

<iframe src="http://devsandbox.aerocrs.systems/widget/searchelement.php?action=avl&lang=en" frameborder="0" width="440" height="438"></iframe>
<iframe src="http://devsandbox.aerocrs.systems/widget/searchelement.php?action=fnd&lang=en" frameborder="0" width="440" height="438"></iframe>
<iframe src="http://devsandbox.aerocrs.systems/widget/searchelement.php?action=ock&lang=en" frameborder="0" width="440" height="438"></iframe>
<iframe src="http://devsandbox.aerocrs.systems/widget/searchelement.php?action=car&lang=en" frameborder="0" width="440" height="438"></iframe>

Available GET parameters

ParameterDescriptionExample
actionWhat to show on the widget*action=fnd,avl,ock
langLanguage of the widgetlang=en
directionWidget direction (horizontal / vertical)direction=horizontal
typeUse no colors or use default colorstype=bare
fontsSpecific font colorfonts=#F8F8F8
buttonsButton background colorbuttons=#3F3F3F
button-fontsButton font colorbutton-fonts=#88F3CC
currencyCurrency to use on the widgetcurrency=USD
couponCodeCoupon to be applied for customerscouponCode=FLIGHTS2020

❗️

*Mandatory parameters

For all of these elements except action - no selection will use the default settings of the airline's website. action is mandatory.

❗️

Height and Width

Please note that height and width are different among implementations.

Bare Widget

This widget will inherit design from the used page.
To use the widget all you need to do is add an iframe element to your page at the location you desire. the iframe code should be

<iframe src="http://devsandbox.aerocrs.systems/widget/searchelement.php?action=avl&type=bare&fonts=blackamp&buttons=grey&button-fonts=black" frameborder="0" width="440" height="438"></iframe>
<iframe src="http://devsandbox.aerocrs.systems/widget/searchelement.php?action=fnd&type=bare&fonts=blackamp&buttons=grey&button-fonts=black" frameborder="0" width="440" height="438"></iframe>
<iframe src="http://devsandbox.aerocrs.systems/widget/searchelement.php?action=ock&type=bare&fonts=blackamp&buttons=grey&button-fonts=black" frameborder="0" width="440" height="438"></iframe>
<iframe src="http://devsandbox.aerocrs.systems/widget/searchelement.php?action=car&type=bare&fonts=blackamp&buttons=grey&button-fonts=black" frameborder="0" width="440" height="438"></iframe>