Please follow the steps to complete your booking. Use the next and previous buttons to navigate through the booking process.
| Item | Participants | Price | |
|---|---|---|---|
| {{cartItemEntry.name}} |
|
{{currencySymbol}}{{cartItemEntry.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)}} |