X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmake_ach_payment.html;h=1183b2ba060818e364d7061743d533f7f645b1e4;hp=83d36b9b935879741ec3893eec020c1652cb53da;hb=c2e0d0fcb917af1832dd6eb1d1dd787b492eb387;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1 diff --git a/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html b/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html index 83d36b9b9..1183b2ba0 100644 --- a/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html @@ -1,111 +1,51 @@ -MyAccount - - -MyAccount

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

+<%= include('header', 'Make a payment') %> +
- +<%= +if ($balance > 0) { + $OUT .= < +EOF +} +%>
Amount Due
- $<%=sprintf("%.2f",$balance)%> + $money_char$balance
Payment amount - - - - - - - - - - - - - - - <%= - $OUT = ''; - if ($show_paystate) { - $OUT .= qq!'; - } - %> - <%= - $OUT = ''; - if ($show_ss) { - $OUT .= ''; - } - %> - <%= - $OUT = ''; - if ($show_stateid) { - $OUT .= '!; - $OUT .= qq!!; - $OUT .= ''; - } - %> - - - +<%= include('discount_term') %> +<%= include('check') %> + +<%= + $OUT = ''; + if ($ach_read_only) { + if ($payby eq 'CHEK') { + $OUT .= ''; + } + } else { + $OUT .= ''; + $OUT .= ''; + } +%> +
- $"> +
+ <%= $money_char %>
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 -
'; + $OUT .= 'Remember this information
'; + $OUT .= 'Charge future payments to this account automatically

-
-
-powered by freeside - +<%= include('footer') %>