Fee Formula - Add Percentage of Plan Price

  • Nicholas Flint
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 3 months ago #151790 by Nicholas Flint
Fee Formula - Add Percentage of Plan Price was created by Nicholas Flint
I want to add a custom field called Donation that will add a percentage of the plan price based on a selection from a list (2%, 4%, 5%, etc). I haven’t been able to get this to with using the Fee Formula field. Is this possible?

Please Log in or Create an account to join the conversation.

More
3 years 3 months ago #151799 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Fee Formula - Add Percentage of Plan Price
Hello

Yes. Should be possible. In Fee Values of the field, enter:

0.02
0.04
0.05

In Fee Formula, use this syntax:

[NAME_OF_FIELD_IN_UPPERCASE]*[PLAN_PRICE]

For example, if the field name is osm_donation, then Fee Formula would be [OSM_DONATION]*[PLAN_PRICE]

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Nicholas Flint
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 3 months ago #151873 by Nicholas Flint
Replied by Nicholas Flint on topic Fee Formula - Add Percentage of Plan Price
Thank you. That worked. I was trying to use [PRICE] instead of [PLAN_PRICE]

Please Log in or Create an account to join the conversation.

More
3 years 3 months ago #151876 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Fee Formula - Add Percentage of Plan Price
Great. Happy to hear that it works as expected

Tuan

Please Log in or Create an account to join the conversation.