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.

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

  • 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

{{data.attributes. display_description__limio}}

Insert any offer attribute into this richtext field by entering {{data.attributes.attributeName}}. Read more about Limio Variables here:

Add On Additional Information

richtext

{{data.attributes. description__limio}}

Insert any add-on attribute into this richtext field by entering {{data.attributes.attributeName}}. Read more about Limio Variables here:

Last updated

Was this helpful?