Web Components · Global
<mmm-cart>
Full-page cart layout — distinct from the slider.
What it is
The dedicated cart page (often /cart). Larger than the slider with room for line-item notes, recommended products, and a richer checkout button.
When to use
- Standalone /cart page
- Cart review step before checkout
Attributes
AttributeTypeDefaultDescription
data-show-recommendationsbooleantrueRender a recommended-products carousel.idstring—Unique element identifier.classstring—Custom CSS class list.hiddenbooleanfalseHide the element without removing it from the DOM.Examples
Default
Standalone cart page layout.
<mmm-cart></mmm-cart>