# Component: Update Cart Items

**Available from:** Release 112

The **Update Cart Items** component displays a detailed list of all items in the subscription update checkout flow. This includes both the main offer and any add-ons selected. It does not include any additional offers that are on the subscription, or any add-ons that were previously purchased.

{% embed url="<https://69c2cf3a42a094f3cd354b8d-rfnbnfqzuj.chromatic.com/?path=/story/shop-components-cart-update-cart-items--default&full=1&shortcuts=false&singleStory=true&embed=true>" %}

## Behaviour

* Item title
  * For offers, the item title will always be the display\_name\_\_limio attribute on the product, "-", display\_name\_\_limio attribute on the offer. For example, "Digital Product - Annual Offer".
  * For add-ons, the item title will always be the display\_name\_\_limio attribute on the add-on.
* **Price**
  * Price is pulled from the [Limio price](https://docs.limio.com/integrations/zuora-integration/configuring-the-catalog/how-to-configure-subscriptions-in-limio-offers-with-initial-price-and-zuora-rate-plans) field or from configured [External pricing](https://docs.limio.com/integrations/zuora-integration/configuring-the-catalog/manage-your-pricing/how-to-configure-subscriptions-in-limio-offers-with-external-price-and-zuora-rate-plans).
* Remove items from the cart
  * Offers cannot be removed from the Update Cart Items component.\
    To change the selected offer, the customer must restart the update flow.
  * Add-ons can be removed as long as they were added during the Update flow. Add-ons that were previously purchased cannot be removed from a subscription using this component.

## Props

| Prop name                     | Prop type | Default                                                          | Notes                                                                                                                                                                                                                                                                                               |
| ----------------------------- | --------- | ---------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Offer Additional Information  | richtext  | <p>{{data.attributes.<br><br>display\_description\_\_limio}}</p> | <p>Insert any offer attribute into this richtext field by entering {{data.attributes.attributeName}}.<br><br>Read more about Limio Variables here: <a data-mention href="../list-of-variables-that-can-be-used-in-limio-components">list-of-variables-that-can-be-used-in-limio-components</a></p>  |
| Add On Additional Information | richtext  | <p>{{data.attributes.<br><br>description\_\_limio}}</p>          | <p>Insert any add-on attribute into this richtext field by entering {{data.attributes.attributeName}}.<br><br>Read more about Limio Variables here: <a data-mention href="../list-of-variables-that-can-be-used-in-limio-components">list-of-variables-that-can-be-used-in-limio-components</a></p> |
