Purchase Software

<% form_tag :action => "payment" do -%>
If you need a site license or have special pricing needs, please contact us.
<% for product in @products -%> <% end -%>
<% if product.image_path != "" -%> <% end -%> <%= product.name %> <%= text_field "items", product.id, :size => "3", :value => @qty[product.code], :autocomplete => "off", :class => "qty" -%> @ $<%=product.price %>  each
Coupon Code: <%= text_field_tag 'coupon', session[:coupon_text], :autocomplete => 'off' %>
Payment Method:

<%= radio_button_tag 'payment_type', 'cc', !(['paypal', 'gcheckout'].member? @payment_type), :id => 'creditcard' %> VisaMasterCardAmexDiscover

<%= radio_button_tag 'payment_type', 'paypal', @payment_type == 'paypal', :id => 'paypal' %> PayPal Shop without sharing your financial information

<% if $STORE_PREFS['allow_google_checkout'] then -%>

<%= radio_button_tag 'payment_type', 'gcheckout', @payment_type == 'gcheckout', :id => 'gcheckout' %> Google Checkout

<% end -%>
<%= flash[:notice] %>
<% end -%>