Output An Affiliate's Last Paid Date
From TMM Wiki
Jump to navigationJump to searchThe 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}