<% ' 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 pTaxValueSameCountry =request.form("taxValueSameCountry") pTaxValueDifferentCountry =request.form("taxValueDifferentCountry") pTaxCountryCode =request.form("taxCountryCode") pTaxStateCode =request.form("taxStateCode") pTaxValueDifferentCountry = replace(pTaxValueDifferentCountry/100,",",".") pTaxValueSameCountry = replace(pTaxValueSameCountry/100,",",".") if pTaxValueSameCountry<>"" or pTaxValueDifferentCountry<>"" then mySQL="DELETE FROM taxPerPlace WHERE idStore=" &pIdStore call updateDatabase(mySQL, rstemp, "comersus_backoffice_install6.asp") mySQL="INSERT INTO taxPerPlace (idStore, taxPerPlace," if pTaxCountryCode<>"" then mySQL= mySQL & "countryCode, countryCodeEq," end if if pTaxStateCode<>"" then mySQL= mySQL & "stateCode, stateCodeEq," end if mySQL1= mySQL & " idCustomerType) VALUES (" &pIdStore & "," &pTaxValueDifferentCountry& "," mySQL= mySQL & " idCustomerType) VALUES (" &pIdStore & "," &pTaxValueSameCountry& "," if pTaxCountryCode<>"" then mySQL= mySQL & "'" &pTaxCountryCode& "',-1," mySQL1= mySQL1 & "'" &pTaxCountryCode& "',0," end if if pTaxStateCode<>"" then mySQL= mySQL & "'" &pTaxStateCode& "',-1," mySQL1= mySQL1 & "'" &pTaxStateCode& "',0," end if mySQL= mySQL & "1)" mySQL1= mySQL1 & "1)" end if if pTaxValueSameCountry<>"" then call updateDatabase(mySQL, rstemp, "comersus_backoffice_install6.asp") end if if pTaxValueDifferentCountry<>"" and mySQL<>mySQL1 then call updateDatabase(mySQL1, rstemp, "comersus_backoffice_install6.asp") end if %>
Installation Wizard

Step 7 - Email Settings

SMTP Server (1)
Valid email POP account for your domain
Email account of the store administrator
Email component (2)
   

Additional information
(1) You can retrieve this information from your hosting service welcome email message or from your email client configuration (Tools/Account/Properties for Outlook Express)

(2) Ask your hosting support about which ASP email components are installed in your server. Cdonts and Jmail are very popular. If the component is not listed here you can configure that setting from BackOffice/Configuration/Settings If you are not sure leave NONE or you are going to get errors in the StoreFront <%call closeDb()%>