home *** CD-ROM | disk | FTP | other *** search
- **************************
- MyStore 3.x VARIABLE TERMS
- **************************
-
- The following variables are used throughout your store and can be set
- by you. They all appear in the "storefront.htm" file except where
- indicated. Most are preceded by the term "var". They are listed
- alphabetically by functional group.
-
- var
- REGISTRATION VARIABLES:
- regcode = ""; The software registration code you receive when
- signing up for MyStore.
- sendto = ""; The e-mail address where purchase orders from your
- will be sent.
- storename = ""; Whatever name you give the store. This can be a
- trade name.
- userid = ""; The ID number you receive when signing up for MyStore.
- version = ""; This software version number. It is used as part
- of the registration code you received and must match
- that code for your store to produce a purchase order.
-
- CONFIGURATION VARIABLES:
- bizname = ""; The name of your business. This name is used to
- indicate where credit charges are billed from.
- byline = ""; Not used in the current version.
- ccenable = ""; Not used in the current version.
- cctele = ""; A telephone number where your customers can call in
- their credit card information.
- currency = ""; The currency symbol of your currency of choice.
- email = ""; The e-mail address for customer inquiries, also used
- as the webmaster mail address.
- flatitem = ""; A flat rate, per item, shipping charge.
- flatrate = ""; A per order shipping charge.
- giftcharge = ""; A per item gift wrap charge.
- returnpol = ""; A statement by you defining your return policy. This
- is particularly important when taking credit cards.
- snailmail = "" ; The address where customers can write or send checks.
- snh = ""; The basic, per order, shipping and handling charge
- you implement.
- storetele = ""; A general purpose telephone number where customers
- can reach someone from your store.
- taxrate = ""; A default tax rate that gets used when no tax rate
- is specified for a product.
- vattax = ""; A value added tax used in lieu of state taxes.
- ziplow = ""; For US postal codes, the lowest value of the zip
- codes within your state.
- ziphigh = ""; For US postal codes, the highest value of the zip
- codes within your state.
-
- DECORATION VARIABLES:
- buttons = ''; The path to the button images used for the store.
- detailpagelook = ''; The same as "pagelook" except just for the product
- type detail pages.
- header = ''; The path and HTML to tile an image or color into
- the page header.
- heading = ''; The color of the top row of information tables on
- the various store pages.
- headingfc = ''; The color of the text in the heading row.
- layout = ''; The path to decoration images used for the store.
- leftcol = ''; The path and HTML to tile an image or color into
- the left column of the store pages.
- lfcolor = ''; The color of the large font text on a page.
- navrow = ''; The color of the bottom row of information tables
- on the various store pages.
- pagelook = ''; The path and HTML to tile an image or a color onto
- the store pages.
- poweredby = ''; The path and HTML to a MyStore logo.
- rowa = ''; The color of the first row after the heading row.
- rowafc = ''; The color of the text in rowa.
- rowb = ''; The color of the second row after the heading row.
- rowbfc = ''; The color of the font in rowb.
- sfcolor = ''; The color of the small font text on a page.
-
- CONFIGURATION OPTIONS:
- payby[0] = ''; An array of values in a drop down menu of options
- for payment methods.
- payinstruct[0] = ""; An array of values providing payment instructions
- related to the payby methods.
- qfact[0] = new qFactor('',''); An array of values to be applied to each item
- according to quantity selected, providing quantity
- discounting.
- shipby[0] = ''; An array of values in a drop down menu of options
- for shipping methods.
-
- DATABASE VARIABLES AND OPTIONS:
- cat = ''; The name given a product category.
- msgheight = ; A numerical value in pixels defining the height of
- a pop up window with a detail information form
- used with the product category.
- msgwidth = ; A numerical value in pixels defining the width of
- a pop up window with a detail information form
- used with the product category.
- text = ""; A short text message displayed in relation to the
- product category.
- cat[0] = new category(''); An array of values defining and
- describing a new category.
- line[0] =new item('','','','','','','','',''); An array of values
- defining a product type, description, price, maker,
- ID, state, special, item weight, and item tax.
-
- **************************
-
-