Dynamic Default Page
You will need to create a new default.asp page to enable it to use the dynamic content tool in the adminstration.
To achieve this functionality please try the following:
- Make a backup of the current default.asp file
- Open shopcontent.asp in your html or text editor (Dreamweaver, FrontPage, Notepad etc) and resave as default.asp
- Locate the line (around line 16):
setSess "CurrentURL","shopcontent.asp"
And change to
setSess "CurrentURL","default.asp"
- Also locate (around line 18) the line:
contentid = request("contentid")
And change to
contentid = "1"
This contentid number must correspond to the contentid of your new "defaultpage" record in the content table which is the page you wish to use for the new dynamic home page
Save your changes and upload to your server. You may also need to log into your administration and go to Set-up - then click "Reload Shop Configuration"
This new default.asp page will now load all data from the content table.
Times Viewed:
3569 |
Added By:
michael |
Date Created:
5/14/2006 |
Last Updated:
5/14/2006 |
|