Issue #52 - SPA Mini Cart
I have added a MiniCartViewModel that contains the total number of items in the cart. This allows each page render for the mini cart to be quick without having to initialize all the items. As soon as you hover over the Mini Cart icon it starts a ajax call to get the CartViewModel. It will only make this call once. After the data has been retrieved the LoadData call is not called again.
@moslem7026 If this ends up having that behavior, your suggestion would definitely be one that we'd need to consider implementing. Thanks again! :)
I think this PR is outdated by now. Maybe this should be closed and we should approach this again.
This is no longer needed. We just built a new one that's being released right now, in 3.8.0.