CartWidget
component, display the accurate cart total where the hard-coded $40 exists now.<aside> 💡 Hint: You’ll need to access the ProductStore from within the CartStore to get the items prices.
</aside>
<aside> 💡 Hint: It might be helpful to create a dynamic getter in the ProductStore.
</aside>
If you have any leftover time, feel free to finish up the rest of the cart functionality: