DatePicker Discount ?
-
Hello again !
As you might know, i’m using the calculated field as calculator for car rental.
Most of the feature fit my needs but i was wondering something.My client want to include a discount price when more that 3 days are selected.
Just to remember, my calculator is made of a date picker + dropdown element.
Total is :
abs(fieldname2-fieldname1+1) * (fieldname6)Fieldname1Is Check in Date andFieldname2is Check out dateFieldname 6is a dropdown menu with the car (Choice = Mercedes,Value = 2000)QUESTION : Is it possible to decrease the
value( for example ) if the client select more that 3 days ?For example :
if the client select from 1 to 3 day value is normal : 2000 * nb of days selected
If the client select from 3 to 7 days : 2000-20% = 1600 * nb of days selected
If the client select more that 8 days : 2000-40% = 1200 * nb of days selected
The topic ‘DatePicker Discount ?’ is closed to new replies.