In Limio for Salesforce, multiple offers can be added to a single order. This applies to both Manage Subscriptions and Flows, and can be controlled from a setting in the Custom Metadata:
-
Go to the ic Assist Config Custom Metadata, click Manage records, and edit Subscription Actions record.
-
Add the allowMultiOffersPurchase attribute to the newSubscription object, if it is not there, and set its value of the newSubscription to true or false to enable or disable the feature.
Note: object properties must be separated with commas:"newSubscription": { "disableStartDate": true, "allowMultiOffersPurchase": true }
After enabling the feature, you’ll see a new button below the New Subscription block in the Manage Subscription console.
In order to enable multiple offers purchase in the Limio Acquisition flow, you need to configure the new Selected offer screen, learn more here.
Multiple order items view:
Comments
0 comments
Please sign in to leave a comment.