B1. DEFAULT SHOPPING BASKET, CHECKOUT, CONFIRMATION AND ORDER
PROCESSING 
    v1.1 (2/13/01)

This folder contains 10 additional files: 

  dbadmin.mgi
  data.txt
  hardcoded.mgi
  search.mgi
  results.mgi
  sbadmin.mgi
  shoppingbasket.mgi
  checkout.mgi
  confirmorder.mgi
  completeorder.mgi

To use the hard-coded product pages, database search files, and shopping
basket  pages on your system, perform the following steps to create the
searchable database and customize the shopping basket pages.

1. Open the checkout.mgi page in a text editor.  In the
shoppingBasketURL parameter of the mgiCollectUserInfo tag, enter the
full URL to the web site region where you will place the 9 files (e.g.,
http://www.domain.com/ or http://www.domain.com/test/, etc.).  Save the
changes you make to the checkout.mgi file.

2. Open the confirmorder.mgi page in a text editor.  In the
shoppingBasketURL parameter of the mgiConfirmOrder tag, enter the full
URL to the web site region where you will place the 9 files (e.g.,
http://www.domain.com/ or http://www.domain.com/test/, etc.).  Save the
changes you make to the confirmorder.mgi file.

3. Open the completeorder.mgi page in a text editor.  In the
shoppingBasketURL parameter of the mgiSendOrder tag, enter the full URL
to the web site region where you will place the 9 files (e.g.,
http://www.domain.com/ or http://www.domain.com/test/, etc.).  Enter
your email address in the "to" and "from" parameters of the mgiSendOrder
tag.  Enter your outgoing SMTP mail server address in the "mailserver"
parameter of the mgiSendOrder tag. Save the changes you make to the
completeorder.mgi file.

4. Upload all the 10 files to a web server running MGI.

5. View the dbadmin.mgi page with a web browser.

6. Enter the case-sensitive database name "Products" under "enter the
name for a new database (if it does not exist, it will be created)" and
click the "Import" button. The Products database will be created in the
region that contains the dbadmin.mgi file.

7. Enter "data.txt" under "Enter the name of the import file and press
the "Import Now" button" and click the "Import Now" button.  The fields
and data from the data.txt file will be imported.

8. View the sbadmin.mgi page with a web browser.

9. Enter the case-sensitive shopping basket handle "Default" under
"Shopping Basket Name" and click the "Add" button.

10. View the search.mgi page in a web browser and enter a keyword in the
text field.  The keyword "Cook" will produce search results.

11. Add products from the database search or hardcoded products page to
the shopping basket and complete the shopping process from shopping
basket to check out to order confirmation to order processing.

-- Using MGI 2.0
   PagePlanet Software, Inc.
   http://www.pageplanetsoftware.com
   techsupport@pageplanetsoftware.com
