FREELessons: 11Length: 2.2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.3 Creating Orders

The next step in developing our application is creating the checkout process—when the customer decides to purchase the items in their cart. From a code standpoint, that means we need to translate the cart into an order. We'll do so in this lesson.