Basket Summary
The basket summary widget shows a summary of the products in the basket, if basket support is enabled. This allows the traveler to get a quick overview of the items in the basket, their price, and to remove unwanted products. The widget is shown whenever the user adds a new product to the basket as a modal centered in the viewport. From the modal the user can either continue shopping or proceed to the checkout.
In order to use the basket summary widget, you need to enable the basket support in the configuration.
If enableCart
is false
ordering products will take the user directly to the checkout.
This widget will not be shown.
Attributes
There are no attributes to configure for this widget.
Example
<blend-basket-summary></blend-basket-summary>
<!-- Use the Blend Basket Button to add a trigger button for the basket summary -->
<blend-basket-button></blend-basket-button>