How to declare a memory for a shopping cart?
after i click on add to cart button, i get the product details but the problem is, where should i store the information? if i store it into an array, then how i going to display it in gridview? i tried to download source code from this webside but i don't understand the method to create a shopping cart as source code below:
Profile.Cart = new Wrox.Commerce.ShoppingCart();
what should i do if need to declare a memory for a shopping cart....sorry for my poor english, and hope any of you can help me as fast as possible...thanks
|