Total:
USD{{ calculateTotalPrice(option, true) }}
Adult:
USD{{ getSinglePrice(option, false) }}
USD{{ getSinglePrice(option, true) }} x {{ adultCount }}
USD{{ getDayTourUnitPrice(option, 1) }} x {{ adultCount }}
Child:
USD{{ getChildPrice(option, false) }}
USD{{ getChildPrice(option, true) }} x {{ childCount }}
USD{{ getDayTourUnitPrice(option, 2) }} x {{ childCount }}
Infant: USD0 x {{ infantCount }}
{{ option.discountMessage || '' }}
Book Now