Product Groups are used to create a dynamic Product Builder
interface for your customers.
Product Builders are only used in
environments where a complete line of products is available in a variety of
colors, sizes, etc.
The product builder template differs from the product template only in that the partnumber isn't listed anywhere. The part number is determined by matching the options provided (color,size,etc) with the options listed for each product.
To design a product builder interface, follow these simple steps:<FORM METHOD=POST ACTION="showcart.html"> <INPUT type=hidden name="Action" value="Add Product"> <INPUT type=hidden name="Group_Name" value="Shirt"> Color: <SELECT NAME="Product_Color"> <OPTION> Blue <OPTION> Red <OPTION> Green </SELECT> Color: <SELECT NAME="Product_Size"> <OPTION> Small <OPTION> Medium <OPTION> Large </SELECT> </FORM>