Chapter 14. Using ASP.NET to Build the Shopping Cart

IN THIS CHAPTER

Objectives

  • Review ASP.NET state management options

  • Understand the data model necessary to implement a shopping cart

  • Learn how MyGolfGear.NET creates and manages an order

  • Learn how to add, update, and delete items within a MyGolfGear.NET order

  • Create a shopping cart page where the products within an order are displayed

The heart of an e-Commerce site is the shopping cart. Users can build their orders in this area by selecting various products and adding them to their orders. Usually, this process is described as “adding items to your basket,” just as you would do at a grocery store. This chapter discusses the steps necessary to build a fully functional shopping cart. We'll discuss ...

Get Building e-Commerce Sites with the .NET Framework now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.