Difference between revisions of "Nats display reward order"
From TMM Wiki
Jump to navigationJump to searchm |
TMMStephenY (talk | contribs) m |
||
Line 54: | Line 54: | ||
* [[nats_display_reward_category]] -- Displays a list of available rewards in a single category. | * [[nats_display_reward_category]] -- Displays a list of available rewards in a single category. | ||
* [[nats_display_reward_purchases]] -- Displays a list of rewards an affiliate has already purchased. | * [[nats_display_reward_purchases]] -- Displays a list of rewards an affiliate has already purchased. | ||
+ | |||
+ | [[Category:NATS4 Template Functions]] |
Latest revision as of 16:19, 20 May 2011
Applies to NATS 4.0.25 and greater.
nats_display_reward_order
Displays an order form for an affiliate after they've selected a reward item they want.
Alias: display_reward_order
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
tpl | Template used to display output | Any valid template | The template, function_display_reward_order | tpl="mytemplate" |
rewardid | The ID number of the reward to order | Any valid reward ID number | None. Must be set or NATS will try to acquire it from the HTTP request. | rewardid="123" |
assign_prefix | Prefix output variables with this word. (Click link for details) | Any valid Smarty variable name | None. (No prefix is used) | assign_prefix="myvar" |
data_only | Set variables but don't display the template | 1 | None. The template is displayed. | data_only=1 |
Output
A form the affiliate must fill out to order a reward.
Notes
None.
See Also
- nats_display_reward_category -- Displays a list of available rewards in a single category.
- nats_display_reward_purchases -- Displays a list of rewards an affiliate has already purchased.