HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/homefly/vsadmin/Copy of includes.asp
<%
Dim maintablebg,innertablebg,headeralign,maintablewidth,innertablewidth,maintablespacing,innertablespacing,maintablepadding,innertablepadding,sqlserver,nobuyorcheckout,noprice
Dim mailhost,sortBy,pathtossl,taxShipping,pagebarattop,productcolumns,useproductbodyformat,usesearchbodyformat,usedetailbodyformat,useemailfriend,expireaffiliate,XXLicenseNumber

' For a description of these parameters and their useage, please open the following URL in your browser
' http://www.ecommercetemplates.com/help/ecommplus/parameters.asp

mailhost = "your.mailserver.com"
sortBy = 1
pathtossl = ""
taxShipping=0
pagebarattop=0
productcolumns=2
useproductbodyformat=1
usesearchbodyformat=1
usedetailbodyformat=1
useemailfriend=false
nobuyorcheckout=false
noprice=false
expireaffiliate=30
sqlserver=false
usecategoryformat=1
allproductsimage=""
nogiftcertificate=false
showtaxinclusive=false
upspickuptype=""

'overridecurrency=false
	'orcsymbol="AU$ "
	'orcemailsymbol="AU$ "
' (SS,15/10/08) replaced above 3 lines with following to overcome prices appearing in pounds even
' though LCID was 1033 (US), probably due to bug in Windows 2003 Server 64 bit or misconfiguration
' alternative would be to use Canadian LCDI of 4105 which also has the dollar symbol
overridecurrency=true
  orcsymbol="$"
  orcemailsymbol="$"

	orcdecplaces=2
	orcpreamount=true
encryptmethod="aspencrypt"
commercialloc=false
showcategories=true
termsandconditions=false
showquantonproduct=false
showquantondetail=false
addshippinginsurance=0
noshipaddress=false
pricezeromessage=""
showproductid=false
currencyseparator=" "
noproductoptions=false

' ===================================================================
' Please do not edit anything below this line
' ===================================================================

maintablebg=""
innertablebg=""
maintablewidth="96%"
innertablewidth="100%"
maintablespacing="0"
innertablespacing="0"
maintablepadding="1"
innertablepadding="6"
headeralign="left"

Session.LCID = 1033

const maxprodopts=15
const helpbaseurl="http://www.ecommercetemplates.com/help/ecommplus/"

Function Max(a,b)
	if a > b then
		Max=a
	else
		Max=b
	end if
End function
Function Min(a,b)
	if a < b then
		Min=a
	else
		Min=b
	end if
End function
%>