Difference between revisions of "NATS4 Join Template Variables"
From TMM Wiki
Jump to navigationJump to search(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
}} | }} | ||
− | You can use the following variables on the join template in the [[NATS4 Sites Admin|Sites Admin]] | + | You can use the following variables on the join template in the [[NATS4 Sites Admin|Sites Admin]]: |
− | + | == Before surfer submit == | |
− | |||
− | == Before submit == | ||
* {$_siteid} | * {$_siteid} | ||
Line 15: | Line 13: | ||
* {$default_option} | * {$default_option} | ||
* {$is_third_party} | * {$is_third_party} | ||
+ | * {$join_optionids} (array) | ||
* {$join_options} (array) | * {$join_options} (array) | ||
* {$nats_code} | * {$nats_code} | ||
Line 22: | Line 21: | ||
* {$payment_options_section} (array) | * {$payment_options_section} (array) | ||
* {$program} | * {$program} | ||
− | * {site} | + | * {$site} |
* {$site_data} (array) | * {$site_data} (array) | ||
* {$site_info} (array) | * {$site_info} (array) | ||
Line 31: | Line 30: | ||
* {$tour_info} (array) | * {$tour_info} (array) | ||
− | == After submit (returning with errors) == | + | == After surfer submit (returning with errors) == |
* All above variables | * All above variables |
Latest revision as of 21:30, 5 February 2016
You can use the following variables on the join template in the Sites Admin:
Before surfer submit
- {$_siteid}
- {$_tourid}
- {$cascade}
- {$config} (array)
- {$countries} (array)
- {$default_option}
- {$is_third_party}
- {$join_optionids} (array)
- {$join_options} (array)
- {$nats_code}
- {$ncr_option}
- {$num_join_options}
- {$payment_options} (array)
- {$payment_options_section} (array)
- {$program}
- {$site}
- {$site_data} (array)
- {$site_info} (array)
- {$states} (array)
- {$states_au} (array)
- {$states_ca} (array)
- {$states_us} (array)
- {$tour_info} (array)
After surfer submit (returning with errors)
- All above variables
- {$errors} (array)
- {$vars} (array)