Hi,
In this version is not possible, the add item to cart from form work only with the Quantity form field like my exemples, the form field can be a textbox or a checkbox but not a radiobutton.
I need receive from the form the complete list of field, one for each product you have into the recordset, because to detect which product must be added to the cart I use the index of the field where the returned value is >0. If you see the code of the page the fields have only the name ("Quantity") so when you submit the form the cart receive a list of comma separated value like 0,1,0,0,0... and I use the index of this array to detect the product the user want add to the cart.
Gianluigi |
|
|