Hi,
Please confirm you added cruise types and cruise lines in your website. You can add them in Cruises -> Cruise Lines and Cruises -> Cruise Types menu. After that you should set those cruise lines and cruise types in at one cruise, at least. Then cruise types and cruise lines will be shown in search form. If you want to show cruise types and cruise lines even though they have not any cruises, then please edit /inc/functions/shortcode/shortcodes.php file. Please find following code and replace.
get_terms( 'cruise_line' );
to
get_terms( 'cruise_line', array( 'hide_empty' => false ) );
And
get_terms( 'cruise_type' );
to
get_terms( 'cruise_type', array( 'hide_empty' => false ) );
Regards, C-Themes
Hi,
Flight category has his own search engine in Travelo, so you can not add more fields in search form.
Regards, C-Themes