Please follow the steps to complete your booking. Use the next and previous buttons to navigate through the booking process.
| {{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 Processing Fees ({{PaymentProcessFeesPercentage}}%) | {{PaymentProcessFeesFormatted}} | |
| Online Booking Total: | {{totalPriceAfterPaymentProcessFeesFormatted}} | |
| Remaining Amount: | €{{(totalPrice - downPaymentAmount).toFixed(2)}} |