<%set header_title = "Add Payment Method"%>
<%set header_description = "From this page you can add a new method of
accepting payments.
Direct payment methods are methods where the user enters payment
information on your site, allowing you to control the exact content and
appearance. Since they involve the user entering credit card information on
your site, they will only work with SSL (HTTPS).
Remote payment methods allow you to process payments without the
requirement of an SSL-enabled website and certificate. The user will select
the service they want from your site, but to enter actual payment information
they will be taken to the remote payment providers website.
"%>
<%include payment_header.html%>
<%set font_tag = ''%>
<%Links::Payment::methods%>
<%-- On the add page, we only want to show methods that aren't already set up --%>
<%set methods_listed = 0%>
<%loop payment_methods%>
<%if payment_used%><%nextloop%><%endif%>
<%set methods_listed = 1%>
<%include payment_methods_display_new.html%>
<%endloop%>
<%unless methods_listed%>
<%font_tag%>No additional payment methods are available!