home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / quickest / readme.txt < prev    next >
Encoding:
Text File  |  1999-08-23  |  6.1 KB  |  105 lines

  1. Thank you for evaluating QuickEStore! by John Kim Hoarty.
  2.  
  3. This versatile and easy to use Cold Fusion(TM) code will have you doing business on the Internet 
  4. within minutes. Simply copy the enclosed Cold Fusion templates into a directory on your web 
  5. server and set up the enclosed Microsoft Access database as a datasource called QuickEStore 
  6. in Cold Fusion Administrator (or get your ISP to do so). Then copy your logo or graphic file 
  7. to a directory called "images" under your store's directory. Finally, create a directory called 
  8. "orders" and password-protect it. Copy "manage.cfm" to that directory.
  9.  
  10. Then, open the file setup.cfm in your browser and answer a few simple questions using the 
  11. interactive web-based form. Refer to this document for help answering the quesitons.
  12.  
  13. Note: You are responsible for securing an orders directory which will contain credit card 
  14. information! An online store is only as secure as you make it. QuickEStore was designed to 
  15. run on a secure server which is capable of invoking SSL upon checkout. It will then write the 
  16. order to a directory which should have the "Everyone" permissions removed (i.e., should be 
  17. password-protected).
  18.  
  19. QuickEStore is fully compatible with the CFX_CyberCash tag for full integration with the 
  20. CyberCash(TM) internet transaction processing service. 
  21.  
  22. ***************************************************************************
  23. Step 1:     Enter store name.
  24. Action:        Type a name for your store!
  25.  
  26. Step 2:        Charge shipping according to <option 1>Price Threshhold <option 2>Weight
  27. Action:        QuickEStore supports either method for calculating shipping costs. Whichever 
  28.         method you choose, you will be prompted to enter the various 'threshholds' at 
  29.         which shipping charges will increase toward the end of the setup routine. If 
  30.         you won't be charging shipping, just choose either one and click "Next". This 
  31.         is also where you indicate how you want orders saved--they can be written to 
  32.         an html file for viewing in a vrowser, or they can be e-mailed to you. However, 
  33.         the e-mail option is disabled in this version.
  34.  
  35. Step 3:        Enter the state(s) for which sales tax must be charged and the applicable tax 
  36.         rate.
  37. Action:        Here you have the opportunity to enter a state for which purchases will be 
  38.         charged a sales tax. You may enter as many states as you want. Upon entering 
  39.         the last state and tax rate, you may either click "Add Another State" or 
  40.         "Continue". Enter tax rate percentages as whole numbers (i.e., 5.5, 6, etc.)
  41.  
  42. Step 4:     Enter E-Mail address for order notification.
  43. Action:        This is the e-mail address where notifications of orders placed will be sent 
  44.         and where orders are sent if that option was chosen (disabled in eval version).
  45.  
  46. Step 5:        Enter path to order directory.
  47. Action:        This should be a directory with read and write permissions. Orders will be 
  48.         written to this directory. Enter logical path (i.e., C:\InetPub\wwwroot\orders). 
  49.         Please note that this should be a password protected directory and not available 
  50.         to the browsing public!! Security is your responsibility. Credit card information 
  51.         will be kept here.
  52.  
  53. Step 6:        Enter URL to order directory. 
  54. Action:        Enter the fully qualfied domain address of the order directory. This is so the 
  55.         application can create links to this directory. 
  56.  
  57. Step 7:        Enter path to store.
  58. Action:        Enter the directory path to the store. I.e., "C:\InetPub\wwwroot\store".
  59.  
  60. Step 8:        Enter URL to store.
  61. Action:        Enter the URL of the store. I.e., "http://www.mystore.com/store". Do not include 
  62.         a "/" at the end.
  63.  
  64. Step 9:        Enter secure URL for checkout.cfm
  65. Action:        This will cause the application to invoke SSL for the checkout action. 
  66.  
  67. Step 10:    Put your logo file in a directory called "images" under your store
  68.         directory and enter the filename here.
  69.  
  70. Then, click on "Set Up Shipping Charges". If you do not wish to charge any 
  71. shipping, just click "Set Up Shipping Charges" and then click "Finish" without entering any 
  72. shipping information. If you do set up shipping, the first rate corresponds to the amount of 
  73. shipping charged to an order that is equal to or less than the first thresshold, and etc. Your 
  74. last entry should simply be an arbitrarily large number, like 10000, and your maximum shipping 
  75. charge.
  76.  
  77. Congratulations! You should now see a message that reads, "Congratulations! You have 
  78. successfully setup your QuickEStore! Simply go to Store Manager to add products and categories. 
  79. Note: This setup procedure writes an "application.cfm" file to the store directory. It will 
  80. overwrite any application.cfm file already there! Also, you may get an error upon subsequent 
  81. setups if there is already an application.cfm file in that directory. Simply delete that file 
  82. to begin setting up your store with different parameters (like new shipping rates). 
  83.  
  84. ***** NOTE: AT THIS POINT, YOU SHOULD DELETE "setup.cfm" FROM YOUR STORE DIRECTORY!!! *****
  85.  
  86. This will prevent malicious hackers from reconfiguring your store!
  87.  
  88. There will be a link to "Store Manager" (manage.cfm) on this results page. Click here to begin 
  89. to add categories and products. Remeber, this file should be in a directory called "orders". 
  90. This is also the page where you will go to "View Orders". Again, this file should be in a 
  91. password-protected directory so that others cannot add, edit and delete products from your 
  92. store or read your order information. Ask your ISP or Webmaster to help you with this. 
  93.  
  94. Add categories first. Then add products to categories. Optionally upload pictures--it is 
  95. recommended that you keep these files relatively small for asthetic reasons and so pages load 
  96. quickly. Optionally insert descriptions. In the "live" store, your Item Names will link to 
  97. these descriptions and pictures. All that remains is for you to provide a link from your 
  98. homepage to the file, "prodpage.cfm" and you are in business ... e-business!
  99.  
  100. Order notifications will be sent to the E-Mail address you provided. These are sent in HTML 
  101. format and include a link to "Store Manager". 
  102.  
  103. This evaluation version is unsupported. Visit http://www.quickestore.com to 
  104. purchase the full featured registered version for just $99!
  105.