Difference between revisions of "NATS3 Post-Biller Templates"
m |
TMMStephenY (talk | contribs) m (moved Post-Biller Templates to NATS3 Post-Biller Templates) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
}} | }} | ||
− | + | Post-Biller Templates allow you to send [[Member|members]] to a custom internal URL after they have submitted a biller form. Normally, they will be sent to an external biller URL after submitting their transaction (whether it is approved, denied, or upgraded)-- however, post-biller templates allow you to keep the [[Ct#Member|member]] on your [[NATS]] site after the transaction. | |
− | approved, denied, or upgraded, | ||
− | |||
− | |||
− | |||
− | |||
− | On the template, you | + | You can customize your Post-Biller Templates by using [[Smarty]] if you wish to do so. This is made possible through the [[NATS4 Sites Admin|Sites Admin]]. To edit your post-biller templates, go to the [[NATS4 Sites Admin|Sites Admin]] and click the "Edit Site Templates" icon next to the Site you would like to affect. On the next page, find the following templates: |
+ | * page_approval | ||
+ | * page_denial | ||
+ | * page_upgrade_approval | ||
+ | * page_upgrade_denial | ||
+ | |||
+ | After you have found the templates you need to edit, click the "Customize Template" icon under the Actions column. On the template, you will be able to use the ''$site'', ''$member'', and ''$option'' [[Smarty]] arrays. For example, you can configure your default ''page_approval'' template to output: | ||
<pre> | <pre> | ||
Line 24: | Line 25: | ||
Password: {$member.password} | Password: {$member.password} | ||
</pre> | </pre> | ||
+ | |||
+ | '''NOTE: the NATS page denial template will not display a member password. Instead, the password field will be displayed as **********''' | ||
[[Category:Also NATS4 Article]] | [[Category:Also NATS4 Article]] |
Latest revision as of 13:28, 8 October 2010
NATS 3
|
---|
Post-Biller Templates allow you to send members to a custom internal URL after they have submitted a biller form. Normally, they will be sent to an external biller URL after submitting their transaction (whether it is approved, denied, or upgraded)-- however, post-biller templates allow you to keep the member on your NATS site after the transaction.
You can customize your Post-Biller Templates by using Smarty if you wish to do so. This is made possible through the Sites Admin. To edit your post-biller templates, go to the Sites Admin and click the "Edit Site Templates" icon next to the Site you would like to affect. On the next page, find the following templates:
- page_approval
- page_denial
- page_upgrade_approval
- page_upgrade_denial
After you have found the templates you need to edit, click the "Customize Template" icon under the Actions column. On the template, you will be able to use the $site, $member, and $option Smarty arrays. For example, you can configure your default page_approval template to output:
You joined site {$site.name} with the following information: <br><br> Username: {$member.username} <br> Password: {$member.password}
NOTE: the NATS page denial template will not display a member password. Instead, the password field will be displayed as **********