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 }
In the Acquisition flow, Add More Offers button will appear at the top right corner of the Selected offer screen.
If Selected offer screen is not part of your flow yet, you can configure it, learn more here.
Comments
0 comments
Please sign in to leave a comment.