X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmake_payment.html;h=bec37cac34d9b34ae5bb84fede6a68443a16848c;hb=0252d7f4d44ef775659353341ebd7d371631f58a;hp=64b1e00b5b28f3f15c9da3255f896c9b423fc190;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/make_payment.html b/fs_selfservice/FS-SelfService/cgi/make_payment.html index 64b1e00b5..bec37cac3 100644 --- a/fs_selfservice/FS-SelfService/cgi/make_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_payment.html @@ -1,44 +1,40 @@ -MyAccount - - -MyAccount

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

+<%= include('header', 'Make a payment') %> +
- - + - - + - - - +<%= include('discount_term') %> + + + - - - - - - - - - - - - - - - - - - - - +<%= include('card') %> + + - @@ -127,8 +60,5 @@ -
Amount Due + Amount Due
$<%=sprintf("%.2f",$balance)%>
Payment amount + Payment amount
- $"> +<%= + $amt = ''; + if ( $balance > 0 ) { + $amt = $balance; + $amt += $amt * $credit_card_surcharge_percentage/100 + if $credit_card_surcharge_percentage > 0; + $amt = sprintf("%.2f",$amt); + } + ''; +%> + $
Card type +
Card type
Card number - - - - - - - - -
- Exp. - - / - -
-
CVV2 (help)
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') %>