Shopping Cart

Now we will be building a simplified Shopping Cart module which will take advantage of our newly built database abstraction class.

Let's map out the features of the Shopping Cart:

  • Shopping List page:
    • The shopper should see several items with their names and prices
    • The shopper should be able to click on a checkbox beside each item which adds it to the cart

  • Checkout page:
    • List of items and their prices
    • Total

  • Confirmation page:
    • Input the details such as the bill-to address, bill-to credit card number, and, of course, the name
    • The shopper should also be able to specify which address to send the goods to

Building the shopping items list

In this page, we will create basic HTML blocks to show the list of items that a shopper may wish to buy.

We will ...

Get PHP 7 Programming Blueprints 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.