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

  1.             **************************
  2.             MyStore 3.x VARIABLE TERMS
  3.             **************************
  4.             
  5. The following variables are used throughout your store and can be set
  6. by you.  They all appear in the "storefront.htm" file except where 
  7. indicated.  Most are preceded by the term "var".  They are listed
  8. alphabetically by functional group.
  9.  
  10. var
  11. REGISTRATION VARIABLES:
  12. regcode = "";      The software registration code you receive when
  13.                    signing up for MyStore.
  14. sendto = "";       The e-mail address where purchase orders from your 
  15.                    will be sent.
  16. storename = "";    Whatever name you give the store.  This can be a
  17.                    trade name.
  18. userid = "";       The ID number you receive when signing up for MyStore.
  19. version = "";      This software version number.  It is used as part
  20.                    of the registration code you received and must match 
  21.                    that code for your store to produce a purchase order.
  22.  
  23. CONFIGURATION VARIABLES:
  24. bizname = "";      The name of your business.  This name is used to
  25.                    indicate where credit charges are billed from.
  26. byline = "";       Not used in the current version.
  27. ccenable = "";     Not used in the current version.
  28. cctele = "";       A telephone number where your customers can call in
  29.                    their credit card information.
  30. currency = "";     The currency symbol of your currency of choice.
  31. email = "";        The e-mail address for customer inquiries, also used 
  32.                    as the webmaster mail address.
  33. flatitem = "";     A flat rate, per item, shipping charge.
  34. flatrate = "";     A per order shipping charge.
  35. giftcharge = "";   A per item gift wrap charge.
  36. returnpol = "";    A statement by you defining your return policy.  This
  37.                    is particularly important when taking credit cards.
  38. snailmail = "" ;   The address where customers can write or send checks.
  39. snh = "";          The basic, per order, shipping and handling charge
  40.                    you implement.
  41. storetele = "";    A general purpose telephone number where customers
  42.                    can reach someone from your store.
  43. taxrate = "";      A default tax rate that gets used when no tax rate
  44.                    is specified for a product.
  45. vattax = "";       A value added tax used in lieu of state taxes.
  46. ziplow = "";       For US postal codes, the lowest value of the zip
  47.                    codes within your state.
  48. ziphigh = "";      For US postal codes, the highest value of the zip
  49.                    codes within your state.
  50.  
  51. DECORATION VARIABLES:
  52. buttons = '';      The path to the button images used for the store.
  53. detailpagelook = ''; The same as "pagelook" except just for the product
  54.                    type detail pages.
  55. header = '';       The path and HTML to tile an image or color into
  56.                    the page header.
  57. heading = '';      The color of the top row of information tables on
  58.                    the various store pages.
  59. headingfc = '';    The color of the text in the heading row.
  60. layout = '';       The path to decoration images used for the store.
  61. leftcol = '';      The path and HTML to tile an image or color into
  62.                    the left column of the store pages.
  63. lfcolor = '';      The color of the large font text on a page.
  64. navrow = '';       The color of the bottom row of information tables
  65.                    on the various store pages.
  66. pagelook = '';     The path and HTML to tile an image or a color onto
  67.                    the store pages.
  68. poweredby = '';    The path and HTML to a MyStore logo.
  69. rowa = '';         The color of the first row after the heading row.
  70. rowafc = '';       The color of the text in rowa.
  71. rowb = '';         The color of the second row after the heading row.
  72. rowbfc = '';       The color of the font in rowb.
  73. sfcolor = '';      The color of the small font text on a page.
  74.  
  75. CONFIGURATION OPTIONS:
  76. payby[0] = '';     An array of values in a drop down menu of options
  77.                    for payment methods.
  78. payinstruct[0] = ""; An array of values providing payment instructions
  79.                    related to the payby methods.
  80. qfact[0] = new qFactor('','');  An array of values to be applied to each item
  81.                    according to quantity selected, providing quantity
  82.                    discounting.
  83. shipby[0] = '';    An array of values in a drop down menu of options
  84.                    for shipping methods.
  85.  
  86. DATABASE VARIABLES AND OPTIONS:
  87. cat = '';          The name given a product category.
  88. msgheight = ;      A numerical value in pixels defining the height of
  89.                    a pop up window with a detail information form
  90.                    used with the product category.
  91. msgwidth = ;       A numerical value in pixels defining the width of
  92.                    a pop up window with a detail information form
  93.                    used with the product category.
  94. text = "";         A short text message displayed in relation to the
  95.                    product category.
  96. cat[0] = new category('');  An array of values defining and
  97.                    describing a new category.
  98. line[0] =new item('','','','','','','','','');  An array of values
  99.                    defining a product type, description, price, maker,
  100.                    ID, state, special, item weight, and item tax.
  101.             
  102.             **************************
  103.  
  104.