They do have color options but...
They do have color options, though I am using an explode function to to get the colors fro a comma delineated filed in the database. they will go in the cart as seperate colors and I am trying to bring in the sizes from a separate table that only go with the particular item. I am using the "ecart get from recordset" behavior and check boxes to allow the user to select only the sizes they wish to order. I have given up trying to get multiple quantities in and let the user update in the cart. I can get one size into the cart but can't get multiple sizes in. I have made the size column in the cart unique. Trying to use data assist search function to filter the the size recordset. even though it says don't filter the record set and let the search behavior sort, if I do that, all the sizes from every time go into the cart. If I sort the size recordset by Item_Id, all the correct sizes come in but only one goes into the cart o matter how amany you check. Very frustrating. Have tried every combination of sorting, binding and recordsets that I can think of. Any help would be a greatly appreciated. Below is the code if it helps:
I'm attaching code
thanks vjc