Asp Shopping Cart Needed 17.05.09
I basically need the few pages that make up the shopping cart. Our web site is in traditional ASP so the coding will need to be done in .asp Here is a sample page where I have alreading added the ‘Buy Now Checkout’ button.
http://www.epier.com/BiddingForm.asp?1920751
You can also checkout this site that is also in traditional .asp to see how they are doing the shopping cart.
http://www.campustech.com/itemDetail.asp?ItmNo=22444109
From here you can see I am still working on the shopping cart page.
I am an intermediate programmer but need a little help since this is my first time building the shopping cart sequence. I do not know whether to create cookies or whether this can be done using sessions?
I already have the users table and the products table. From what I have been reading I will need 2 additional tables:
Baskets table which will keep track of the orders
Basket items table which will keep track of the items in each order
So the pages I will need are:
standard products page – will have add to cart
shopping cart page – will have remove item, update quantity, continue shopping link or image
checkout page
I need someone who is knowledge in the best programming practice for building shopping carts. Thank you for your assistance.