Velo newbie here. I imagine someone has done this before, as it doesn’t seem that weird. I would like to make a pricing plan conditional on some factor. That could be don’t display the pricing plan unless the condition is true, don’t allow the user to select it, or don’t allow the user to purchase it. Condition could be presence of a field in the contact data, or the field being in a certain range. Examples might be, I only want to allow someone over 65 to purchase this plan (birthdate <= current date - 65 years); only allow someone to purchase a plan if a partner ID has been entered (e.g., Silver Sneakers ID); only allow contacts with a certain flag set (e.g., member has verified their ID); etc.
Has anyone done this who wouldn’t mind walking me through it?
Thanks!