LISTING MANAGER

Sections:
Setup
Listing Engine
Listing Edit Wizard

Listing Manager is a webpage which the customer can view the status of their listings and select listings for editing. Listings may be LOCKED for processing and not avaiable to the customer for editing.


ORDER STATUS SETUP

The Listing Manager Page is controlled by:

For listing edit and control see: Listing Engine

The following DB tables are available for use in this SQL Statement:


CUSTOM LISTING EDIT WIZARD

The system includes tool kit files which are used to construct a wizard which allows the customers to edit their own listings. Custom programming is required to use this tool kit. This wizard tool kit consists of the following files:

Each listing entry wizard can run any number of unique DB ListingExt* tables. To facilitate this broad configurablity the system is dvidied up into customizable include files toolkits. The structure is as follows:

  1. LE.step1.asp (top level wizard step file; LE.step1.asp, LE.step2.asp, etc. ) - one set of files for each different ListingExt* table.
    1. #include LE.Wizard.inc.asp"(Custom Wizard Tool kit logic)
    2. #include LE.WizardConfig.inc.asp (configuration file for above)