{"id":8,"date":"2019-01-17T14:18:51","date_gmt":"2019-01-17T14:18:51","guid":{"rendered":"http:\/\/gulfcoastvac.wpengine.com\/?page_id=8"},"modified":"2020-12-10T12:37:38","modified_gmt":"2020-12-10T12:37:38","slug":"checkout","status":"publish","type":"page","link":"https:\/\/rentcapecoral.com\/de\/checkout\/","title":{"rendered":"Checkout"},"content":{"rendered":"<div id=\"checkout-container\" class=\"row chk2 content-area\" ng-controller=\"CheckoutController as cCtrl\">\r\n    <div ng-init=\"hash='';seo_page_name='';referrer_url='https:\/\/rentcapecoral.com\/de\/checkout\/';unit_id='';location_id='';condo_type_id='';unit_name='';isCheckout=true;advanced_reservations=0;advanced_reservations_date='';max_nights='';current_date='17\/04\/2026';useStreamShare='';aptexx_gateway_id=''\">\r\n        <main id=\"main\" class=\"site-main\" role=\"main\" ng-init=\"initCheckout()\">\r\n\r\n        <style type=\"text\/css\">\r\n            #checkout-container .panel-heading.open,\r\n            #checkout-container.chk2 input:checked+.slider-fees,\r\n            .panel-footer button,\r\n            #checkout-container.chk2 .row-due-today {\r\n                background-color:  !important;\r\n            }\r\n\r\n            #checkout-container.chk2 input:checked+.slider-fees:before {\r\n                color:  !important;\r\n            }\r\n\r\n            @media all and (min-width: 1200px) {\r\n                #checkout-container {\r\n                    margin-top:  !important;\r\n                }\r\n            }\r\n            <\/style>        \r\n\r\n                        <div class=\"col-xs-12\">\r\n                <div class=\"alert alert-danger\" ng-show=\"error\" ng-cloak ng-bind=\"errorMessage\">\r\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"col-xs-12\">\r\n                <div class=\"alert alert-danger\">\r\n                    <p>\r\n                        This unit is not availabile for online booking.                                            <\/p>\r\n                <\/div>\r\n            <\/div>\r\n                    <\/main>\r\n    <\/div>\r\n            <div class=\"modal fade\" id=\"bookingPopup\" ng-init=\"getTermsAndConditions()\">\r\n        <div class=\"modal-dialog modal-lg\">\r\n            <div class=\"modal-content\">\r\n                <div class=\"modal-header\">\r\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Nah dran\">\r\n                        <span aria-hidden=\"true\">\u00d7<\/span>\r\n                    <\/button>\r\n                    <h4 class=\"modal-title\">Terms &amp; Conditions<\/h4>\r\n                <\/div>\r\n                <div class=\"modal-body\">\r\n                    <div ng-bind-html=\"terms\"><\/div>\r\n                <\/div>\r\n                <div class=\"modal-footer\">\r\n                    <button type=\"button\" class=\"btn btn-default\"\r\n                        data-dismiss=\"modal\">Nah dran<\/button>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- \/.modal-content -->\r\n        <\/div>\r\n        <!-- \/.modal-dialog -->\r\n    <\/div><!-- \/.modal -->\r\n    <div class=\"modal fade\" id=\"modalPrivacy\" ng-init=\"getPrivacyPolicy()\">\r\n        <div class=\"modal-dialog modal-lg\">\r\n            <div class=\"modal-content\">\r\n                <div class=\"modal-header\">\r\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Nah dran\">\r\n                        <span aria-hidden=\"true\">\u00d7<\/span>\r\n                    <\/button>\r\n                    <h4 class=\"modal-title\">Privacy Policy<\/h4>\r\n                <\/div>\r\n                <div class=\"modal-body\">\r\n                    <div class=\"policy_and_privacy\" ng-bind-html=\"privacyPolicyHtml\"><\/div>\r\n                <\/div>\r\n                <div class=\"modal-footer\">\r\n                    <button type=\"button\" class=\"btn btn-default\"\r\n                        data-dismiss=\"modal\">Nah dran<\/button>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- \/.modal-content -->\r\n        <\/div>\r\n        <!-- \/.modal-dialog -->\r\n    <\/div><!-- \/.modal -->\r\n    <div class=\"modal fade\" id=\"modalAmenities\">\r\n        <div class=\"modal-dialog\">\r\n            <div class=\"modal-content\">\r\n                <div class=\"modal-header\">\r\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Nah dran\">\r\n                        <span aria-hidden=\"true\">\u00d7<\/span>\r\n                    <\/button>\r\n                    <h4 class=\"modal-title\">Add Ons<\/h4>\r\n                <\/div>\r\n                <div class=\"modal-body\">\r\n                    <div class=\"alert alert-info\">\r\n                        Select item(s) and the quantity then press Add To Reservation                    <\/div>\r\n                    <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\"\r\n                        class=\"table table-striped table-condensed table-bordered\">\r\n                        <thead>\r\n                            <tr>\r\n                                <th>Item Name \/ Description<\/th>\r\n                                <th>Qty.<\/th>\r\n                                <th>Price<\/th>\r\n                            <\/tr>\r\n                        <\/thead>\r\n                        <tbody>\r\n                            <tr ng-repeat=\"amenity in amenities track by $index\"\r\n                                ng-if=\"amenity.value != 0 && !amenity.real_id\">\r\n                                <td>\r\n                                    <h3 style=\"margin:0\">\r\n                                        <input type=\"checkbox\" class=\"addOn\" ng-model=\"amenities[$index].active\"\r\n                                            ng-checked=\"amenity.active == 1\" value=\"{[amenity.id]}\" \/>\r\n                                        <span ng-bind=\"amenity.name\"><\/span>\r\n                                    <\/h3>\r\n                                    <p ng-if=\"!isEmptyObject(amenity.description)\" ng-bind=\"amenity.description\"><\/p>\r\n                                <\/td>\r\n                                <td class=\"text-center\" style=\"width: 80px;\">\r\n                                    <input type=\"text\" class=\"form-control text-right\"\r\n                                        id=\"qty-optional-fee-{[amenity.id]}\" ng-model=\"amenities[$index].quantity\"\r\n                                        ng-if='amenity.allow_multiple' \/>\r\n                                    <span ng-if='!amenity.allow_multiple'>1<\/span>\r\n                                <\/td>\r\n                                <td class=\"text-right\" style=\"width:80px;\" ng-bind=\"currencyValue(amenity.value)\"><\/td>\r\n                            <\/tr>\r\n                        <\/tbody>\r\n                    <\/table>\r\n                <\/div>\r\n                <div class=\"modal-footer\">\r\n                    <button type=\"button\" class=\"btn btn-success\"\r\n                        data-dismiss=\"modal\">Nah dran<\/button>\r\n                    <button type=\"button\" class=\"btn btn-primary\"\r\n                        ng-click=\"addToReservation()\">Add to reservation                    <\/button>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- \/.modal-content -->\r\n        <\/div>\r\n        <!-- \/.modal-dialog -->\r\n    <\/div><!-- \/.modal -->\r\n<\/div>\r\n<!-- .content-area -->\r\n<form method=\"post\" id=\"form_thankyou\" action=\"https:\/\/rentcapecoral.com\/de\/thank-you\/\" data-trp-original-action=\"https:\/\/rentcapecoral.com\/de\/thank-you\/\">\r\n    <input type=\"hidden\" id=\"confirmation_id\" name=\"confirmation_id\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"location_name\" name=\"location_name\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"condo_type_name\" name=\"condo_type_name\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"unit_name\" name=\"unit_name\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"startdate\" name=\"startdate\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"enddate\" name=\"enddate\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"occupants\" name=\"occupants\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"occupants_small\" name=\"occupants_small\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"pets\" name=\"pets\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"price_common\" name=\"price_common\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"price_balance\" name=\"price_balance\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"travelagent_name\" name=\"travelagent_name\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"email\" name=\"email\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"fname\" name=\"fname\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"lname\" name=\"lname\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"unit_id\" name=\"unit_id\" value=\"\" \/>\r\n    <input type=\"hidden\" id=\"res_card_type\" name=\"res_card_type\" value=\"\" \/>\r\n<input type=\"hidden\" name=\"trp-form-language\" value=\"de\"\/><\/form>\r\n\r\n<script>\r\njQuery(window).on('load',function() {\r\n\r\n    \/*info fee*\/\r\n\r\n    if (jQuery(window).innerWidth() > 1024) {\r\n\r\n        jQuery(document).on({\r\n\r\n            mouseenter: function() {\r\n\r\n                jQuery(this).find('.text-fee-info').stop().slideDown(300);\r\n\r\n            },\r\n\r\n            mouseleave: function() {\r\n\r\n                jQuery(this).find('.text-fee-info').stop().slideUp(300);\r\n\r\n            }\r\n\r\n        }, \".infoFee\");\r\n\r\n    } else {\r\n\r\n        jQuery(document).on('touchstart', '.infoFee', function() {\r\n\r\n            jQuery(this).find('.text-fee-info').stop().slideToggle(300);\r\n\r\n        });\r\n\r\n    }\r\n}); \/* End Load *\/\r\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Checkout - Rent Cape Coral<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rentcapecoral.com\/de\/checkout\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Checkout - Rent Cape Coral\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rentcapecoral.com\/de\/checkout\/\" \/>\n<meta property=\"og:site_name\" content=\"Rent Cape Coral\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-10T12:37:38+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Checkout - Rent Cape Coral","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rentcapecoral.com\/de\/checkout\/","og_locale":"de_DE","og_type":"article","og_title":"Checkout - Rent Cape Coral","og_url":"https:\/\/rentcapecoral.com\/de\/checkout\/","og_site_name":"Rent Cape Coral","article_modified_time":"2020-12-10T12:37:38+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rentcapecoral.com\/de\/checkout\/","url":"https:\/\/rentcapecoral.com\/de\/checkout\/","name":"Checkout - Rent Cape Coral","isPartOf":{"@id":"https:\/\/rentcapecoral.com\/#website"},"datePublished":"2019-01-17T14:18:51+00:00","dateModified":"2020-12-10T12:37:38+00:00","breadcrumb":{"@id":"https:\/\/rentcapecoral.com\/de\/checkout\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rentcapecoral.com\/de\/checkout\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rentcapecoral.com\/de\/checkout\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rentcapecoral.com\/"},{"@type":"ListItem","position":2,"name":"Checkout"}]},{"@type":"WebSite","@id":"https:\/\/rentcapecoral.com\/#website","url":"https:\/\/rentcapecoral.com\/","name":"Rent Cape Coral","description":"Cape Coral Vacation Rentals","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rentcapecoral.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"}]}},"_links":{"self":[{"href":"https:\/\/rentcapecoral.com\/de\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rentcapecoral.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rentcapecoral.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rentcapecoral.com\/de\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/rentcapecoral.com\/de\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":0,"href":"https:\/\/rentcapecoral.com\/de\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"wp:attachment":[{"href":"https:\/\/rentcapecoral.com\/de\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}