home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / qbbsetc / cc-trx10.lzh / CCTRX.DOC < prev    next >
Text File  |  1991-07-05  |  7KB  |  160 lines

  1.  
  2.  
  3.                         The CC-TRX Credit Card Door 1.0
  4.                                for RemoteAccess
  5.                        Copyright 1991 by Randy Blackmond
  6.                               All Rights Reserved
  7.  
  8.     The CC-TRX Credit Card Door allows you to accept credit card purchases on
  9.     your BBS! The transactions can be for products or services such as share-
  10.     ware registrations, BBS subscriptions or merchandise! The door is fully
  11.     sysop configurable so you may accept any credit card for any item!
  12.  
  13.     Features:
  14.       1) Up to 10 credit cards can be configured
  15.       2) Up to 50 transaction items can be configured
  16.       3) A sales tax (or other markup) percentage can be configured per item
  17.       4) A shipping address prompt can be configured per item
  18.       5) Users' security can be upgraded per item
  19.       6) A voice phone number prompt can be configured globally
  20.  
  21.     INSTALLATION
  22.     ------------
  23.     The first thing you need to do is make sure the RA environment variable
  24.     is set via your AUTOEXEC.BAT or BBS batch file. This is done by assigning
  25.     your RA system directory to the RA variable with the following DOS command:
  26.     
  27.     SET RA=<directory>
  28.  
  29.     For example, my RA system directory is G:\RA so my Set line would be as
  30.     follows:
  31.  
  32.     SET RA=G:\RA\
  33.  
  34.     Note the trailing backslash!
  35.  
  36.     Next, copy CCTRX.EXE to either your RA system directory or create a 
  37.     separate directory for CC-TRX.
  38.  
  39.     Using your favorite text editor, you will create a configuration file
  40.     for CC-TRX (any name, your choice).
  41.  
  42.     The CFG file should be entered as follows:
  43.  
  44.     Line  1: Your Name (Sysop's Name)
  45.     Line  2: Your Registration Number (0 if unregistered)
  46.     Line  3: Path to your RA system directory, e.g. C:\RA
  47.     Line  4: Path to EXITINFO.BBS, e.g. C:\RA
  48.     Line  5: Y or N - Prompt for voice phone number?
  49.     Line  6: Number of transaction items to follow
  50.   * Line  7: Item Name
  51.   * Line  8: Dollar Amount (NO dollar signs!), e.g. 20.00
  52.   * Line  9: Markup (tax) percentage for this item, e.g. 7% would be .07
  53.   * Line 10: Y or N - Prompt for Shipping Address on this item?
  54.   * Line 11: New Security Level for this item - 0 for No Change
  55.  
  56.     Lines 7 through 11 would be repeated for each item you wish to configure.
  57.  
  58.     Next Line: Number of credit cards to follow
  59.   * Next Line: Credit Card Name 1
  60.     
  61.     "* Next Line" would be repeated for each credit card you wish to accept.
  62.  
  63.     See the included CCTRX.CFG for an example of a config file.
  64.  
  65.  
  66.  
  67.     Add CC-TRX to the menu of your choice with the following Optional Data
  68.     line (if CCTRX.EXE resides in your RA system directory):
  69.  
  70.     CCTRX.EXE CCTRX.CFG *M
  71.  
  72.     Note that the name of the config file is passed to CC-TRX. The *M is
  73.     optional, but will ensure there is plenty of memory available for CC-TRX
  74.     to use so it is recommended.
  75.  
  76.     If you created a separate directory for CC-TRX, you will need to create
  77.     a batch file containing the commands to change to the CC-TRX directory
  78.     and execute CC-TRX. This method can be used with either a type 7 or type
  79.     15 shell.
  80.  
  81.     All transactions made in the CC-TRX Door are written to a text file named
  82.     CCTRX.TRX.
  83.  
  84.     There are four optional, external display files you may create to be used
  85.     by CC-TRX. They follow the ASC/ANS naming convention for RA display files,
  86.     but must reside in the same directory as CCTRX.EXE. The files are displayed
  87.     with More prompting. They are as follows:
  88.  
  89.     CCWELC.A*  - This file is displayed immediately after the opening CC-TRX
  90.                  title screen.
  91.     
  92.     CCSAVED.A* - This file is displayed after a successful transaction has
  93.                  been saved.
  94.  
  95.     CCCARD.A*  - This file is displayed before the user is prompted to select
  96.                  which credit card they wish to use.
  97.  
  98.     CCTRANS.A* - This file is displayed after the user selects "Perform Credit
  99.                  Card Transaction" from the CC-TRX menu.
  100.     
  101.     These files can include some of the control-codes used by RA such as the
  102.     clear-screen, pause, user name, etc. Those which are not supported will
  103.     be displayed as N/A.
  104.  
  105.     SUPPORT/SUGGESTIONS
  106.     -------------------
  107.     As with all of my shareware products, I strongly urge users to offer sug-
  108.     gestions for further enhancement of my software. Without suggestions, a
  109.     program will whither and die. WITH suggestions, a program can grow and
  110.     become an even more useful tool!
  111.  
  112.     If you have any problems setting up CC-TRX, have a bug to report or want
  113.     to offer a suggestion for future versions, you can contact me in several
  114.     ways: Via FIDO NetMail at 1:381/70, Via FIDO EchoMail in the RA_UTILS,
  115.     DOORWARE or SHAREWRE echos, Via RIME EchoMail in the Doors, Shareware,
  116.     Sysops or RemoteAccess conferences, call my BBS at 505-589-0319 USR DS and
  117.     leave a message or call my voice line at 505-589-0317 24 hours (answering
  118.     machine on duty).
  119.     
  120.     DISCLAIMER
  121.     ----------
  122.     I make no guarantees to the suitability or functionality of CC-TRX on your
  123.     system nor will I be held liable for any damages caused to you or your
  124.     system directly or indirectly by CC-TRX. I will, however, assist you to
  125.     the best of my ability to get CC-TRX running for you should you need
  126.     assistance. USE AT YOUR OWN RISK!
  127.  
  128.  
  129.  
  130.     REGISTRATION
  131.     ------------
  132.     CC-TRX is a shareware product, which means you try before you buy. If you
  133.     use CC-TRX beyond a 2 week evaluation period, you are required to register
  134.     it with the author. Complete and mail the following registration form with
  135.     a check or money order OR call my BBS and use your Visa or MasterCard in
  136.     the CC-TRX Credit Card Door!
  137.  
  138.     Randy Blackmond                               CC-TRX Credit Card Door v1.0
  139.     RR #1 Box 634                                            Registration Form
  140.     Anthony, NM 88021
  141.  
  142.     CC-TRX 1.0 is $15.00
  143.  
  144.     YOUR NAME _____________________________ YOUR VOICE PHONE _________________
  145.  
  146.     YOUR BBS NAME ___________________________ YOUR BBS PHONE _________________
  147.  
  148.     BAUD RATES SUPPORTED ___________________ 
  149.  
  150.     ARE YOU IN FIDO? IF SO, YOUR ADDRESS ________________
  151.  
  152.     ARE YOU IN RIME? IF SO, YOUR NODE ID ________________
  153.  
  154.     COMMENTS/SUGGESTIONS _____________________________________________________
  155.  
  156.     __________________________________________________________________________
  157.  
  158.     __________________________________________________________________________
  159.  
  160.