Commerce blocks
Commerce Mini Cart
Configure the mini-cart dropdown that appears in your site header. This block integrates with Adobe Commerce to provide a seamless shopping experience for your customers.
Version: fix-headers
Document authoring configuration
Modify the values in the second column to customize the block’s behavior. You can remove any rows for properties you don’t need to configure.
| commerce-mini-cart | |
| Start Shopping Url | /path/to/page (example) |
| Cart Url | /path/to/page (example) |
| Checkout Url | /path/to/page (example) |
| Enable Updating Product | ’false’ |
| Undo Remove Item | ’false’ |
Section metadata
Control the section styling that wraps your commerce block using the section metadata table:
| section-metadata | |
| Style | light, highlight (optional) |
Learn more: See the Section Metadata guide for complete styling options and the Page Metadata guide for SEO, caching, and social sharing options.
Configuration properties reference
The table below describes each configuration property in detail:
| Property | Default | Req? | Description |
|---|---|---|---|
start-shopping-url | No | URL for “Start Shopping” button when cart is empty. | |
cart-url | No | URL for cart page navigation. | |
checkout-url | No | URL for checkout navigation. | |
enable-updating-product | ’false’ | No | Enables product editing via mini-PDP modal. Shows/hides edit buttons for configurable products. |
undo-remove-item | ’false’ | No | Enables undo functionality when removing items. Shows/hides undo option after item removal. |
Tips for merchants
- Use document authoring to configure this block without writing code.
- Test configuration changes in preview before publishing to production.
- Ensure your configuration matches your Adobe Commerce backend settings.