<% ' Comersus Shopping Cart ' Comersus Open Technologies ' United States ' Software License can be found at License.txt ' http://www.comersus.com ' Details: off line payment form %> <% on error resume next dim connTemp, rsTemp ' get settings pStoreFrontDemoMode = getSettingKey("pStoreFrontDemoMode") pCurrencySign = getSettingKey("pCurrencySign") pDecimalSign = getSettingKey("pDecimalSign") pCompany = getSettingKey("pCompany") pCompanyLogo = getSettingKey("pCompanyLogo") pCompanySlogan = getSettingKey("pCompanySlogan") pHeaderKeywords = getSettingKey("pHeaderKeywords") pAuctions = getSettingKey("pAuctions") pListBestSellers = getSettingKey("pListBestSellers") pNewsLetter = getSettingKey("pNewsLetter") pPriceList = getSettingKey("pPriceList") pStoreNews = getSettingKey("pStoreNews") pOffLineCardsAccepted = getSettingKey("pOffLineCardsAccepted") pIdOrder = getUserInput(request("idOrder"),20) pName = getUserInput(request("name"),50) &" " &getUserInput(request("lastName"),50) pAddress = getUserInput(request("address"),100) &" " &getUserInput(request("ciy"),100) %>
<%=getMsg(500,"CC payment")%> <%if pStoreFrontDemoMode="-1" then%>

<%=getMsg(501,"Comp with")%>
<%=getMsg(502,"gateways list")%>

<%=getMsg(503,"SSL")%> <%end if%>

">
<%=getMsg(512,"type")%>
<%=getMsg(504,"number")%> <%if pStoreFrontDemoMode ="-1" then%> <%else%> <%end if%>
<%=getMsg(505,"expi")%> <%=getMsg(506,"month")%> <%=getMsg(507,"year")%>
<%=getMsg(508,"CVV2")%>
<%=getMsg(509,"name")%>
<%=getMsg(510,"statement")%>
">
<%call closeDb()%>