Field Names for formula

  • Joseph D'Arcy
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 4 months ago #130896 by Joseph D'Arcy
Field Names for formula was created by Joseph D'Arcy
Hello

I'm looking for list of the field names so I can add to Fee Formula

What i'm exactly looking for is for the Plan Value so I can add a percantage to this.


Thanks

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

More
5 years 4 months ago #130913 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Field Names for formula
Hello

1. You can use any custom fields in formula. Just use the syntax [NAME_OF_FIELD_IN_UPPERCASE]

2. For the price of the plan, you can use [PLAN_PRICE] tag

Please let me know if you still have other questions

Regards,

Tuan

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

  • Joseph D'Arcy
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 4 months ago #130929 by Joseph D'Arcy
Replied by Joseph D'Arcy on topic Field Names for formula
Cheers Tuan

So altough [PLAN_PRICE]/100*12 actually adds 12% to the Plan value, I want to be able to display this fee but all I can display is [PLAN_PRICE]/100*12





Any ideas what I'm doing wrong here ?



thanks
Attachments:

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

More
5 years 4 months ago #130934 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Field Names for formula
Hello

You cannot display fee. The purpose of custom fee field is that when user chooses a fee option, the fee value associated with that option will be added to total fee of the subscription

It's not possible to display the fee as you want

Tuan

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