TourCMS®
Small Fish Big OceanAre you a tour operator or niche travel agent?
Come and join our travel business social network!
     Features      Prices      Sign up      Support      Community      Company      Contact us   
home > support > web design > element tags > full list

PRIMARY ELEMENT TAGS

TourCMStour
SummaryTour specific content
Example<$TourCMStour t_id="4" output="t_code"$>
Requirest_id or f_id or d_id, output
Outputs
t_idInternal tour ID
t_codeTour code
t_nameTour name (web)
t_name_internalTour name (internal)
t_name_disTour name for XML datafeed distribution
t_shortdescShort description
t_longdescLong description
t_duration_descText describing the duration of the tour
t_shortdesc_disShort description used for XML datafeed distribution
t_longdesc_disLong description used for XML datafeed distribution
t_has_departure_offer1 if any of the bookable departures have a special offer, 0 otherwise
t_has_sale1 if there is a bookable departure or bookable freesale season, 0 otherwise
t_has_freesale1 if has a bookable freesale season, 0 otherwise
t_has_departure1 if has a bookable departure, 0 otherwise
t_from_priceLowest bookable price (either freesale season or departure)
See price formatting
t_from_price_displayLowest bookable price (either freesale season or departure), with currency
See price formatting
t_countryThe list of countries used for distribution "GB,FR,DE"
t_book_urlURL of the booking engine start page. You may prefer to use specific departure or freesale season start pages
t_tour_urlURL of the tour information page
t_tour_url, partner, miscURL of the tour information page
If partner ID and misc. ID are set, a redirect URL is returned that includes the marketing tracking
t_datesprices_urlURL of the dates / prices page
t_datesprices_url, partner, miscURL of the dates / prices page
If partner ID and misc. ID are set, a redirect URL is returned that includes the marketing tracking
t_spare2_urlURL of the extra tour page (spare 2)
t_spare2_url, partner, miscURL of the extra tour page (spare 2)
If partner ID and misc. ID are set, a redirect URL is returned that includes the marketing tracking
t_spare3_urlURL of the extra tour page (spare 3)
t_spare3_url, partner, miscURL of the extra tour page (spare 3)
If partner ID and misc. ID are set, a redirect URL is returned that includes the marketing tracking
t_spare4_urlURL of the extra tour page (spare 4)
t_spare4_url, partner, miscURL of the extra tour page (spare 4)
If partner ID and misc. ID are set, a redirect URL is returned that includes the marketing tracking
t_spare5_urlURL of the extra tour page (spare 5)
t_spare5_url, partner, miscURL of the extra tour page (spare 5)
If partner ID and misc. ID are set, a redirect URL is returned that includes the marketing tracking
t_tour_xml_url, partnerURL of the XML datafeed file for a specific tour and marketing partner
t_has_info_option1 if there is an option to be displayed on the WEB page (not just the booking page). Does not take into account whether the option is bookable
t_has_info_option, o_type1 if there is an option to be displayed on the WEB page (not just the booking page). Does not take into account whether the option is bookable. o_type restricts the option types to be checked e.g. o_type="1,3"
t_category_text_g1
t_category_text_g2
t_category_text_g3
t_category_text_g4
t_category_text_g5
Text of the categories in the group such as "Cycling, Fishing, Swimming"
 
CUSTOM OUTPUTS
t_extra_*******Extra tour content fields can be setup. See the users manual for information
 
SHARED OUTPUTS
d_min_capMinimum capacity for a departure on this tour (per departure)
d_max_capMaximum capacity for a departure on this tour (per departure)
f_min_capMinimum capacity for a freesale booking on this tour (per booking)
f_max_capMaximum capacity for a freesale booking on this tour (per booking)
f_noticeDays required between booking date and tour start date for a freesale tour
f_book_urlURL of online booking engine for freesale booking
f_book_url, partner, miscURL of online booking engine for freesale booking
If partner ID and misc. ID are set, a redirect URL is returned that includes the marketing tracking
f_duration_daysFreesale duration (days)




TourCMSdeparture
SummaryContent about individual tour departures
Example<$TourCMSdeparture d_id="32" output="d_code"$>
Requiresd_id, output
Notes 
Outputs
d_idInternal departure ID
t_idInternal tour ID
d_codeDeparture code
d_start_dateStart date (YYYY-MM-DD)
See date formatting
d_end_dateEnd date (YYYY-MM-DD)
See date formatting
d_start_date_displayStart date, display
See date formatting
d_end_date_displayEnd date, display
See date formatting
d_main_priceDeparture price
See price formatting
d_main_price_displayDeparture price, with currency
See price formatting
d_offer_priceSpecial offer price
See price formatting
d_main_offer_displaySpecial offer price, with currency
See price formatting
d_offer_noteSpecial offer note
d_main_offer_datetimeDate / time that special offer was created
See date formatting
d_min_capMinimum capacity for a departure on this tour (per departure)
d_max_capMaximum capacity for a departure on this tour (per departure)
d_status1 for Open, 2 for Ask first, 3 for Closed
d_status_displayDeparture status text
d_bookable1 for yes, 0 for no
d_provNumber of provisional bookings (people) (when page built)
d_confNumber of confirmed bookings (people) (when page built)
d_quotNumber of quotation bookings (people) (when page built)
d_blockNumber of blocked spaces (when page built)
d_spacesNumber of spaces remaining (when page built)
d_book_urlURL of online booking engine for departure booking. people can be set if you wish to default to a set number
d_book_url, partner, miscURL of online booking engine for departure booking
If partner ID and misc. ID are set, a redirect URL is returned that includes the marketing tracking
 
