nats_list_options
Stores a list of all the available join options for a site in the {$options} Smarty variable.
Parameters
Parameter
Description
Possible Values
Default Value
Example
Output
Notes
Array (2)
4 => Array (14)
optionid => "4"
siteid => "5"
networkid => "0"
deleted => "0"
enabled => "1"
orderid => "1"
option_type_id => "0"
billerid => "0"
programid => "0"
initial => "10"
initial_days => "30"
rebill => "5"
rebill_days => "30"
name => "Our most popular service!"
5 => Array (15)
optionid => "5"
siteid => "5"
networkid => "0"
deleted => "0"
enabled => "0"
orderid => "2"
option_type_id => "0"
billerid => "0"
programid => "0"
initial_free => "1"
initial => "100"
initial_days => "2"
rebill => "60"
rebill_days => "30"
name => "Our next most popular service"Example
Last updated
Was this helpful?