|
|
(One intermediate revision by one other user not shown) |
Line 8: |
Line 8: |
| }} | | }} |
| | | |
− | Instead of sending [[Member|members]] to an external URL after their transactions are
| + | 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, 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 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 25: |
Line 26: |
| </pre> | | </pre> |
| | | |
− | '''NOTE: the page denial will not display the member password instead the password will be displayed as **********''' | + | '''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]] |