<%-- File : payment_form.html Description : This file displays a payment form to the user. Tags : This template has all the properties of a link available, plus: --%> <%site_title%>: Payment <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%> <%header_row%>
<%header_font%>PAYMENT<%/header_font%>

<%body_font%><%payment_name%> <%payment_description%>
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 and payment_term_unit%><%payment_term_num%> <%payment_term_unit%><%else%>Lifetime<%endif%> <%endif%>

<%if payment_direct%> <%include payment_direct_include.html%> <%elsif payment_method eq 'PayPal'%> <%include payment_paypal_include.html%> <%elsif payment_method eq 'WorldPay'%> <%include payment_worldpay_include.html%> <%elsif payment_method eq '2CheckOut'%> <%include payment_2checkout_include.html%> <%endif%>
 
<%include include_menu.html%> <%include include_footer.html%>