Please Log in or Create an account to join the conversation.
Yes, option selection is stored in the basket attached to their subscription. The basket will restore the selection during CBSubs substitution handling.the only questions remaining... on each renewal, will this same [PLAN_OPTS_OPTION_ADDITIONALLICENSES] parameter work? meaning will it send the same value that it did on activation via the CBSubs Integrations / URL?
Options can only be changed at time of renewal/resubscribe. So if they want to downgrade they'll need to do so at their next renewal.if a user wishes to downgrade from 2 to 1 license for example, will they be able to do that via their user profile like normal? will they have to unsubscribe & resubscribe or are they able to upgrade/downgrade?
It's recommended to use a unique name for each option.can we use ADDITIONALLICENSES for other plans as well being the variable name? or should we create different ones for each plan, such as ADDITIONALLICENSESPLAN1, ADDITIONALLICENSESPLAN2, ADDITIONALLICENSESPLAN3 etc.....
It's not passed properly how? You mean for users that don't have a plan option value selected? It should just be empty value in that case.if current subscribers are on one of the plans, and we have the [PLAN_OPTS_OPTION_ADDITIONALLICENSES] sent to our server via CBSubs / integrations / url, it will not pass a value properly.
Please Log in or Create an account to join the conversation.
Right, so when the http post is sent, the server is expecting a value. In this case, if it's empty, the server will throw an error.It's not passed properly how? You mean for users that don't have a plan option value selected? It should just be empty value in that case.
Please Log in or Create an account to join the conversation.
Default is just default selected option. It won't apply to existing users. Note you can use IF substitutions with these as well as they're normal substitution values. So you can check if it's empty. Example as follows.So for 100% current autorecurring subscribers, this wouldn't work unless a value can be sent. This is what I thought the "Default" option was for on the right side just below the "Blank Text" field. Is there a way you have it send the value we put into this Default field IF it is empty?
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.