X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmake_payment.html;h=503901edd6ed26aa210ff5ac2d1f81bee76a107d;hb=8f1188e8550992bf3d9078e7a6042420eaf92bd5;hp=a1cda6d49b5e9a72fbff3b61c7d51f8b24139a1d;hpb=0ebeec96313dd7edfca340f01f8fbbbac1f4aa1d;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/make_payment.html b/fs_selfservice/FS-SelfService/cgi/make_payment.html index a1cda6d49..503901edd 100644 --- a/fs_selfservice/FS-SelfService/cgi/make_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_payment.html @@ -1,33 +1,31 @@ -MyAccount -MyAccount

-<%= $url = "$selfurl?session=$session_id;action="; ''; %> -
-MyAccount
- -
-Make a payment

+<%= include('header', 'Make a payment') %> +
- + +<%= +if ($balance > 0) { + $OUT .= < - - + +EOF +} +%> + +<%= $tr_amount_fee %> + +<%= include('discount_term') %> + - - - - - + - - - - - - - - - - - - - - - - - +<%= include('card') %> + + -
Amount Due + Amount Due
- $<%=sprintf("%.2f",$balance)%> + $money_char$balance
Payment amount -
- $"> -
-
Card type + Card type
Card number - - - - - - - - -
- Exp. - - / - -
-
Exact name on card
Card billing address - -
Address line 2 - -
City - - - - - - - - -
- - State - - Zip - -
-
- - Remember this information +
+ NAME="save" VALUE="1"> + Remember this card and billing address
+ NAME="auto" VALUE="1" onClick="if (this.checked) { document.OneTrueForm.save.checked=true; }"> Charge future payments to this card automatically

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