Cana Pearl House
Opening 2020
Captiva House
Opening 2021
Casa del Mar
Opening 2023
Caribbean House
Opening 2022
Coral House Suites
Other Services
STAY WITH US, FEEL AT HOME
Canabay Coral House is perfect for the new generation of travelers that
prefer to enjoy their vacations without the restrictions of an all-inclusive hotel
Other Services
Everything you need for your stay in Canabay Coral House to be perfect.
Shuttle to nearby mall ($) (twice a day, subjected to change)
Free shuttle service to Beach Club
Free grocery shopping service
On-site 24-hour Suite-Shop Convenience Store ($)
Casino Hard Rock (Free Access)
Oro Discotheque ($) (20% discount cover entrance fee)
Fitness Center (closed for maintenance)
Hard Rock Spa (20% discount)
20% discount at Hard Rock Golf Club
-
“Excellent hotel!”
The hotel es awesome, really worth it. The culture of customer service and details make the hotel one of the best I have been to.
Gladys · Booking.com
-
"Exceptional stay"
Excellent service by the staff, excellent quality of the meals and the rooms are spectacular, clean and with all the details you can imagine. I loved the Beach Club and all its services. It is ideal to spend the holidays, I totally recommend it!
Pedro · Booking.com
-
“Awesome hotel”
The hotel is impressive, the rooms are large and spacious, with all the necessary amenities. The meals are exquisite, and the services, first class. Really a first class hotel!
Roxana · Booking.com
Want to see more options? Take a look at our other hotels.
-
The places you'd rather be
FROM 105 USD Room
NIght
See Hotel
-
Where family fun begins
FROM 99 USD Room
Night
See Hotel
-
Everything, right where you need it
FROM 105 USD Room
Night
See Hotel
-
Where hospitality meets the ocean
FROM 105 USD Room
Night
See Hotel
-
See what a difference a stay makes
FROM 99 USD Room
Night
See Hotel
-
More than just a hotel
FROM 99 USD Room
Night
See Hotel
BOOK DIRECTLY ON OUR WEBSITE
AND TAKE ADVANTAGE OF GREAT BENEFITS
SIGN UP FOR OUR NEWSLETTER
Subscribe to our newsletter and get our special offers delivered directly to your inbox.
{source}
chclient) && isset($app->chclient->new_booking) && $app->chclient->new_booking;
if ($new_booking)
{
$booking = $app->chclient->new_booking;
?>
[[script type="text/javascript"]]
var orderRef = '= $booking->id ?>' + ' ' + '= $booking->hotel_title ?>'; /* You MUST keep the blank space */
var payoutCodes = '';
var offlineCode = '';
var uid = '= $booking->hotel_id ?>';
var htname = '';
var merchantID = 4662;
var pixel = 0;
var orderValue = '= $booking->total ?>'; /* Commissionable Amount */
var checkOutDate = '= $booking->end_date ?>'; /* yyyy-mm-dd (separated by hypen) */
var currencyCode ='USD';
[[/script]]
[[script type="text/javascript" src="//scripts.affilired.com/v2/confirmation.php?merid=4662&uid== $booking->hotel_id ?>"]]
[[/script]]
[[script type="text/javascript"]]
recV3 (orderValue , orderRef, merchantID, uid , htname, pixel, payoutCodes, offlineCode,checkOutDate,currencyCode)
[[/script]]
{/source}
{source}
chclient) && isset($app->chclient->new_booking) && $app->chclient->new_booking;
$tracking = $app->getUserState('plg_chtrack', null);
$mirai = !empty($tracking->utm_medium) && ($tracking->utm_medium == 'mirai' || $tracking->utm_medium_first_visit == 'mirai');
if ($mirai && $new_booking)
{
$booking = $app->chclient->new_booking;
?>
[[script type="text/javascript"]]
var miraiMetaCanabayNS = {
createCORSRequest: function (method, url) {
var xhr = new XMLHttpRequest();
if ("withCredentials" in xhr) {
xhr.open(method, url, true);
} else if (typeof XDomainRequest != "undefined") {
xhr = new XDomainRequest();
xhr.open(method, url);
} else {
xhr = null;
}
return xhr;
}
}
function validateMiraiMetaDate(date) {
var reg = /(20)\d\d[-](0[1-9]|1[012])[-](0[1-9]|[12][0-9]|3[01])/;
return date.match(reg);
}
function convertDate(_date) {
if (_date == null || _date.length === 0) {
throw new Error("MiraiMeta.checkin unexpected value:"
+ _date);
} else {
var dateParts = _date.split("/");
return dateParts[2] + "-" + dateParts[1] + "-" + dateParts[0];
}
}
function validateMiraiMeta() {
if (!MiraiMeta.hotelId) {
throw new Error("MiraiMeta.hotelId unexpected value:"
+ MiraiMeta.hotelId);
}
if (!MiraiMeta.transactionId) {
throw new Error("MiraiMeta.transactionId unexpected value:"
+ MiraiMeta.transactionId);
}
if (!MiraiMeta.checkout || !validateMiraiMetaDate(MiraiMeta.checkout)) {
throw new Error("MiraiMeta.checkin unexpected value:"
+ MiraiMeta.checkout);
}
if (!MiraiMeta.checkin || !validateMiraiMetaDate(MiraiMeta.checkin)) {
throw new Error("MiraiMeta.checkin unexpected value:"
+ MiraiMeta.checkin);
}
}
$(document).ready(function () {
try {
var booking = $('#ch-new-booking').data('ch-booking');
var rooms = booking.rooms.length;
var MiraiMeta = MiraiMeta || {};
MiraiMeta.chainName = "CANABAY";
MiraiMeta.hotelId = 1;
MiraiMeta.transactionId = booking.id;
MiraiMeta.checkin = booking.start_date;
MiraiMeta.checkout = booking.end_date;
MiraiMeta.guests = rooms * 2;
MiraiMeta.rooms = rooms;
MiraiMeta.totalPriceWithTaxes = booking.total;
MiraiMeta.currency = booking.currency;
console.log(MiraiMeta);
// validateMiraiMeta();
var jsPixel = document.createElement("script");
jsPixel.setAttribute("type", "text/javascript");
jsPixel.setAttribute(
"src",
"https://reservation.mirai.com/XMAS/reservation/metasConfirmationTracking.js?chainName=" + MiraiMeta.chainName + "&chainIdHotel="
+ MiraiMeta.hotelId
+ "&transactionId="
+ MiraiMeta.transactionId);
document.getElementsByTagName("body")[0].appendChild(jsPixel);
} catch (err) {
var url = 'https://reservation.mirai.com/XMAS/reservation/trackPixelError?o=GTM_CANABAY&t='
+ MiraiMeta.transactionId
+ '&n='
+ err.name
+ '&m='
+ err.message;
var xhr = miraiMetaCanabayNS.createCORSRequest('GET', url);
xhr.withCredentials = true;
xhr.send();
}
});
[[/script]]
{/source}