<% ' Comersus 6.0x Sophisticated Cart ' Developed by Rodrigo S. Alhadeff for Comersus Open Technologies ' United States ' Open Source License can be found at License.txt ' http://www.comersus.com ' Details: contact us %> <% on error resume next dim connTemp, rsTemp ' get settings pStoreFrontDemoMode = getSettingKey("pStoreFrontDemoMode") pCurrencySign = getSettingKey("pCurrencySign") pDecimalSign = getSettingKey("pDecimalSign") pCompany = getSettingKey("pCompany") pCompanyPhone = getSettingKey("pCompanyPhone") pCompanyAddress = getSettingKey("pCompanyAddress") pCompanyStateCode = getSettingKey("pCompanyStateCode") pCompanyCity = getSettingKey("pCompanyCity") pCompanyZip = getSettingKey("pCompanyZip") pCompanyCountryCode = getSettingKey("pCompanyCountryCode") pEmailAdmin = getSettingKey("pEmailAdmin") pAuctions = getSettingKey("pAuctions") pSuppliersList = getSettingKey("pSuppliersList") pNewsLetter = getSettingKey("pNewsLetter") pAffiliatesStoreFront = getSettingKey("pAffiliatesStoreFront") pAllowNewCustomer = getSettingKey("pAllowNewCustomer") pRssFeedServer = getSettingKey("pRssFeedServer") %> Contact Sewitall.com
 

<%call closeDb()%>