bobdog:
thanks for the reply. I need the customer to be able to specify how many of each cartridges he wants. Like, 1 black and 2 yellow, add to cart.
Um, this method is not the typical ZC style of product selection. There are ways to get what you want ultimately or in some way, buut here's thing. An attribute, is sort of like an add-on. Each type of attribute means. Something different and serves a different function. And then there is a list of items.
So, when looking at the product page itself, selecting the add to cart button takes all the information associated with that one product and adds it to the cart. The default is to deal with a single product that has multiple attributes. Your asking to add multiple products as attributes. Is possible, but requires some custom coding.
Typically what one. Would see is a drop down or a bulleted list, so cuustomer would select black and then add x quantity, then return to yellow and add y quantity. Or some stores will list each type of cartridge (item) as it's own product, that way once in the appropriate category could select different quantities of each and add all to the cart at once.
The custom code would need to uniquely identify each quantity box, then cycle through those quantity boxes to add each attribute to the cart. Probably, already a plug-in developed, but I don't know what it is. Essentially wanting to add to cart by attribute. (This is different than monitoring the quantity of product available to customer by attribute. )