please follow the steps to make your booking, use the next and the previous buttons to navigate through the steps.//
{{guestManager.getGuestFullName(item, itemNumber)}} | {{item.name}} | {{currencySymbol}}{{item.price}} |
Booking SubTotal//: | {{currencySymbol}}{{subTotalPrice}} | |
Discount// ({{displayedDiscountWithSign}}) | -{{currencySymbol}}{{discountDeductedValue}} | |
SubTotal after discount// | {{currencySymbol}}{{subTotalPrice - discountDeductedValue}} | |
Down payment// ({{downPaymentPercentage}}%)
|
€{{downPaymentAmount.toFixed(2)}} | |
Payment Process Fees// ({{PaymentProcessFeesPercentage}}%) | {{PaymentProcessFeesFormatted}} | |
Online Booking Total//: | {{totalPriceAfterPaymentProcessFeesFormatted}} | |
Remaining Amount//: | €{{(totalPrice - downPaymentAmount).toFixed(2)}} |