Difference between revisions of "Nats display reward purchases"
From TMM Wiki
Jump to navigationJump to searchm |
TMMStephenY (talk | contribs) m |
||
Line 52: | Line 52: | ||
== See Also == | == See Also == | ||
* [[nats_display_payment_history]] -- Displays a list of payments made to the affiliate. | * [[nats_display_payment_history]] -- Displays a list of payments made to the affiliate. | ||
+ | |||
+ | [[Category:NATS4 Template Functions]] |
Latest revision as of 16:20, 20 May 2011
Applies to NATS 4.0.25 and greater.
nats_display_reward_purchases
Displays a list of rewards an affiliate has purchased.
Alias: display_reward_purchases
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_purchases | tpl="mytemplate" |
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
List of rewards purchased by the affiliate. The most recently purchased item will be the top item; the second most recently purchased item will be the second-to-top item; etc...; the bottom item will be the bottom item.
The list of rewards is also placed in the single-dimensional array, $rewards, with the same order described above.
Notes
None.
See Also
- nats_display_payment_history -- Displays a list of payments made to the affiliate.