The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Handle discount range related to count of order
Hi,
we try to make a calculation form where a user can order a training.
Works all as expected, but we need to place a discount range related to the count of ordered Trainings.
Means
OrderNumber | Discount
1 | 1
2-4|5%
3-6|10%
7-10|15%
I had the price of event in field [70], the number of orders in a number Field [74] and now try to lock for a logic to handle a discount related the value placed in number of orders?
October 9, 2018 at 7:58 am
You can do this with jQuery by monitoring field 74 for changes and adjusting the price in field 70 accordingly.
Discussion closed.