Royal Caribbean Cruises

Calling all sea adventures! Get ready to rock the boat with Royal Caribbean - the ultimate voyage of fun, sun, and excitement! Immersed yourself in the floating playground filled with non-stop thrills, mouthwatering feasts, and jaw-dropping entertainment. Royal Caribbean has everything from zooming down water-slides to savouring world-class cuisine and catching dazzling shows under the stars. Imagine waking up to a new tropical paradise every day, all while kicking back in style and luxury. So, what are you waiting for? Pack your sunscreen, swimsuit, and sense of adventure - celebrate the royal way with your family, and friends; set sail with Royal Caribbean to make unforgettable memories most thrillingly and fabulously possible!

Cruises Packages Deals

Enquiry

One or more fields have an error. Please check and try again.

$('#interest_in_select2').select2() $('input[name="preferred_departure_date"]').daterangepicker({ opens: 'left', minViewMode:'month', autoApplyClickedRange:true, locale: { format: 'MMM-YY' }, // minDate:new Date() }, function(start, end, label) { }); var isRoyalCaribbean = ["Adventure of The Seas","Allure of The Seas","Anthem of The Seas","Brilliance of The Seas","Enchantment of The Seas","Explorer of The Seas","Freedom of The Seas","Grandeur of The Seas","Harmony of The Seas","Icon of The Seas","Independence of The Seas","Jewel of The Seas","Liberty of The Seas","Mariner of The Seas","Navigator of The Seas","Oasis of The Seas","Odyssey of The Seas","Ovation of The Seas","Quantum of The Seas","Radiance of The Seas","Rhapsody of The Seas","Serenade of The Seas","Spectrum of The Seas","Symphony of The Seas","Utopia of The Seas","Vision of The Seas","Voyager of The Seas","Wonder of The Seas"]; var enquiryFormContainer = '.enquiry-form-container' $(`${enquiryFormContainer} form`).on('submit', function(e) { e.preventDefault() // Hide submit btn and show loading status $(`${enquiryFormContainer} .submit-container button`).hide() $(`${enquiryFormContainer} .submit-container .form_loading__container`).show() $(`${enquiryFormContainer} .form-top .err-msg`).text('') // Clear all error message $(`${enquiryFormContainer} .form-bottom`).removeClass('form-bottom-show') $.ajax({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') }, url: "https://parlotours.com.my/parlo-travel-fies7a-july-2023", method: 'POST', data: { 'first_name': $(`${enquiryFormContainer} input[name="first_name"]`).val(), 'last_name': $(`${enquiryFormContainer} input[name="last_name"]`).val(), 'email': $(`${enquiryFormContainer} input[name="email"]`).val(), 'phone': $(`${enquiryFormContainer} input[name="phone"]`).val(), 'interest_in': $(`${enquiryFormContainer} select[name="interest_in[]"]`).val(), 'preferred_departure_date': $(`${enquiryFormContainer} input[name="preferred_departure_date"]`).val(), 'num_of_person': $(`${enquiryFormContainer} select[name="num_of_person"]`).val(), 'remark': $(`${enquiryFormContainer} input[name="remark"]`).val(), }, success: function(res) { location.href = "https://parlotours.com.my/cruises/royal-caribbean/thank-you"; }, error: function(res) { if (res.responseJSON.errors) { for (const key in res.responseJSON.errors) { $(`${enquiryFormContainer} .form-top #${key}_err_msg`).text(res.responseJSON.errors[key]) } $(`${enquiryFormContainer} .form-bottom`).addClass('form-bottom-show') } }, }).always(() => { $(`${enquiryFormContainer} .submit-container button`).show() $(`${enquiryFormContainer} .submit-container .form_loading__container`).hide() }) })