June 12, 2014 at 09:37 /
Can i define a cost calculated by number of adults or day of stay?
Because it seems to me that i can only add a fixed extra cost using only “if” conditions, but i need a “every” condition.
i need something like:
– Breakfast: 2€ per person and for days of stay (so if i have 2 persons for 3 days, extra cost will be 12€)
Now i can only specify “if adults > 1 and days >1 add 2€”, so extra cost is calculated as 2€ total
… Or am I missing something?
Thanks in advance for support