please follow the steps to make your booking, use the next and the previous buttons to navigate through the steps.
| Participants | Service / Item assigned | Price |
|---|---|---|
| {{guestManager.getGuestFullName(item, itemNumber)}} | {{item.name}} | {{currencySymbol}}{{item.price}} |
| Booking SubTotal : | {{currencySymbol}}{{subTotalPrice}} | |
| Discount ({{discountCoupon.discount}}%) : | {{currencySymbol}}{{(discountCoupon.discount/100)*subTotalPrice}} | |
| Payment process fees ({{PaymentProcessFeesPercentage}}%) | {{currencySymbol}}{{PaymentProcessFees}} | |
| Booking Total : | {{currencySymbol}}{{totalPriceAfterPaymentProcessFees}} |