October 3, 2013 at 11:27 /
You can have nested conditions, but not calculate two separate prices in one field. So you could make something like “if 1 pers and 0 child = 40, if 1 pers and 1 child = 65 and so on”, but I would rather use two price fields – one for the adults and one for the children’s.
The tag for that would be
1 |
[price check meals "content:40" title="Meals" pa][price check mealsc "content:25" title="Meals" pc] |
.
And if you want to go further you can use display=”hidden” on the second one and let it get checked if the first one gets checked.
Regards