Setting up the shopping cart
One of the main features of our client app is the shopping cart. To access the shopping cart page, click the cart icon in the top right.
You'll see that we have no items in our cart, so we're given a link back to the home page to browse for items.
If we click an item, we're sent to the item page where we're shown an Add To Cart button, but currently it has no functionality.
So in this video we'll be setting up this functionality using Vuex ORM.
Click to load comments...