Difference between revisions of "NATS3 Post-Biller Templates"
From TMM Wiki
Jump to navigationJump to searchm |
TmmStephen (talk | contribs) |
||
Line 24: | Line 24: | ||
Password: {$member.password} | Password: {$member.password} | ||
</pre> | </pre> | ||
+ | |||
+ | '''NOTE: the page denial will not display the member password instead the password will be displayed as **********''' | ||
[[Category:Also NATS4 Article]] | [[Category:Also NATS4 Article]] |
Revision as of 16:49, 15 October 2009
NATS 3
|
---|
Instead of sending members to an external URL after their transactions are approved, denied, or upgraded, NATS can send them to a custom internal URL. You can customize this URL's layout using Smarty. To edit the templates, go to Sites Admin, click the edit sign-up templates icon, and find the following templates: page_approval, page_denial, page_upgrade_approval, and page_upgrade_denial.
On the template, you can use the $site, $member, and $option Smarty arrays. For example, the default page_approval template can say:
You joined site {$site.name} with the following information: <br><br> Username: {$member.username} <br> Password: {$member.password}
NOTE: the page denial will not display the member password instead the password will be displayed as **********