<% ' VP-ASP Shopping Cart Database Configuration 6.50.1 const xDatabase="lfaccdbase650" 'Database name const xdblocation="database" 'location of database relative to VP-ASP files 'NOTE - XDATABASETYPE SHOULD BE ENTERED IN UPPER CASE LETTERS const xdatabasetype="" ' Database type: leave empty for Access or change to one of the options shown below 'const xdatabasetype="ODBC" 'const xdatabasetype="DRIVE" 'const xdatabasetype="SQLSERVER" 'const xdatabasetype="MYSQL" 'const xdatabasetype="MYSQL351" 'const xdatabasetype="ACCESS2007" const xSQLUser="" ' SQL Server user const xSQLPwd="" ' SQL Server password const xSQLServer="" ' SQL Server name or IP address ' const xshopid="shop650_lflavor" 'Must be changed - needs to be a unique name for your shop - eg. "shop650_myshopname" const xordernumber="31382" ' const xcheckout = "shopcheckout.asp" 'Specify a particular electronic payment add-on here. 'The default is to use standard VP-ASP shopcheckout.asp 'If you have a VP-ASP electronic payment add-on for example, Eway, then enter ewayshopcheckout.asp const xssl = "" 'This is your secure URL to which credit card information is encrypted. 'In many cases it is simply your own URL with an 's' added to HTTP. 'If you are unsure, check with your ISP. const xmysite = "" 'This represents the URL of your site where the shopping cart files are located (eg. http://www.yourvpaspwebsiteurl.com/vpasp) const xencryptkey = "RgSSceKfpSapV" 'Enter an encryption key here for greater security const xmailusername = "" 'If you are using CDOSYS as your email system it requires a username, enter it here const xmailpassword = "" 'If you are using CDOSYS as your email system it requires a password, enter it here ' const xconfigtable="configuration" const xproductmatch="" ' display products matching these %>