I m developing an e-commerce application. The objective is when user clicks on an product i want to find a way to add this product to a shopping-basket(ID,Price,Quantity etc). I was thinking that this basket could be a collection of objects(defined by me) and each time user clicks on a product i could execute
Mineobj.Add var1,var2..... and update my collection.
Well those data will be sent my customer's email.
Well i cant use COM objects (Developed in VB) because the server i m uploading is not dedicated.
Can you think anything? Any other suggestions?
Thanks in Advance....
Mineobj.Add var1,var2..... and update my collection.
Well those data will be sent my customer's email.
Well i cant use COM objects (Developed in VB) because the server i m uploading is not dedicated.
Can you think anything? Any other suggestions?
Thanks in Advance....