home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / mystore / instructions / refinements.txt < prev    next >
Encoding:
Text File  |  1999-01-09  |  1.9 KB  |  46 lines

  1.  
  2.             **********************
  3.             MyStore 3.x REFINEMENT
  4.             **********************
  5.             
  6. MESSAGES:
  7. There are several message forums in MyStore that let you configure
  8. messages to interact with your customer at relevant times.
  9.  
  10. OPENING MESSAGES:
  11. "welcome.htm", and "promoin.htm" are files that format documents that
  12. appear when your customer first enters your store.  They are displayed
  13. in the "show" frame and the right hand, "promo" frame, respectively.
  14. While these messages are suitable as is, you may want to make changes.
  15.  
  16. DATABASE MESSAGES:
  17. There are three custom database message types that you can use to
  18. interact with your customer.  These types are directly related to
  19. the product categories and the items in a category.
  20.  
  21. The category related message type is in a file is named "promo.htm".
  22. There must be one of these files in every database category you create.
  23. See "dbmsgs.txt" for details on creating.
  24.  
  25. There are also two types of custom messages that can be used in
  26. your store that are associated with a particular item.  These product
  27. or item messages can be advisory or active input form messages.  They
  28. appear in a pop up window when your customer selects a specific item
  29. to put in the shopping basket.  See "dbmsgs.txt" for details on
  30. creating.
  31.  
  32. CLOSING MESSAGE:
  33. When your customer views a purchase order prior to checking out, a file, 
  34. "promoout.htm" is loaded to the "promo" frame.  This document has not
  35. been tailored to your store.  You'll want to make changes.  The file
  36. is in the top, MyStore3 folder.
  37.  
  38. OVERIDES:
  39. Each individual page in your store contains decoration variables
  40. similiar to thoes you set up in the top level file, "storefront.htm".
  41. All of these variables default to the top level for values.  You
  42. can change the look of an individual page by "intercepting" the
  43. default value in favor of defining that value directly on that page.
  44.  
  45.  
  46.             **********************