views:

29

answers:

1

I have a database for different products in db and I don't need any cart, just want to get product from one category and need to check out. But the problem is that I have 200 products. I am really dissapointed that what to do with this because how do I manage this kind of project.

A: 

Make a script to show the products somehow. You can just query for all the products and print them, or you can paginate or something.

Then, make a script to show a specific product's details, which is linked to in the product list. You can use PayPal's dev. tools to add a button on your page to handle the purchase.

strager