Hi,
I have a site with a bunch of product pages (about 10 of them.)
I want to add an "Add to List" link under each product so viewers can use it to add the product to their list. Kind of like a shopping cart but without all the login, payment processing, online administration... Just for the users to be able to add/remove and update the list of items they are interested in and upon submission go to a form to enter their personal info (minus credit card info) and have the form emailed to someone.
I already put all the information about the products into a MySQL database.
Can you guide me on how to do this? (using sessions.)
Thanks a lot.