Thread: Shopping cart
View Single Post
Join Date: Jul 2008
Posts: 9
Reputation: mirainc is an unknown quantity at this point 
Solved Threads: 0
mirainc mirainc is offline Offline
Newbie Poster

Re: Shopping cart

 
0
  #4
Jan 12th, 2009
Hey guys thanks for the reply
ive tried a different method..
i forgot to include the fact that im doing my project in dreamweaver using PHP.
Ive tried using server behaviours which is easier, BUT i have one problem..

In Products.php page, when the user clicks on the add to cart button, the products are added to the shopping cart. This works fine, but how can i display what the user has selected on another page which is the Cart.php?

Example in Products.php
Title | Author |
Twilight Stephenie Meyer Add to Cart

Cart.php
should display the above information when i add to cart.
Note that when i click on add to cart, it is saved to the shopping cart table.

Thanks!
Reply With Quote