nats_display_reward_order
Displays an order form for an affiliate after they've selected a reward item they want.
Article Topics: Customization, Templates
Alias: display_reward_order
Parameters
(Required parameters in bold)
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"
Prefix output variables with this word. (Click link for details)
Any valid Smarty variable name
None. (No prefix is used)
assign_prefix="myvar"
Output
A form the affiliate must fill out to order a reward.
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.
Last updated
Was this helpful?