Hello all,
I am trying to create my own Shopping Cart system, very basic but it'll work how I want it too!
I have a Product Page which pulls the Product Name, Description, Price and Image. This is working great and the page is styled up and ready! Now, the problem that I am having is somehow storing this information in some kind of session and then displaying the information on the next page which you get to via the "Buy Now" button. This button will take you to the Shopping Cart page where in a table, the information will be displayed.
How would I go about this?