Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Correct, you could do that if that's how you'd like it setup.So in this case, I believe I could create 3 different prices in the Options/Prices tab with the above $ amounts with month as validity duration. Then in the "Name" field, just name each "1", "2", "3". Then use the substitution [PLAN_OPTS_PRICE] in the CBSubs/Integrations/URL we're sending?
Yes, that would also work. However you need to be sure to use variable pricing so you increase the price and not override it. You do this by prefixing the price. So for example +10 would cause the option to increase the price by 10.I could set the title = "Would you like to add additional licenses?", name = "additionalLicenses", value = "1", label = "Additional Licenses", price = corresponding price for each. Then, use the substitution [PLAN_OPTS_OPTION_{additionalLicenses}] in the CBSubs/Integrations/URL we're sending. In this example, the output would = 1
Both methods will work. So use whichever you feel seams best.Does this sound like it will work for what we need? If so, the only additional quesiton(s) I have would be the naming convention.... if we create a unique name & value for each option, can we use the same for other plans or must every single one of them be unique regardless if they're in the same plan or otherwise?
Don't include brackets. Since the name of your option is additionalLicenses (from your earlier example) then the substitution would be [PLAN_OPTS_OPTION_ADDITIONALLICENSES] (recommended) or [PLAN_OPTS_OPTION_additionalLicenses].[PLAN_OPTS_OPTION_{numOfLicenses}]
The option selection is stored within the basket so it's kept on renewals, etc..Also want to make sure this same value will be sent every time on not just activation, but also renewal etc...
Please Log in or Create an account to join the conversation.