Multiple add to cart with options
Posted: Thu Mar 05, 2009 11:14 am
I've adapted code from various Able pages to allow purchase of products with options with one add to cart button. It works fine on a category page.
Now I need to change it so that customer can enter a sku and quantity for any product.
I would like to have it where there are ten rows in the grid (the control is using a repeater for the products) with a text box on each row and after the sku is entered the product name and options are retrieved and the options can them be entered and the quantity.
Or a grid where the first sku is entered, those options/quantity selected and when that is done, a new line shows up for the next product.
Do you have any advice on the best way to go about this, including maybe switching to a different type of data display control if necessary?
Thanks
Now I need to change it so that customer can enter a sku and quantity for any product.
I would like to have it where there are ten rows in the grid (the control is using a repeater for the products) with a text box on each row and after the sku is entered the product name and options are retrieved and the options can them be entered and the quantity.
Or a grid where the first sku is entered, those options/quantity selected and when that is done, a new line shows up for the next product.
Do you have any advice on the best way to go about this, including maybe switching to a different type of data display control if necessary?
Thanks