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)

Parameter
Description
Possible Values
Default Value
Example

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"

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.

See Also

Last updated

Was this helpful?