Get up to 80 % extra points for free! More info:

Lesson 43 - E-shop in PHP - Editing orders

In the previous lesson, E-shop in PHP - PDF invoice template, we finished generating invoices. In today's tutorial, we'll start working on the order administration which is the last feature our e-shop is still missing.

I'm glad you've made it so far and that I'm able to program this final feature with you. We will implement a very real form which is not in any textbook. However, it is present in many business applications. It will look like the following:

Order-management form

The form looks like an invoice and we should be able to change:

  • Invoice details (issue date, due date) - Changing the invoice details is trivial and we can do so using a form with a few fields.
  • Customer details (name, address, ...) - However, changing customer details is not as simple since they're split up into multiple database tables. We'll use the pre-existing person administration to do so. This is why we'll learn to use another form with the help of the jQuery UI dialog.
  • Ordered products - Changing the ordered products is the hardest part. To make a truly effective tool, we'll have to add dynamic administration for the customer's cart using AJAX, including real-time order recounting.

Model

Let's start with models as we always do.


 

...End of the preview...
Continue further

You will gain knowledge worth hundreds of thousands for a few crowns

You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.

Buy this course

Buy all currently available lessons with exercise submitting and other features for just $91.44
Current account balance $0
By buying this package, you'll have access to all 46 articles (46 lessons) in this course.

Before buying this article, you have to buy the previous one

This article is licensed: Premium no-reselling, by buying this article, you agree with the terms of use.

Commercial article (licence no-reselling)

Commercial article (licence no-reselling)

This article is based on many years of experience in the IT field, and describes how to develop a professional commercial product or parts, that can be directly used to generate profit or to get as a gate into the industry.

This knowledge is only for the members of our community who are working their way up to become IT professionals. Therefore, this knowledge is only available in exchange for credits. You can use the source code from this article for one commercial project. However, you will not be able to resell it. Simply put, you can't buy our article once and then sell our code multiple times. If you need to use this code a bit more extensively, we are ready to discuss Commercial licence options with you. You can find more info on this in the following article Licence.

Are you ready to become a professional? All you have to do is click here!.

Article description

Requested article covers this content:

In this tutorial, we'll design the order management part for e-shop administrators and prepare the controller for it as well.

You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.

Article has been written for you by David Capka Hartinger
Avatar
The author is a programmer, who likes web technologies and being the lead/chief article writer at ICT.social. He shares his knowledge with the community and is always looking to improve. He believes that anyone can do what they set their mind to.
Unicorn university David learned IT at the Unicorn University - a prestigious college providing education on IT and economics.
Activities