Tourist tax
Hi,
I need to add a tourist tax for each reservation. This tax depends on the number of nights AND the number of persons per room.
How can i achieve this?
For example (tourist tax = 3.10€):
I need to add a tourist tax for each reservation. This tax depends on the number of nights AND the number of persons per room.
How can i achieve this?
For example (tourist tax = 3.10€):
- 2 nights with 2 adults would cost 4 * 3.10 € = 12.40€
- 2 nights with 1 adult would cost 6.20€
- 1 night with 3 adults would cost 9.30€