Order form help

He has: 83 posts

Joined: Feb 2005

Im in the process of making my website more professional feeling and my next step is to add a better way of ordering my stuff.

http://www.aquaholiccorals.com

The way its set up right now, could be kind of confusing for some. So I want to implement an order form of some sort. My site has cgi and php capabilities but I dont know what I am doing, I dont even know what to start with Smiling

The order form I want to create will be so people could input the coral ID#'s in some fields enter thier name address email etc.... and then have it emailed to me so I can send the customers shipping and total cost quotes.

~Joe~

He has: 388 posts

Joined: Apr 2005

This is very easy with php but if your going to be sending information like creditcard numbers through email its not going to be very safe and you will have to tell your costomers they are at risk.

He has: 83 posts

Joined: Feb 2005

No cc numbers or information like that will be transferred just peoples names and address and stuff like that.

He has: 698 posts

Joined: Jul 2005

You could either check out http://www.hotscripts.com for scripts like that, or you could code something yourself with MySQL that would do something like this:

Show all products (like you do) and by clicking on a product name (or picture) it brings up product information, including the picture, name, price, stock, and whatever other info you need to show. Then, there would be an order button which would pass on a variable (the product ID or name (something unique to that item)) and would be noted in the form. They would fill out the necessary info and push Order or Submit, whatever, and it would email all of this to you, or enter it in a MySQL table, or whatever you would like.

If you need some help, feel free to email me at ms_creashuns @ yahoo.com

Kurtis

They have: 18 posts

Joined: Jul 2004

Here is an example of what can be done with Perl (CGI) and a MySQL Database:

A Test Form Website

You can even test out the Administration Panel if you so desire:
username: admin
password: password

Please realize that this is just a fake site as part of my portfolio to demonstate my Perl & MySQL skills. But I thought it looked like what you were after.

- Jinno

-----------------------
"I hear and I forget. I see and I remember. I do and I understand." - Confucius

He has: 83 posts

Joined: Feb 2005

Alright, well I have decided to learn PHP and MYSQL. Got a couple books and I have a headache already.

I think I'm going to start a new thread for my questions pertaining to what I am learning.

He has: 388 posts

Joined: Apr 2005

if all you want is a simple form that emails orders to you i will write one for you but well done starting php its worth it you can do alot (and im not even that good);

He has: 83 posts

Joined: Feb 2005

Well thats what my first step was going to be but after starting my books I have lots more planned for the site Smiling

I would let your write the script for me but I need to learn how to do it myself but thanks for offereing.

He has: 388 posts

Joined: Apr 2005

Yeah that is the best way but let me steer you in the right direction with this tutorial
here

He has: 83 posts

Joined: Feb 2005

Thanks for the link. Will come in handy when I figure out what I am doing LOL

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.