Wednesday, 7 February 2007

Proceed to Payment Feature...

I have come up with the following for the proceed to payment feature.


Design:




The colour or theme of the button is yet to be decided and is not important at this stage of the development.

Functionality:

To store all the information entered or selected in the following fields:

Customer ID
Event ID/Name
Type of Ticket
Price of Ticket
Quantity
Date of Event.


Once the “check out” button is pressed it will save the above information so that it can be calculated on the payments page. It can be designed so that once the button is pressed it calculates the total straight away, or it can just transfer the information on to the next page. It will also open the payments page where it will contain a summary and total of all of the above.

Implementation:
I would use xhtml and PHP to implement the design of this feature. PHP can be useful with its Session and Cookies feature too, for example so that it can remember existing users. A database created using SQL can be used to store the information entered into the fields.

No comments: