%
' Comersus Shopping Cart
' Comersus Open Technologies
' United States
' Software License can be found at License.txt
' http://www.comersus.com
' Details: register a new customer without purchase anything
%>
<%
on error resume next
dim connTemp, mySql, rsTemp, rsTemp2
' get settings
pStoreFrontDemoMode = getSettingKey("pStoreFrontDemoMode")
pCurrencySign = getSettingKey("pCurrencySign")
pDecimalSign = getSettingKey("pDecimalSign")
pCompany = getSettingKey("pCompany")
pCompanySlogan = getSettingKey("pCompanySlogan")
pAboutUsLink = getSettingKey("pAboutUsLink")
pHeaderKeywords = getSettingKey("pHeaderKeywords")
pAuctions = getSettingKey("pAuctions")
pAllowNewCustomer = getSettingKey("pAllowNewCustomer")
pNewsLetter = getSettingKey("pNewsLetter")
pStoreNews = getSettingKey("pStoreNews")
pSuppliersList = getSettingKey("pSuppliersList")
pRssFeedServer = getSettingKey("pRssFeedServer")
pRandomPassword = getSettingKey("pRandomPassword")
pDisableState = getSettingKey("pDisableState")
' custom field names
pCustomerFieldName1 = getSettingKey("customerFieldName1")
pCustomerFieldName2 = getSettingKey("customerFieldName2")
pCustomerFieldName3 = getSettingKey("customerFieldName3")
pIdCustomer = getSessionVariable("idCustomer",0)
pIdCustomerType = getSessionVariable("idCustomerType",1)
%>
<%=getMsg(235,"Cust reg")%>