The inventory table holds all product information as well as some processing information such as discounts and commission values.

Table Indexes

Table Fields

FieldDescription
categoriesCarriage Return delimited list of categories this item fits into. Must match category entries in the Lookups table.
text
commissionThe percentage of the item's actual sale price paid to the vendor.
decimal(20)
costCost for the item.
numeric(11,2)
descriptOne line description used for the item header
char(50)
emailtoCC for email to be sent.
text
expectedDate when the item is expected in if OnOrder.
datetime
imageName of an image file. Image files are considered to be stored in the ItemImages directory of the main Web Store root.
text
keywordsCarriage return delimited list of keywords for this item.
text
ldescriptLong detailed description. This description can contain HTML. Any linebreaks are automatically expanded into HTML breaks (<br> and <p>)
text
mfrThe manufacturer or vendor of the item.
char(30)
nowebIf set this item doesn't display on the Web.
bit
onorderNumber of items on order.
numeric(11,2)
physicalFlag that determines whether the item tracks inventory.
bit
pkPrimary Key
int
pricePrice for the item
numeric(11,2)
redirectIf set the item page redirects to this URL.
text
regpassRegistration password. Printed out on invoices.
text
regtextRegistration text used to send email confirmations. Usually contains download link and password.
text
savemailEmail address of a vendor who's to receive an XML email with the sold item details
text
skuSku for the item. This is the primary identifier used for this item besides PK.
char(15)
sortorderA numeric value to describe the sort order for the item. Higher number means it displays first in category lists.
numeric(4)
specialSpecial price for the item if on sale. (not used)
numeric(11,2)
stockStock qty for physical items.
numeric(11,2)
storepknot used
int
timestamp_column
timestamp
typeType of item - used for custom subtypes like Colors, Sizes etc. The type determines what INPUT fields are saved from the HTML form in the XML Properties.
char(5)
urlThe URL for the product page for more information.
text
weightWeight for physical items
numeric(11,2)
xmlXML Properties field.
text


Last Updated: 6/13/2003