Difference between revisions of "NATS4 Post-Biller Templates"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Revision as of 12:04, 19 December 2008
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, edit or create a tour, click the Templates tab, 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}