From 7cdcb8d249f66efdbd5eb4efdd6e07f0f7948b49 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 29 Apr 2007 22:55:14 +0000 Subject: ticket 1568 config options for new echeck fields and addition to selfservice interface --- .../FS-SelfService/cgi/make_ach_payment.html | 111 +++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 fs_selfservice/FS-SelfService/cgi/make_ach_payment.html (limited to 'fs_selfservice/FS-SelfService/cgi/make_ach_payment.html') diff --git a/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html b/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html new file mode 100644 index 000000000..83d36b9b9 --- /dev/null +++ b/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html @@ -0,0 +1,111 @@ +MyAccount + + +MyAccount

+<%= $url = "$selfurl?session=$session_id;action="; ''; %> +<%= include('myaccount_menu') %> + +Make a payment

+
+ + + + + + + + + + + + + + + + + + + + + + + + <%= + $OUT = ''; + if ($show_paystate) { + $OUT .= qq!'; + } + %> + <%= + $OUT = ''; + if ($show_ss) { + $OUT .= ''; + } + %> + <%= + $OUT = ''; + if ($show_stateid) { + $OUT .= '!; + $OUT .= qq!!; + $OUT .= ''; + } + %> + + + + +
Amount Due +
+ $<%=sprintf("%.2f",$balance)%> +
+
Payment amount +
+ $"> +
+
Account type + +
Account number
ABA/Routing number
Bank name
Bank state
Account holder
Social '; + $OUT .= 'security or tax ID #
'; + $OUT .= qq!!; + $OUT .= '
'; + $OUT .= qq!Account holder
$stateid_label
!; + $OUT .= qq!$stateid_state_label
+ + Remember this information +
+ NAME="auto" VALUE="1" onClick="if (this.checked) { document.OneTrueForm.save.checked=true; }"> + Charge future payments to this account automatically +
+
+ + +
+ +
+powered by freeside + + -- cgit v1.2.1