<% ' 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 3 - Cart Behaviour

Control product stock before adding to the cart
Minimum purchase amount
Allow new registration of customers
Auto generate passwords for customers
Show stock to the customer
Items to display in store home
Custom field number 1 for each order posted (1)
Custom field number 2 for each order posted (1)
Custom field number 3 for each order posted (1)


Additional information
(1) Enter here the caption for custom fields to be included in order checkout.
Examples: date to receive the order, where did you hear about us, etc
Leave the fields blank if you don't want to use custom fields at order checkout <%call closeDb()%>