VP-ASP :: Shopping Cart Software

Shopping Cart Software Solutions for anywhere in the World

US/Canada(Toll Free): +1 888 587 2278
Europe/UK: +44 (020) 7193 9408
Australia/New Zealand: +61 3 9016 4497
Live Chat

Dynamic Default Page

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:

  1. Make a backup of the current default.asp file
  2. Open shopcontent.asp in your html or text editor (Dreamweaver, FrontPage, Notepad etc) and resave as default.asp
  3. Locate the line (around line 16):
  4. setSess "CurrentURL","shopcontent.asp"

    And change to

    setSess "CurrentURL","default.asp"

  5. Also locate (around line 18) the line:
  6. 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
Back Search other topics Submit a Ticket