Difference between revisions of "Output An Affiliate's Last Paid Date"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Latest revision as of 16:42, 18 December 2008
The template function get_paid_date (NATS3) prints the last date an affiliate was paid.
By default, get_paid_date assigns the date to the variable $paid_date. You can alternatively assign the date to any valid Smarty variable by passing the name of the variable to the parameter $var. For Example: {get_paid_date var="paid"}
To print out the results directly, specify "print=1". For Example: {get_paid_date print=1}