#
#  TD.11.TXT
#
# -----------------------------------------------------------------------------
#

#
# this will create an item called 'hohum,' and a matrix to go with it.
# it will create two dimensions, and (3*3=9) variants (representing a 
# fully populated matrix).  Each variant will have 4208 as an sku, 
# and a price of 12.00.
#
# it then creates an item called hohum2, which adds some more ranges to
# the matrix, and uses a different price and sku.
#
## 1_type=item;  1_attr=mc; 1_field=Name
## 2_type=dim;   2_attr=c;  2_dim=Color;  2_matrix=Standard matrix
## 3_type=dim;   3_attr=c;  3_dim=Size;   3_matrix=Standard matrix
## 2_split=,;    3_split=,
## 4_type=stock; 4_attr=u;  4_field=Price
## 5_type=stock; 5_attr=u;  5_field=SKU

hohum	r,g,b	s,m,l	12.00	4208
hohum2	c,m,y,k	s,m,xl	13.00	4209


