E-store Administrator Version 2.2
Copyright 2001 Dave Wheelock  dave@wheelockgroup.com
Created 11/15/01 
Latest Version at: http://www.wheelockgroup.com
---------------------------------------------------
By default, the Datasource is named "twgstore".  You'll have to create it in the CF administrator. If you wish to name it something else, just change the DSName name in the application files in each of the directories. You may want to set a password for your database as well. 

Everything else in the store is then controlled from the Store Administrator. Just open your browser and go to the admin directory. From the main Administrator page, you can enter other information on your or products. The default login that is set up is username "admin", password "admin". You will probably want to change this password before making your store live!

The Administrator and main store will work in any browser.  The store is designed to use cookies for order tracking and customer information tracking.

A few other words of advice:

1. To customize the main look of the page, edit the headers and footers for your pages. 

   a. Header.cfm should contain at least the following:

       </head><body>

       Include any javascripts needed on the page before the </head>. Be sure to do headers and footers for the shopping, checkout and user directories, if desired. (You can usually use the same header for the shopping and user directories). *Note: Keep the current javascript intact for pop up windows.

   b. Footer.cfm should contain at least the following: 
        
       </body></html>

2. The index.cfm is the main page to display the store items.  The rest of the pages are called in certain orders to deploy the functions of the cart program.  Customize the HTML in here to your heart's content. However, be careful not to interfere with the queries and loops. 

3. The various store settings can be changed from the Administrator. Be sure to fill out everything to be sure your store works properly!

Please report any problems to twgstore@wheelockgroup.com.  Please be sure to tell us as much as you can about the problem so we can help provide solutions.  Also please let us know any suggestions you have or would like to see in the next version.
