|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Shopping cart Tutrial
http://www.devarticles.com/content.php?articleId=132
Any idea how to make a end of this? To make a check-out file, that includes the things thats in the cart. With a simple form, no creditcard and something like that needed.. Frank |
|
#2
|
|||
|
|||
|
Frank,
This article was only intended to show the basics of setting up a simple shopping cart, hower it's really easy to extend it to collect shipping details, etc. Just create another table called orders with fields like orderId, name, address1, address2, suburb, state, country, zip, phonenumber, deliverycost, etc and create a HTML form. Capture the details from the form and spit them into the order table along with the details from the cart into another table. From there you might want to use PHP's mail() function to send them to yourself as an email. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Shopping cart Tutrial |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|