Tour Packages Selection
{{ validation.package.rules.required.message }}
No Of Traveler
* Pax required range for this package are from {{ book.package.min }} to {{ book.package.max }} with a minimum of 1 Adult * Total traveller in a room are limited up to 4. * At least one adult in each room.
Room
Adult (12 years & above)
Child (with bed)
Child (without bed)
No.{{ index + 1 }}
Add-on
{{ item.title }} (MYR {{ numberToLocaleNumber(item.price) }})

{{ item.category }} Traveller {{ index + 1 }} room {{ findRoom(item.roomId).index }} Select From Address Book
{{ rule.message }}
{{ rule.message }}
{{ rule.message }}
{{ rule.message }}
{{ rule.message }}
Price Summary
BUY 03 GET 01 FREE - 05D/04N ~ HANOI + HALONG BAY (OVERNIGHT ON CRUISE) + TRANG AN GROTTOES {{ book.package?.title }} {{ dateTransform(book.tourDate, "DD-MM-YYYY", "DD-MMM-YYYY") }}

Room
Adult Single x {{ book.pricing.adultSingle }} MYR {{ numberToLocaleNumber(book.pricing.adultSingleTotal) }}
Adult Twin x {{ book.pricing.adultTwin }} MYR {{ numberToLocaleNumber(book.pricing.adultTwinTotal) }}
Adult Tripple x {{ book.pricing.adultTriple }} MYR {{ numberToLocaleNumber(book.pricing.adultTripleTotal) }}
Child Single x {{ book.pricing.childSingle }} MYR {{ numberToLocaleNumber(book.pricing.childSingleTotal) }}
Child Twin x {{ book.pricing.childTwin }} MYR {{ numberToLocaleNumber(book.pricing.childTwinTOtal) }}
Child Triple x {{ book.pricing.childTriple }} MYR {{ numberToLocaleNumber(book.pricing.childTripleTotal) }}
Add-On
{{ item.title }} x {{ item.value }} MYR {{ numberToLocaleNumber(item.total) }}

Room total MYR {{ numberToLocaleNumber(book.totalPrice) }}
Add-on total MYR {{ numberToLocaleNumber(book.totalAddon) }}
Grand total MYR {{ numberToLocaleNumber(book.totalPayment) }}

Payment Due Today : MYR {{ numberToLocaleNumber(book.totalDeposit) }}

Final Payment Of : MYR {{ numberToLocaleNumber(book.finalPaymentValue) }} To Be Paid Before {{ timestampTransform(book.finalPaymentDate) }}