Templates
Design of the Itinerary is controlled through templates. Templates are simple html files stored by default in C:\Program Files (x86)\CEE Travel Systems\CEE Itinerary SP plugin folder. There are many language versions of the default template available. Plus there are two Itin Options templates - structured info about carriers, routings, dates and times, meant for the customer to quickly compare existing options.
Customization
If you decide to customize the template, please make your own copy first to prevent template from being overwritten during the upgrade . It's also recommended to store customized templates in dedicated folder. This folder has to be set up in Itinerary configuration to let Itinerary know where the templates are located.
Rules
The html and CSS of the template can be freely customized from design perspective. There are just few rules you have to follow:
- do not change any placeholder name - placeholder name always starts with PH... (e.g. PHPaxLastName, PHPaxFirstName, PHPaxLoyaltyProgram, PHETNumber). Placeholders are replaced with real values when Itinerary is compiled.
- do not move placeholders between repeater sections - repeater sections are established for passengers, air, hotel, car and fare content (repeaterPap, repeaterFlight, repeaterHotel, repeaterCar, repeaterFare)
- do not move placeholders between 'named' DIV sections - DIV sections like 'sectionAirContent', 'sectionSeating', 'sectionSSR' help to control the visibility of the Itinerary parts. DIV sections are mapped to check boxes displayed at the top of the Itinerary window