PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello, I am trying to figure out the best way to do an online ordering system for my chinese takeaway! the way i would like it to work is:
people log onto my site
register there details
takes them to the order page
they place the order and goto the payment page
payment is processed via someone like paypal or googlecheckout
payment cleared thank you order coming soon screen
(in shop) usb reciept printer prints two reciepts, one for kitchen to cook and the other for driver to deliver with name address on etc.
is this possible in php mysql? anyone fancy giving me some of there time to work on this project? I have done most of the design, just need to make it work!
So these are the basic tables you need in order to construct you database.
FYI: tbl = table, int = integer, str = string
I have used the above abreviations to help recognise the data types used except for tbl which simply identifies a table. str as a datatype could be VARCHAR or TEXT - anything that is text based really, or mixed.
Sounds good. What about people forgetting there login details etc. Need to add something for that. How long will it take to get a beta version up and running then?
If someone forgets their login just send the login details to the email address they signed up with or additionally you could add a secret question and answer facility - either way is simple enough.
It won't take long to setup a beta version. You already have the cosmetic side sorted so now all you need to do is setup the database and program the basket and login stuff etc...
Do you want to communicate by email instead of via the forum?