Adding items to the basket via a quick order page
Posted: Wed Jul 02, 2008 10:54 am
I am building out a quick order page. The user gets a page that has any number of text boxes, they can enter a sku and qty for things. I get all that on the post back and render lines of the items with some basic product info, including options if they exist. The user would make any final selections and all things would be added to the basket. I was looking at buyproduct.ashx, but cant figure out how you handle the options thing. I want to be able to just add all that in one crack, then take the user wherever i want to next. How might this be done? I don't want to brute force write this to the database directly, I would rather use able functions to do this. Any ideas?