The slots for the CartSummaryList container allow you to customize the appearance of the cart summary list.
Thumbnail
Define a callback function in the Thumbnail slot of the CartSummaryList container to modify or replace the thumbnail section for each item in the cart.
The context object passed to the callback function includes an item property that contains the item data with the following type:
Example: Extend the Thumbnail slot
The following example demonstrates how to extend the Thumbnail slot.
Footer
The Footer slot allows you to add content to the bottom of the CartSummaryList container.
The following example demonstrates how to extend the footer slot by adding a promotional cart rule to each product in the cart.
ProductAttributes
The ProductAttributes slot allows you to add content to the CartSummaryList container.
The following example demonstrates how to add the Fashion Material and Fashion Style product attributes to each product in the cart.
OrderSummary slots
You can customize the appearance of the order summary by using slots.
EstimateShipping
The EstimateShipping slot allows you to add Estimate Shipping layout to the OrderSummary container.
The following example demonstrates how to add the Estimate Shipping layout to the OrderSummary container.
Coupons
The Coupons slot allows you to add the Coupons layout to the OrderSummary container.
The following example demonstrates how to enable coupons to the OrderSummary container.