{"id":79,"date":"2025-03-13T20:12:11","date_gmt":"2025-03-13T20:12:11","guid":{"rendered":"https:\/\/the-eves.co.ke\/?page_id=79"},"modified":"2025-04-30T04:19:18","modified_gmt":"2025-04-30T04:19:18","slug":"book-now","status":"publish","type":"page","link":"https:\/\/the-eves.co.ke\/index.php\/book-now\/","title":{"rendered":"Book Now"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]    \n    <form id=\"bookingForm\">\n        <label>Check-in Date: <input type=\"date\" name=\"checkin\" required><\/label><br>\n        <label>Check-out Date: <input type=\"date\" name=\"checkout\" required><\/label><br>\n\n        <label>Adults:\n            <select name=\"adults\" id=\"adults\" required>\n                <option value='1'>1<\/option><option value='2'>2<\/option><option value='3'>3<\/option><option value='4'>4<\/option><option value='5'>5<\/option><option value='6'>6<\/option><option value='7'>7<\/option><option value='8'>8<\/option><option value='9'>9<\/option><option value='10'>10<\/option><option value='11'>11<\/option><option value='12'>12<\/option><option value='13'>13<\/option><option value='14'>14<\/option><option value='15'>15<\/option><option value='16'>16<\/option>            <\/select>\n        <\/label><br>\n\n        <label>Children:\n            <select name=\"children\" id=\"children\">\n                <option value='0'>0<\/option><option value='1'>1<\/option><option value='2'>2<\/option><option value='3'>3<\/option><option value='4'>4<\/option>            <\/select>\n        <\/label><br>\n\n        <label>Occupancy Type:\n            <select name=\"occupancy\" id=\"occupancy\" required>\n                <option value=\"single\">Single<\/option>\n                <option value=\"double\">Double<\/option>\n            <\/select>\n        <\/label><br>\n\n        <label>Meal Plan:\n            <select name=\"meal_plan\" id=\"meal_plan\" required>\n                <option value=\"bed_only\">Bed Only<\/option>\n                <option value=\"b_and_b\">Bed & Breakfast<\/option>\n                <option value=\"half_board\">Half Board<\/option>\n                <option value=\"full_board\">Full Board<\/option>\n            <\/select>\n        <\/label><br>\n\n        <label>Rooms:\n            <select name=\"rooms\" id=\"rooms\" required>\n                <option value='1'>1<\/option><option value='2'>2<\/option><option value='3'>3<\/option><option value='4'>4<\/option><option value='5'>5<\/option><option value='6'>6<\/option><option value='7'>7<\/option><option value='8'>8<\/option>            <\/select>\n        <\/label><br>\n\n        <p><strong>Total: KES <span id=\"total_cost\">0<\/span><\/strong><\/p>\n\n        <button type=\"submit\">Proceed to Booking<\/button>\n    <\/form>\n\n    <script>\n    document.addEventListener('DOMContentLoaded', function () {\n        const form = document.getElementById('bookingForm');\n        const totalField = document.getElementById('total_cost');\n\n        function calculateCost() {\n            const checkin = new Date(form.checkin.value);\n            const checkout = new Date(form.checkout.value);\n            const occupancy = form.occupancy.value;\n            const mealPlan = form.meal_plan.value;\n            const rooms = parseInt(form.rooms.value) || 1;\n\n            let nights = (checkout - checkin) \/ (1000 * 3600 * 24);\n            if (isNaN(nights) || nights < 1) nights = 1;\n\n            let rate = 0;\n            if (occupancy === 'single') {\n                if (mealPlan === 'bed_only') rate = 4000;\n                else if (mealPlan === 'b_and_b') rate = 5000;\n                else if (mealPlan === 'half_board') rate = 6500;\n                else if (mealPlan === 'full_board') rate = 8000;\n            } else if (occupancy === 'double') {\n                if (mealPlan === 'bed_only') rate = 5000;\n                else if (mealPlan === 'b_and_b') rate = 6000;\n                else if (mealPlan === 'half_board') rate = 9000;\n                else if (mealPlan === 'full_board') rate = 12000;\n            }\n\n            const total = rate * nights * rooms;\n            totalField.innerText = total.toLocaleString();\n        }\n\n        form.addEventListener('change', calculateCost);\n        form.addEventListener('input', calculateCost);\n    });\n    <\/script>\n\n    [\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"    \n    <form id=\"bookingForm\">\n        <label>Check-in Date: <input type=\"date\" name=\"checkin\" required><\/label><br>\n        <label>Check-out Date: <input type=\"date\" name=\"checkout\" required><\/label><br>\n\n        <label>Adults:\n            <select name=\"adults\" id=\"adults\" required>\n                <option value='1'>1<\/option><option value='2'>2<\/option><option value='3'>3<\/option><option value='4'>4<\/option><option value='5'>5<\/option><option value='6'>6<\/option><option value='7'>7<\/option><option value='8'>8<\/option><option value='9'>9<\/option><option value='10'>10<\/option><option value='11'>11<\/option><option value='12'>12<\/option><option value='13'>13<\/option><option value='14'>14<\/option><option value='15'>15<\/option><option value='16'>16<\/option>            <\/select>\n        <\/label><br>\n\n        <label>Children:\n            <select name=\"children\" id=\"children\">\n                <option value='0'>0<\/option><option value='1'>1<\/option><option value='2'>2<\/option><option value='3'>3<\/option><option value='4'>4<\/option>            <\/select>\n        <\/label><br>\n\n        <label>Occupancy Type:\n            <select name=\"occupancy\" id=\"occupancy\" required>\n                <option value=\"single\">Single<\/option>\n                <option value=\"double\">Double<\/option>\n            <\/select>\n        <\/label><br>\n\n        <label>Meal Plan:\n            <select name=\"meal_plan\" id=\"meal_plan\" required>\n                <option value=\"bed_only\">Bed Only<\/option>\n                <option value=\"b_and_b\">Bed & Breakfast<\/option>\n                <option value=\"half_board\">Half Board<\/option>\n                <option value=\"full_board\">Full Board<\/option>\n            <\/select>\n        <\/label><br>\n\n        <label>Rooms:\n            <select name=\"rooms\" id=\"rooms\" required>\n                <option value='1'>1<\/option><option value='2'>2<\/option><option value='3'>3<\/option><option value='4'>4<\/option><option value='5'>5<\/option><option value='6'>6<\/option><option value='7'>7<\/option><option value='8'>8<\/option>            <\/select>\n        <\/label><br>\n\n        <p><strong>Total: KES <span id=\"total_cost\">0<\/span><\/strong><\/p>\n\n        <button type=\"submit\">Proceed to Booking<\/button>\n    <\/form>\n\n    <script>\n    document.addEventListener('DOMContentLoaded', function () {\n        const form = document.getElementById('bookingForm');\n        const totalField = document.getElementById('total_cost');\n\n        function calculateCost() {\n            const checkin = new Date(form.checkin.value);\n            const checkout = new Date(form.checkout.value);\n            const occupancy = form.occupancy.value;\n            const mealPlan = form.meal_plan.value;\n            const rooms = parseInt(form.rooms.value) || 1;\n\n            let nights = (checkout - checkin) \/ (1000 * 3600 * 24);\n            if (isNaN(nights) || nights < 1) nights = 1;\n\n            let rate = 0;\n            if (occupancy === 'single') {\n                if (mealPlan === 'bed_only') rate = 4000;\n                else if (mealPlan === 'b_and_b') rate = 5000;\n                else if (mealPlan === 'half_board') rate = 6500;\n                else if (mealPlan === 'full_board') rate = 8000;\n            } else if (occupancy === 'double') {\n                if (mealPlan === 'bed_only') rate = 5000;\n                else if (mealPlan === 'b_and_b') rate = 6000;\n                else if (mealPlan === 'half_board') rate = 9000;\n                else if (mealPlan === 'full_board') rate = 12000;\n            }\n\n            const total = rate * nights * rooms;\n            totalField.innerText = total.toLocaleString();\n        }\n\n        form.addEventListener('change', calculateCost);\n        form.addEventListener('input', calculateCost);\n    });\n    <\/script>\n\n    \n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-79","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Check-in Date: Check-out Date: Adults: 12345678910111213141516 Children: 01234 Occupancy Type: Single Double Meal Plan: Bed Only Bed &amp; Breakfast Half Board Full Board Rooms: 12345678 Total: KES 0 Proceed to Booking\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/the-eves.co.ke\/index.php\/book-now\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"The Eves Luxury Hotel &amp; Suites - Siaya\u2019s premier boutique hotel for travelers heading to Busia or Uganda, business visitors, and those visiting family.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Book Now - The Eves Luxury Hotel &amp; Suites\" \/>\n\t\t<meta property=\"og:description\" content=\"Check-in Date: Check-out Date: Adults: 12345678910111213141516 Children: 01234 Occupancy Type: Single Double Meal Plan: Bed Only Bed &amp; Breakfast Half Board Full Board Rooms: 12345678 Total: KES 0 Proceed to Booking\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/the-eves.co.ke\/index.php\/book-now\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-03-13T20:12:11+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-30T04:19:18+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Book Now - The Eves Luxury Hotel &amp; Suites\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Check-in Date: Check-out Date: Adults: 12345678910111213141516 Children: 01234 Occupancy Type: Single Double Meal Plan: Bed Only Bed &amp; Breakfast Half Board Full Board Rooms: 12345678 Total: KES 0 Proceed to Booking\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/the-eves.co.ke\\\/index.php\\\/book-now\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/the-eves.co.ke#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/the-eves.co.ke\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/the-eves.co.ke\\\/index.php\\\/book-now\\\/#listItem\",\"name\":\"Book Now\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/the-eves.co.ke\\\/index.php\\\/book-now\\\/#listItem\",\"position\":2,\"name\":\"Book Now\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/the-eves.co.ke#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/the-eves.co.ke\\\/#organization\",\"name\":\"The Eves Luxury Hotel & Suites\",\"description\":\"Siaya\\u2019s premier boutique hotel for travelers heading to Busia or Uganda, business visitors, and those visiting family.\",\"url\":\"https:\\\/\\\/the-eves.co.ke\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/the-eves.co.ke\\\/index.php\\\/book-now\\\/#webpage\",\"url\":\"https:\\\/\\\/the-eves.co.ke\\\/index.php\\\/book-now\\\/\",\"name\":\"Book Now - The Eves Luxury Hotel & Suites\",\"description\":\"Check-in Date: Check-out Date: Adults: 12345678910111213141516 Children: 01234 Occupancy Type: Single Double Meal Plan: Bed Only Bed & Breakfast Half Board Full Board Rooms: 12345678 Total: KES 0 Proceed to Booking\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/the-eves.co.ke\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/the-eves.co.ke\\\/index.php\\\/book-now\\\/#breadcrumblist\"},\"datePublished\":\"2025-03-13T20:12:11+00:00\",\"dateModified\":\"2025-04-30T04:19:18+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/the-eves.co.ke\\\/#website\",\"url\":\"https:\\\/\\\/the-eves.co.ke\\\/\",\"name\":\"The Eves Luxury Hotel & Suites\",\"description\":\"Siaya\\u2019s premier boutique hotel for travelers heading to Busia or Uganda, business visitors, and those visiting family.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/the-eves.co.ke\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Book Now - The Eves Luxury Hotel & Suites","description":"Check-in Date: Check-out Date: Adults: 12345678910111213141516 Children: 01234 Occupancy Type: Single Double Meal Plan: Bed Only Bed & Breakfast Half Board Full Board Rooms: 12345678 Total: KES 0 Proceed to Booking","canonical_url":"https:\/\/the-eves.co.ke\/index.php\/book-now\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/the-eves.co.ke\/index.php\/book-now\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/the-eves.co.ke#listItem","position":1,"name":"Home","item":"https:\/\/the-eves.co.ke","nextItem":{"@type":"ListItem","@id":"https:\/\/the-eves.co.ke\/index.php\/book-now\/#listItem","name":"Book Now"}},{"@type":"ListItem","@id":"https:\/\/the-eves.co.ke\/index.php\/book-now\/#listItem","position":2,"name":"Book Now","previousItem":{"@type":"ListItem","@id":"https:\/\/the-eves.co.ke#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/the-eves.co.ke\/#organization","name":"The Eves Luxury Hotel & Suites","description":"Siaya\u2019s premier boutique hotel for travelers heading to Busia or Uganda, business visitors, and those visiting family.","url":"https:\/\/the-eves.co.ke\/"},{"@type":"WebPage","@id":"https:\/\/the-eves.co.ke\/index.php\/book-now\/#webpage","url":"https:\/\/the-eves.co.ke\/index.php\/book-now\/","name":"Book Now - The Eves Luxury Hotel & Suites","description":"Check-in Date: Check-out Date: Adults: 12345678910111213141516 Children: 01234 Occupancy Type: Single Double Meal Plan: Bed Only Bed & Breakfast Half Board Full Board Rooms: 12345678 Total: KES 0 Proceed to Booking","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/the-eves.co.ke\/#website"},"breadcrumb":{"@id":"https:\/\/the-eves.co.ke\/index.php\/book-now\/#breadcrumblist"},"datePublished":"2025-03-13T20:12:11+00:00","dateModified":"2025-04-30T04:19:18+00:00"},{"@type":"WebSite","@id":"https:\/\/the-eves.co.ke\/#website","url":"https:\/\/the-eves.co.ke\/","name":"The Eves Luxury Hotel & Suites","description":"Siaya\u2019s premier boutique hotel for travelers heading to Busia or Uganda, business visitors, and those visiting family.","inLanguage":"en-US","publisher":{"@id":"https:\/\/the-eves.co.ke\/#organization"}}]},"og:locale":"en_US","og:site_name":"The Eves Luxury Hotel &amp; Suites - Siaya\u2019s premier boutique hotel for travelers heading to Busia or Uganda, business visitors, and those visiting family.","og:type":"article","og:title":"Book Now - The Eves Luxury Hotel &amp; Suites","og:description":"Check-in Date: Check-out Date: Adults: 12345678910111213141516 Children: 01234 Occupancy Type: Single Double Meal Plan: Bed Only Bed &amp; Breakfast Half Board Full Board Rooms: 12345678 Total: KES 0 Proceed to Booking","og:url":"https:\/\/the-eves.co.ke\/index.php\/book-now\/","article:published_time":"2025-03-13T20:12:11+00:00","article:modified_time":"2025-04-30T04:19:18+00:00","twitter:card":"summary_large_image","twitter:title":"Book Now - The Eves Luxury Hotel &amp; Suites","twitter:description":"Check-in Date: Check-out Date: Adults: 12345678910111213141516 Children: 01234 Occupancy Type: Single Double Meal Plan: Bed Only Bed &amp; Breakfast Half Board Full Board Rooms: 12345678 Total: KES 0 Proceed to Booking"},"aioseo_meta_data":{"post_id":"79","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-03-13 20:20:50","updated":"2025-06-03 22:33:03","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/the-eves.co.ke\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tBook Now\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/the-eves.co.ke"},{"label":"Book Now","link":"https:\/\/the-eves.co.ke\/index.php\/book-now\/"}],"_links":{"self":[{"href":"https:\/\/the-eves.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/79","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/the-eves.co.ke\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/the-eves.co.ke\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/the-eves.co.ke\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/the-eves.co.ke\/index.php\/wp-json\/wp\/v2\/comments?post=79"}],"version-history":[{"count":8,"href":"https:\/\/the-eves.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/79\/revisions"}],"predecessor-version":[{"id":578,"href":"https:\/\/the-eves.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/79\/revisions\/578"}],"wp:attachment":[{"href":"https:\/\/the-eves.co.ke\/index.php\/wp-json\/wp\/v2\/media?parent=79"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}