Chapter 5. Shopping Cart
Now that we have products defined and a catalog structure, we need to provide a way for customers to collect items together in a shopping cart in order to make a purchase.
You may have noticed that we already have an Add to Cart button on the Product display that enables the customer to add a specified Quantity of a product.
In Drupal Commerce, there are a number of ways to display the cart, and as ever, they are all controlled by Views which makes it very easy to customize them.