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