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.
That parameter doesn't increase the price, but just limits how many users they can share with.All work fine except that the price of the plan does not increase according to the int userfield. It only applies the discount.
In integrations->Family plans I have set as Limit the int userfield. To my understaning the number of shared users does not increase the price, so how can I make this do so?
cb_licenses can't directly increase the price, no. You need to use a CB Code Field as provided above to calculate the price increase based off the value of cb_licenses. This can even just be simple multiplying math as shown below.EDIT: Sorry, it seems that you have already answered this above. So I suppose I will use the int userfield to increase the price of the plan. That means that there is no option to multiply the number of users by the plan price, correct?
Please Log in or Create an account to join the conversation.