How do i sell items on a website? using PHP & SQL (Uni project)?

  • Thread starter Thread starter duffy1807
  • Start date Start date
D

duffy1807

Guest
Hey guys, I really hope somebody can direct in the right direction for a couple of tutorials to help me design a fully functional payment method for my (Uni Project).

Basically , i have designed a simple website that is selling items. My project must include a system, so I thought about adding a database to the wesbite & a shopping cart.

For example, in my database I have available 10 blue chairs for £2 each available. And 5 green chairs for £2 each available.

A user on my websites orders 2 blue chairs that means the total is £4 (I would like to show this on the website)
E.G the user chooses

Item: Blue chair Qty: (Drop Down List) 2
Cost: (depends on item & Qty) with a add to Cart function next to it.

Finally when the items are added to the Cart and the user checkouts and am thinking about adding a free Paypal Shopping Cart.

I want my database to change from the Qty of the blue chairs from 10 to 8.


Please if anybody can either Simplify my project with a working system such as above, or give me some tutorials on how to do it.

i would be very much appriated on everybodys answers.

P.S please keep in mind, the website is small with about 10 items for sales. I just need a system similar to above that works.

Thanks in advanced, Craig
 
Back
Top