home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 004 / sbrain.zip / SAMPLE.CTL < prev    next >
Text File  |  1994-03-31  |  698b  |  18 lines

  1. ;If the file SHIPPING.CTL is present in the BRAINEX\SBRAIN directory,
  2. ;shipping charges will be based on the table below, and not the 
  3. ;SHIPPING= value in the CATALOG.DAT.
  4. ;
  5. ;To EXCLUDE an item from the shipping charges used in this file, 
  6. ;put SHIPPING=NONE in the CATALOG.DAT file (for BBS subscriptions, etc.).
  7. ;
  8. ;Separate values with spaces, first value is the MINIMUM PRICE,
  9. ;second value is the MAXIMUM PRICE, third value is the SHIPPING CHARGE.
  10. ;Example: If total price is 15, shipping will be 5.
  11. ;All comments lines in this file may start with a ;
  12. ;
  13. MIN=1    MAX=9     SHIPPING=3
  14. MIN=10   MAX=20    SHIPPING=5
  15. MIN=21   MAX=100   SHIPPING=10
  16. MIN=101  MAX=9999  SHIPPING=20
  17.  
  18.