Accommodation previously selected
|
|
{{ accommodation.name }}
{{
accommodation.slogan[lang] ? accommodation.slogan[lang] : accommodation.slogan['pt']
}}
{{ accommodation.max_adults }}
guests
{{ accommodation.bedrooms }}
Rooms
{{ accommodation.roomsBeds }}
Beds
{{ accommodation.area }}m2
|
The number of days selected exceeds the maximum allowed by the rate plan! There is a minimum stay of {{ accInfo.minDays }} nights for the accommodation selected. This rate plan does not allow check-in on the chosen date! This rate plan does not allow check-out on the chosen date! This rate plan is unavailable on one of the chosen dates |
{{ acc.ratePlan }} {{ acc.totalPrice.toFixed(2) }}€ |
The number of days selected exceeds the maximum allowed by the rate plan!
There is a minimum stay of {{ acc.minDays }} nights for the accommodation selected.
This rate plan does not allow check-in on the chosen date!
This rate plan does not allow check-out on the chosen date!
This rate plan is unavailable on one of the chosen dates
|
|
|
|
{{ accommodation.name }}
{{
accommodation.slogan[lang] ? accommodation.slogan[lang] : accommodation.slogan['pt']
}}
{{ accommodation.max_adults }}
guests
{{ accommodation.bedrooms }}
Rooms
{{ accommodation.roomsBeds }}
Beds
{{ accommodation.area }}m2
|
Available accommodation
|
|
{{ accommodation.info }}
{{
accommodation.accommodations[0].slogans[lang] ? accommodation.accommodations[0].slogans[lang] : accommodation.accommodations[0].slogans['pt']
}}
{{ accommodation.max_adults }}
guests
{{ accommodation.bedrooms }}
Rooms
{{ accommodation.single_beds + accommodation.double_beds }}
Beds
{{ accommodation.area }}m2
|
The number of days selected exceeds the maximum allowed by the rate plan! There is a minimum stay of {{ accommodation.minDays }} nights for the accommodation selected. This rate plan does not allow check-in on the chosen date! This rate plan does not allow check-out on the chosen date! This rate plan is unavailable on one of the chosen dates |
{{ acc.ratePlan }} {{ acc.totalPrice.toFixed(2) }}€ |
The number of days selected exceeds the maximum allowed by the rate plan!
There is a minimum stay of {{ acc.minDays }} nights for the accommodation selected.
This rate plan does not allow check-in on the chosen date!
This rate plan does not allow check-out on the chosen date!
This rate plan is unavailable on one of the chosen dates
|
Available accommodation
|
|
{{ accommodation.info }}
{{
accommodation.accommodations[0].slogans[lang] ? accommodation.accommodations[0].slogans[lang] : accommodation.accommodations[0].slogans['pt']
}}
{{ accommodation.max_adults }}
guests
{{ accommodation.bedrooms }}
Rooms
{{ accommodation.single_beds + accommodation.double_beds }}
Beds
{{ accommodation.area }}m2
|
The number of days selected exceeds the maximum allowed by the rate plan! There is a minimum stay of {{ accommodation.minDays }} nights for the accommodation selected. This rate plan does not allow check-in on the chosen date! This rate plan does not allow check-out on the chosen date! This rate plan is unavailable on one of the chosen dates |
{{ acc.ratePlan }} {{ acc.totalPrice.toFixed(2) }}€ |
The number of days selected exceeds the maximum allowed by the rate plan!
There is a minimum stay of {{ acc.minDays }} nights for the accommodation selected.
This rate plan does not allow check-in on the chosen date!
This rate plan does not allow check-out on the chosen date!
This rate plan is unavailable on one of the chosen dates
|
Additional Services
Service Name | Value | Total | |||
---|---|---|---|---|---|
{{ so.name }}
|
-
|
-
|
{{ so.amount.toFixed(2) }}€ | {{ calculateOptionalServiceLineTotal(so) }}€ |
Taxes
Tax | Value | Total | ||
---|---|---|---|---|
{{ tax.name }} | {{ tax.quantity }} | {{ tax.days }} | {{ parseFloat(tax.price_per_person).toFixed(2) }} € | {{ (tax.quantity * tax.days * parseFloat(tax.price_per_person)).toFixed(2) }} € |
Information
Payment
Select your payment method
Credit card
Bank transfer
Bank transfer
Resume
Accommodations
{{ acc.name }}
{{ acc.qty }}x {{ acc.price.toFixed(2) }}€ = {{ (acc.qty * acc.price).toFixed(2) }}€
Additional Services
{{ os.name }}
{{ totalDays }} x {{ os.amount.toFixed(2) }}€ = {{ (totalDays * os.amount).toFixed(2) }}€
{{ totalPersons }} x {{ os.amount.toFixed(2) }}€ = {{ (totalPersons * os.amount).toFixed(2) }}€
{{ totalPersons }} x {{ totalDays }} x {{ os.amount.toFixed(2) }}€ = {{ (totalDays * totalPersons * os.amount).toFixed(2) }}€
{{ os.amount.toFixed(2) }}€ = {{ (os.amount).toFixed(2) }}€
Taxes
{{ tax.name }}
{{ tax.days }}
x
{{ tax.quantity }}
x
{{ parseFloat(tax.price_per_person).toFixed(2) }}€
=
{{ (tax.days * tax.quantity * tax.price_per_person).toFixed(2) }}€
Discount
{{ coupon.code }}
{{ parseFloat(coupon.amount).toFixed(2) }}€
{{ coupon.amount }}%
Total:
{{ totalToPay.toFixed(2) }}€