In the folder vsadmin there's a file called includes.asp or includes.php - this is where you can specify some important options regarding
the functionality of your modification. Below is a guide to preparing the set up
that best suits your needs. Not all the variables below need to be added to your
includes file. The order of the list is not important.
ProductFilePath = "D:\websites\www.yoursite.com\secure\" - (9/24/2004)
This tells the dynamic download script where to find the files to stream to the customer. Change the path to be the local path of the folder that you created in step 2, making sure that the path ends in a backslash ( \ ) as in the example path above
DownloadLinkOnThanksPage = False - (9/24/2004)
This setting determines whether or not the download link should be shown on the page that is displayed after the transaction is completed. A setting of False means that it won’t be displayed, a setting of True means that it will (note that these are Boolean values and should *not* be enclosed in quotes like the value of ProductFilePath is). In either case, the link will still be shown in the email.
showquantonproduct=true - (10/8/2004)
Show the quantity box - if not shown the default is 1
nodetails=true - (10/8/2004)
Don't show the Products Details
nopname=true - (10/8/2004)
Don't show the Product Name
showproductid=true - (10/8/2004)
Adds the ProductID in a column to the far left
noshowimage=false - (10/8/2004)
Removes the image from the page
xxprodbody3msg="??" - (10/8/2004)
Adds a message at the top of the page - you can use for instruction - "Enter your quantities and add to cart at the bottom of the page"
nolprice=false - (10/8/2004)
Don't show the List Price
showproductdesc=true - (10/8/2004)
Show the Products Description
buyperline=false - (10/8/2004)
You can either have a buy button per line or one at the bottom of the page.
showcattop = true - (10/20/2004)
Shows the category image at the top of the page
emailregister = true - (9/24/2004)
enables registration via email. Default sends no email.
loginredirect = “yourfile.asp - (9/24/2004)
you will be redirected to “yourfile.asp” after you login instead of the default registration details page
advicetag = “your message” - (9/24/2004)
for the update status advice message. You may include a URL.
pagesize = 20 - (9/24/2004)
set the length of your admin pages to your includes file if you wish – default is 50
shopredirect = “products.asp” - (9/24/2004)
If you wish to navigate from the Admin section to your sales site – logged in as one of your customers – add the parameter
Security_Required = true - (9/24/2004)
To add security to a page
Forceregister = true or false - (9/24/2004)
To force registering before checking out.
showallorders = true - (9/24/2004)
By default – when viewing the customer views orders they can choose to see all activity or just recent activity – if you want to turn this off set
usecustnav = true - (5/24/2004)
If you wish to have a navigation menu at the top of the page simply
allowreview=true - (9/24/2004)
turns review on or off
reviewinpage=true - (9/24/2004)
places review in page by default
forcelogin=true - (9/24/2004)
Works with customer Review mod to ensure only registered users write reviews
xxRevName="Guest" - (9/24/2004)
Please add the reference xxRevName="Guest" in the vsadmin/includes/language.asp file
forceorder=true - (9/24/2004)
Works with customer Review mod to ensure only registered users who have placed an order can write review