Iteration 1: Creating a Smarter Cart
Learn to improve the functionality of an existing cart.
We'll cover the following...
Associating a count with each product in our cart is going to require us to modify the line_items
table. We’ve used migrations before, like when we used migration in ...