msQuickView
Component for quick product view and cart widget with live updates
The component provides quick product view and purchase, plus a cart widget with full cart features (change quantity, live price update, etc.).
Edit settings under "System settings" with filter "msQuickView".



Trigger cart load on click:
<p class="msquickview_cart">show cart</p>In product template:
<div class="msquickview" data-href="[[+id]]">Quick view</div>Containers:
<div class="modal-body loadview loadview_cart">
response loads here
.loadview - product
.loadview_cart - cart
</div>