Difference between revisions of "Nats get option details"
From TMM Wiki
Jump to navigationJump to searchLine 17: | Line 17: | ||
! Example | ! Example | ||
|- | |- | ||
− | | | + | | optionid |
| The ID of the option to get info for | | The ID of the option to get info for | ||
| Any valid optionid number | | Any valid optionid number |
Revision as of 14:25, 30 March 2010
nats_get_option_details
Stores a list of the details for the given option in the {$option_details} Smarty variable.
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
optionid | The ID of the option to get info for | Any valid optionid number | none | optionid="123" |
Output
A list of option details for the given option in the {$option_details} Smarty variable.
Notes
None.