Minicart flyout
TABLE OF CONTENTS
Summary
The minicart flyout is a standard magesuite behavior after a product is added to the cart - from the product page or from a product tile.
Magesuite standard
ID | Â | Comment |
---|---|---|
1 | Header (tile and close icon) |
|
2 | Image | Â |
3 | Product name | Â |
4 | Collapsible attributes configuration - for configurable or bundle products | Â |
5 | Price / discount price | Â |
6 | Quantity Increment | Â |
7 | Edit button | Â |
8 | Remove button | Â |
9 | Cart subtotal (depending on admin setting also tax can be shown) | Â |
10 | Go to checkout button | Â |
11 | Go to cart button | Â |
Â
The desktop view has the same design, but the minicart is a bit wider.
Magesuite optional scenarios
Functionality | Screens | Comment / Dev hint |
---|---|---|
Use +/- (qty-increment) for changing quantity | Â | <item name="useDefaultQty" xsi:type="boolean">false</item> |
Show information about total count of items in the cart | Â | <item name="showTotalItems" xsi:type="boolean">true</item> |
Do not show product options for configurable products | Â | <item name="showProductOptions" xsi:type="boolean">false</item> |
Do not show edit and/or remove button | Â | |
Minicart as offcanvas, but not opened when a product is added | Â |
|
Minicart as a dropdown | Â | |
Minicart has a product carousel visible on offcanvas. The carousel can be configured as related/upsell/crossell products for a given products. Unfortunately this is only desktop solution. | Â |
Â
Live shops customization examples
URL | Mobile/desktop |
---|---|
 | |
 | |
 | |
 |
Â
Free gift (optional module)
See module documentation: FreeGift (optional)
Shiping addons - free shipping bar (optional module)
See module documentation: ShippingAddons and User Guide 3.4.4. Free Shipping Indicator
Â