SHARED OUTPUTS
All TourCMStour outputs can be used within TourCMSdeparture

Example: <$TourCMSdeparture d_id="3" output="t_name"$>




TourCMSfreesale
SummaryContent about individual tour freesale seasons
Example<$TourCMSfreesale f_id="1" output="f_code"$>
Requiresf_id, output
Notes 
Outputs
f_idInternal season ID
t_idInternal tour ID
f_codeSeason code
f_min_capMinimum capacity for a freesale booking on this tour (per booking)
f_max_capMaximum capacity for a freesale booking on this tour (per booking)
f_noticeDays required between booking date and tour start date for a freesale tour
f_book_urlURL of online booking engine for freesale booking. people can be set if you wish to default to a set number
f_book_url, partner, miscURL of online booking engine for freesale booking
If partner ID and misc. ID are set, a redirect URL is returned that includes the marketing tracking
f_duration_daysFreesale duration (days)
f_start_dateSeason start date (YYYY-MM-DD)
See date formatting
f_end_dateSeason end date (YYYY-MM-DD)
See date formatting
f_start_date_displaySeason start date, display
See date formatting
f_end_date_displaySeason end date, display
See date formatting
f_priceSeason price
See price formatting
f_price_displaySeason price, with currency
See price formatting
f_noteSeason note
 
SHARED OUTPUTS
All TourCMStour outputs can be used within TourCMSfreesale

Example: <$TourCMSfreesale f_id="3" output="t_name"$>




TourCMScollection
SummaryContent about each collection
Example<$TourCMScollection c_id="1" output="url"$>
Requiresc_id, output
Notes 
Outputs
c_idInternal collection ID
c_nameCollection name (web)
c_name_internalCollection name (internal)
c_top_textTop content
c_base_textBase content
c_num_toursNumber of web tours in the collection
c_urlURL of the collection page
c_url, partner, miscURL of the collection page
If partner ID and misc. ID are set, a redirect URL is returned that includes the marketing tracking




TourCMSoption
SummaryOption content
Example<$TourCMSoption o_id="1" output="o_code"$>
Requireso_id, output
Notes 
Outputs
o_idInternal option ID
o_codeOption code
o_nameOption name (web)
o_name_internalOption name (internal)
o_descDescription
o_from_priceLowest price
See price formatting
o_max_priceHighest price
See price formatting
o_from_price_displayLowest price, with currency
See price formatting
o_max_price_displayHighest price, with currency
See price formatting
o_currencyOption currency
o_typeType (number)
o_type_textType (text title)
o_per_item_textText for per item (e.g. per boat, per person etc)
o_local_paymentLocal payment - 1 for yes, 0 for no
o_must_includeMust include with a tour - 0 for not included, 1 for included, 2 for included (no removal)




OTHER ELEMENT TAGS


TourCMSinclude
SummaryCode snippets
Example<$TourCMSinclude name="leftmenu"$>
<$TourCMSinclude id="5"$>
Requiresname or id
NotesThe name or id can be found from the templates editor. If the name is likely to change over time, use the snippet ID instead




TourCMScontent
SummaryContent from text content editor
Example<$TourCMScontent name="terms"$>
<$TourCMScontent id="5"$>
Requiresname or id
NotesThe name or id can be found from the text content editor. If the name is likely to change over time, use the content ID instead




TourCMSwebsite
SummaryContent about the website itself
Example<$TourCMSwebsite output="name"$>
Requiresoutput
Notes 
Outputs
nameWebsite name
emailEmail address (for sales enquiries)
telephoneTelephone number (for sales enquiries)
site_langWebsite language
short_descShort description about the website
long_descLong description about the website
sale_currencySale currency (e.g. GBP)
mainurlURL of the main website home
mainurl, partner, miscURL of the main website home
If partner ID and misc. ID are set, a redirect URL is returned that includes the marketing tracking




TourCMSsystem
SummarySystem information
Example<$TourCMSsystem output="generator"$>
Requiresoutput
Notes 
Outputs
generatorTourCMS version
rebuild_datetimeGMT date / time when page built
See date formatting
styleurlURL for the CSS stylesheet (http)
styleurl_sURL for the CSS stylesheet (https)




Copyright © 2003-2008 Travel UCD Limited. All rights reserved.  Privacy policy
TourCMS® is a registered trademark of Travel UCD Limited, United Kingdom