<%-- File : payment_method.html Description : This file displays a payment method form to the user. Tags : This template has all the properties of a link available, plus: --%> <%site_title%>: Payment <%css%> <%set using_direct_methods = Links::Payment::direct_methods_used()%> <%set definitely_https = Links::https()%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%> <%header_row%>
<%header_font%>PAYMENT<%/header_font%>
<%if modify%><%endif%>
<%body_font%> <%if using_direct_methods and not definitely_https%>

<%body_font%>If your browser does not indicate that you are in a secure environment (usually indicated by a padlock icon at the bottom of the browser window), click here to visit the secure version of this page.

<%endif%>
<%if payment_description%><%payment_description%><%endif%>
<%if payment_amount%> Payment: <%if payment_type == 2%><%-- Recurring --%> $<%payment_amount%> <%if payment_term_num == 1%>per<%else%>every <%payment_term_num%><%endif%> <%payment_term_unit%> <%else%> $<%payment_amount%> - <%if payment_term_num%><%payment_term_num%> <%payment_term_unit%><%else%>Lifetime<%endif%> <%endif%>

<%endif%> <%if error%>
<%error_font%><%error%>
<%else%>
<%body_font%>Please choose a payment method below to continue:
<%endif%>
<%if direct_methods_used or remote_methods_used%> <%loop payment_methods%> <%if payment_name%><%payment_name%><%else%><%payment_method%><%endif%>
<%loop payment_types%><%unless first%>, <%endunless%><%name%><%endloop%>
<%endloop%> <%else%> Error: There are no payment methods which support your selected payment term
<%endif%>

 
<%include include_menu.html%> <%include include_footer.html%>