# Subflow: Manage Add-Ons

#### **LFS version:** requires Limio for Salesforce v12.31 or later

**Limio version requirement**: requires Limio v98 or later

In this article, we will delve into a new flow designed for managing add-ons on existing subscriptions.

As a part of [](https://docs.limio.com/integrations/using-limio-for-salesforce/manage-subscriptions-flow "mention"), Manage Add-Ons extends it's functionality and aims to enhance customer experience.

<figure><img src="https://3950144701-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKxTpA9AeeNYx1ml6UpHj%2Fuploads%2FdPHa3jU1d6ZUjCswOGe2%2Fimage.png?alt=media&#x26;token=838f2bdb-ad1f-424d-9742-51bb89c6569d" alt=""><figcaption></figcaption></figure>

*\*user view of a subscription with an existing add-on after adding the second add-on*

***

###

**How to enable Manage Add-Ons action:**

This action is hidden by default. In order to make it visible, follow these steps:

1. Navigate to **Custom Metadata Types -> icAssistConfig -> Manage records -> Subscription Actions**
2. Edit the **Config** field:
   1. add a new **allowManageAddOnsAction** boolean property and set it to *true*.

### Flow overview

This flow consists of the following elements:

<figure><img src="https://3950144701-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKxTpA9AeeNYx1ml6UpHj%2Fuploads%2FM7dkUngu1J4A7hy8OJKG%2Fimage.png?alt=media&#x26;token=4d5e3abe-7464-42bc-97b7-e79b48a0227b" alt=""><figcaption></figcaption></figure>

1\. **Manage Add-ons Screen** - contains two components:

*Limio Order Total* - renders Zuora Preview for the order total

<figure><img src="https://3950144701-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKxTpA9AeeNYx1ml6UpHj%2Fuploads%2FDA9Bn7w7rWm4syyfmrTw%2Fimage.png?alt=media&#x26;token=13c7e2f0-1136-4f46-acba-152cd2f2d33c" alt=""><figcaption></figcaption></figure>

*Limio Order-Manage Add-Ons - accepts Selected Subscription and additionally self-references orderItems and orderPayload to preserve the values in case on the screen re-rendering. It allows selecting an add-on, changing quantity on the selected item and publishes these updates back to the flow.*

<figure><img src="https://3950144701-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKxTpA9AeeNYx1ml6UpHj%2Fuploads%2F7noAg9GfCLZM5tqpNe4R%2Fimage.png?alt=media&#x26;token=5fd85950-763c-40e9-98cf-7dc1e7212c38" alt=""><figcaption></figcaption></figure>

*2.* **Order Summary** - consistently with the other Manage Subscription flow journeys, this component displays a brief summary of the order and order total, and allows submitting the order to Limio.

<figure><img src="https://3950144701-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKxTpA9AeeNYx1ml6UpHj%2Fuploads%2FaD4UtwUfJ62qOZ4mpT6W%2Fimage.png?alt=media&#x26;token=2f61edcf-5997-4417-89cc-6e9896a469dd" alt=""><figcaption></figcaption></figure>

### How to customise the experience

<figure><img src="https://3950144701-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKxTpA9AeeNYx1ml6UpHj%2Fuploads%2FI5O4nu2YmxmK2gEAQHWF%2Fimage.png?alt=media&#x26;token=3072d4df-16c3-4ffa-bed4-7bb7740bcd62" alt=""><figcaption></figcaption></figure>

*Specify types of add-ons to choose from in the selector modal following the instructions in* [Specify Types of Add-Ons to Display](https://docs.limio.com/integrations/setting-up-limio-for-salesforce/add-ons-config/add-ons-display-types).
