Finish Simple Php Application

I have a simple application for viewing and editing orders.

Staff fills out a form, which is stored in a mySQL DB.
Needs fixing — the fields on this form don’t update and total correctly. (price, qty, item total, shipping, tax, order total)
Needs fixing — when form is submitted, the Ajax isn’t updating page without refresh. Needs to update div #status on index.html

Staff can search order status by store, and customer first and last name.
Needs fixing — when form is submitted, the Ajax isn’t updating page without refresh. Needs to update div #search_results on orderStatusSearch.html

Admin can view and edit order details, and status.
I am using jQuery dataTables plugin.
Needs fixing — When a row’s image is clicked, Ajax call retrieves data returned from orderDetail.php correctly, but doesn’t display it.
Needs Adding — Table data, and details in hidden rows needs to be editable.

Leave a Reply

Your email address will not be published. Required fields are marked *