<% ' Comersus BackOffice Lite ' e-commerce ASP Open Source ' Comersus Open Technologies LC ' 2005 ' http://www.comersus.com %> <% on error resume next dim mySQL, conntemp, rstemp pRunInstallationWizard = getSettingKey("pRunInstallationWizard") if pRunInstallationWizard<>"-1" then response.redirect "comersus_backoffice_message.asp?message="&Server.UrlEncode("Sorry, the Installation Wizard is disabled") end if ' save settings into db for each field in request.form fieldValue = request.form(field) if fieldValue<>"" and field<>"Submit" then mySQL1="UPDATE settings SET settingValue='" &fieldValue& "' WHERE settingKey='" &field& "' AND idStore=" &pIdStore call updateDatabase(mySQL1, rstemp, "comersus_backoffice_install.asp") end if next %>
Installation Wizard

Step 4 - Payments

2Checkout Store ID (1)
   
Use Off Line Credit Cards
Cards accepted Visa MasterCard Amex Diners Discover JCB
   
Accept Off Line checks
Checks information (where to send, pay to, etc)
   
Accept Wire Transfer
Wire information (Bank, ABA, Acc Number, Beneficiary)
   
PayPal Merchant Email


Additional information
(1) Accept on-line credit cards in 5 minutes. No contract, no monthly fees.
Sign-Up here..., you will obtain a store id to be entered in this field <%call closeDb()%>