{"id":8,"date":"2024-12-30T20:42:53","date_gmt":"2024-12-30T20:42:53","guid":{"rendered":"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/"},"modified":"2024-12-30T20:42:53","modified_gmt":"2024-12-30T20:42:53","slug":"checkout-details","status":"publish","type":"page","link":"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/","title":{"rendered":"Checkout details"},"content":{"rendered":"<style>\n    .candee-empty-cart-container {\n        width: min(100%, 1100px);\n        margin: 0 auto;\n    }\n\n    .candee-empty-cart-container--inline {\n        position: relative;\n        padding: 2rem 1rem 3rem;\n    }\n\n    .candee-empty-cart-container--popup {\n        position: fixed;\n        inset: 0;\n        z-index: 9998;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 1.5rem;\n        background: rgba(14, 24, 34, 0.66);\n        backdrop-filter: blur(8px);\n        -webkit-backdrop-filter: blur(8px);\n    }\n\n    .candee-empty-cart-container .empty-cart-card {\n        background: #ffffff;\n        width: 100%;\n        border-radius: 48px;\n        box-shadow: 0 30px 60px -20px rgba(0, 40, 70, 0.3);\n        overflow: hidden;\n        text-align: center;\n        animation: slideUp 0.4s ease;\n    }\n\n    @keyframes slideUp {\n        from {\n            opacity: 0;\n            transform: translateY(30px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    .candee-empty-cart-container--popup .empty-cart-card {\n        width: 100%;\n        max-width: 920px;\n    }\n\n    .candee-empty-cart-container--inline .empty-cart-card {\n        width: 100%;\n    }\n\n    .candee-empty-cart-container .empty-cart-icon {\n        text-align: center;\n        background: linear-gradient(135deg, #fef7e0 0%, #fff3d8 100%);\n        padding: 3rem 2rem 2rem;\n        position: relative;\n    }\n\n    .candee-empty-cart-container .cart-icon-wrapper {\n        position: relative;\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        width: 92px;\n        \/* height: 92px; *\/\n        \/* border-radius: 50%; *\/\n        \/* background: rgba(255, 255, 255, 0.72); *\/\n        \/* box-shadow: inset 0 0 0 2px rgba(156, 83, 18, 0.08); *\/\n    }\n\n    .candee-empty-cart-container .cart-icon {\n        font-size: 3rem;\n        line-height: 1;\n\n        font-size: 6rem;\n        color: #b45b0a;\n        animation: float 3s ease-in-out infinite;\n    }\n\n    .candee-empty-cart-container .empty-badge {\n        position: absolute;\n        top: -1.2rem;\n        right: -2.7rem;\n        background: #d14545;\n        color: white;\n        width: 40px;\n        height: 40px;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 1.2rem;\n        font-weight: bold;\n        box-shadow: 0 4px 12px rgba(209, 69, 69, 0.3);\n        animation: pulse-red 2s infinite;\n    }\n    @keyframes float {\n        0%, 100% { transform: translateY(0); }\n        50% { transform: translateY(-8px); }\n    }\n    @keyframes pulse-red {\n        0% {\n            box-shadow: 0 0 0 0 rgba(209, 69, 69, 0.4);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(209, 69, 69, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(209, 69, 69, 0);\n        }\n    }\n\n    .candee-empty-cart-container .empty-cart-content {\n        padding: 2rem 2.25rem 2.4rem;\n        text-align: center;\n    }\n\n    .candee-empty-cart-container .empty-cart-content h2 {\n        margin: 0 0 0.75rem;\n        color: #173042;\n        font-size: 1.9rem;\n        font-weight: 700;\n        line-height: 1.2;\n    }\n\n    .candee-empty-cart-container .empty-cart-content p {\n        margin: 0 auto;\n        max-width: 720px;\n        color: #5f7483;\n        font-size: 1rem;\n        line-height: 1.6;\n    }\n\n    .candee-empty-cart-container .suggested-units {\n        margin-top: 1.75rem;\n        text-align: left;\n    }\n\n    .candee-empty-cart-container .suggested-title {\n        display: flex;\n        align-items: center;\n        gap: 0.5rem;\n        margin-bottom: 1rem;\n        color: #173042;\n        font-size: 1.05rem;\n        font-weight: 700;\n    }\n\n    .candee-empty-cart-container .suggested-grid {\n        display: grid;\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n        gap: 1rem;\n    }\n\n    .candee-empty-cart-container .suggested-unit {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        min-height: 170px;\n        padding: 1.1rem;\n        border-radius: 20px;\n        border: 1px solid rgba(23, 48, 66, 0.1);\n        background: #ffffff;\n        color: inherit;\n        text-decoration: none;\n        box-shadow: 0 12px 28px rgba(15, 24, 34, 0.08);\n        transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;\n    }\n\n    .candee-empty-cart-container .suggested-unit:hover {\n        transform: translateY(-3px);\n        border-color: rgba(13, 103, 181, 0.26);\n        box-shadow: 0 18px 34px rgba(15, 24, 34, 0.12);\n    }\n\n    .candee-empty-cart-container .suggested-icon {\n        margin-bottom: 0.65rem;\n        font-size: 2rem;\n        line-height: 1;\n    }\n\n    .candee-empty-cart-container .suggested-size {\n        color: #173042;\n        font-size: 1.05rem;\n        font-weight: 700;\n        line-height: 1.25;\n        text-align: center;\n    }\n\n    .candee-empty-cart-container .suggested-price {\n        margin-top: 0.35rem;\n        color: #0d67b5;\n        font-size: 0.96rem;\n        font-weight: 700;\n        text-align: center;\n    }\n\n    .candee-empty-cart-container .empty-cart-actions {\n        display: flex;\n        flex-wrap: wrap;\n        align-items: center;\n        justify-content: center;\n        gap: 0.75rem;\n        margin-top: 1.75rem;\n    }\n\n    .candee-empty-cart-container .btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        min-width: 210px;\n        padding: 0.95rem 1.25rem;\n        border-radius: 999px;\n        font-weight: 700;\n        text-decoration: none;\n        transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;\n    }\n\n    .candee-empty-cart-container .btn:hover {\n        transform: translateY(-1px);\n    }\n\n    .candee-empty-cart-container .btn-primary {\n        color: #ffffff;\n        background: linear-gradient(135deg, #0d67b5 0%, #115ea3 100%);\n        box-shadow: 0 14px 28px rgba(17, 94, 163, 0.22);\n    }\n\n    .candee-empty-cart-container .btn-secondary {\n        color: #0d67b5;\n        background: #eef5fb;\n        box-shadow: inset 0 0 0 1px rgba(13, 103, 181, 0.12);\n    }\n\n    @media (max-width: 920px) {\n        .candee-empty-cart-container .suggested-grid {\n            grid-template-columns: repeat(2, minmax(0, 1fr));\n        }\n    }\n\n    @media (max-width: 680px) {\n        .candee-empty-cart-container,\n        .candee-empty-cart-container--popup {\n            padding: 1rem;\n        }\n\n        .candee-empty-cart-container .empty-cart-card {\n            border-radius: 24px;\n        }\n\n        .candee-empty-cart-container .empty-cart-icon {\n            padding: 2rem 1rem 1.5rem;\n        }\n\n        .candee-empty-cart-container .cart-icon-wrapper {\n            width: 80px;\n            height: 80px;\n        }\n\n        .candee-empty-cart-container .cart-icon {\n            font-size: 2.4rem;\n        }\n\n        .candee-empty-cart-container .empty-cart-content {\n            padding: 1.5rem 1.15rem 1.75rem;\n        }\n\n        .candee-empty-cart-container .empty-cart-content h2 {\n            font-size: 1.5rem;\n        }\n\n        .candee-empty-cart-container .suggested-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .candee-empty-cart-container .btn {\n            width: 100%;\n            min-width: 0;\n        }\n    }\n<\/style>\n\n<div class=\"empty-cart-container candee-empty-cart-container candee-empty-cart-container--inline\" role=\"region\" aria-labelledby=\"candee-empty-cart-title\" aria-describedby=\"candee-empty-cart-copy\">\n    <div class=\"empty-cart-card\">\n        <div class=\"empty-cart-icon\">\n            <div class=\"cart-icon-wrapper\">\n                <div class=\"cart-icon\" aria-hidden=\"true\">\ud83d\uded2<\/div>\n                <div class=\"empty-badge\" aria-hidden=\"true\">!<\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"empty-cart-content\">\n            <h2 id=\"candee-empty-cart-title\">Your cart is empty, in order to checkout please add some items to your cart<\/h2>\n            <p id=\"candee-empty-cart-copy\">\n                Looks like you haven&#039;t added any items to your cart yet.<br>\n                Let&#039;s find the perfect storage unit for you!            <\/p>\n\n            \n            <div class=\"empty-cart-actions\">\n                <a href=\"https:\/\/www.beta-pinnacle.com\/lock-it\/candee-locations\/\" class=\"btn btn-primary\">Browse Storage Units<\/a>\n                <!-- <a href=\"https:\/\/www.beta-pinnacle.com\/lock-it\/candee-locations\/\" class=\"btn btn-secondary\">Continue Shopping<\/a> -->\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n    <style id=\"candee-iframe-empty-cart-hide\">\n        .candee-empty-cart-container {\n            opacity: 0;\n            visibility: hidden;\n            pointer-events: none;\n        }\n    <\/style>\n    <script type=\"text\/javascript\">\n        (function() {\n            var hiddenStyle = document.getElementById('candee-iframe-empty-cart-hide');\n            if (self == top) {\n                if (hiddenStyle && hiddenStyle.parentNode) {\n                    hiddenStyle.parentNode.removeChild(hiddenStyle);\n                }\n                return;\n            }\n\n            var appId = 'dG1la1k4TUlqN1dJYWUyZzRRVU5xUT09=';\n            var attempts = 0;\n\n            function appendUrlParam(url, key, value) {\n                var hash = '';\n                var hashIndex = url.indexOf('#');\n                var prefix = encodeURIComponent(key) + '=';\n                var urlparts = null;\n                var base = '';\n                var pars = [];\n                var nextPars = [];\n                var found = false;\n                var i = 0;\n\n                if (hashIndex > -1) {\n                    hash = url.substring(hashIndex);\n                    url = url.substring(0, hashIndex);\n                }\n\n                urlparts = url.split('?');\n                base = urlparts[0];\n                pars = urlparts.length > 1 && urlparts[1] ? urlparts[1].split(\/[&;]\/g) : [];\n\n                for (i = 0; i < pars.length; i++) {\n                    if (!pars[i]) {\n                        continue;\n                    }\n\n                    if (pars[i].lastIndexOf(prefix, 0) === 0) {\n                        nextPars.push(prefix + encodeURIComponent(value));\n                        found = true;\n                    } else {\n                        nextPars.push(pars[i]);\n                    }\n                }\n\n                if (!found) {\n                    nextPars.push(prefix + encodeURIComponent(value));\n                }\n\n                return base + (nextPars.length > 0 ? '?' + nextPars.join('&') : '') + hash;\n            }\n\n            function getRawCart() {\n                var cartKey = 'tsg_cart_' + appId;\n\n                try {\n                    if (window.LOCALSTORAGE && typeof LOCALSTORAGE.getItem === 'function') {\n                        return LOCALSTORAGE.getItem(cartKey);\n                    }\n                } catch (e) {}\n\n                try {\n                    if (window.localStorage && typeof window.localStorage.getItem === 'function') {\n                        return window.localStorage.getItem(cartKey);\n                    }\n                } catch (e) {}\n\n                return null;\n            }\n\n            function getCartPropertyId(rawCart) {\n                var cart = null;\n                var item = null;\n                var itemPropId = '';\n                var i = 0;\n\n                if (!rawCart) {\n                    return '';\n                }\n\n                try {\n                    cart = JSON.parse(rawCart);\n                    if (cart && cart.items && cart.items.length > 0) {\n                        for (i = 0; i < cart.items.length; i++) {\n                            item = cart.items[i];\n                            itemPropId = item && (item.property_id || item.facility_id || item.prop_id) ? String(item.property_id || item.facility_id || item.prop_id).trim() : '';\n                            if (itemPropId != '' && itemPropId != '0') {\n                                return itemPropId;\n                            }\n                        }\n                    }\n                } catch (e) {}\n\n                return '';\n            }\n\n            function hasCart(rawCart) {\n                return !!rawCart && rawCart.indexOf('\"items\":[]') === -1 && rawCart !== '{}';\n            }\n\n            function showEmptyCartState() {\n                if (hiddenStyle && hiddenStyle.parentNode) {\n                    hiddenStyle.parentNode.removeChild(hiddenStyle);\n                }\n            }\n\n            function recoverIframeCheckout() {\n                var rawCart = getRawCart();\n                var nextUrl = '';\n                var propId = '';\n\n                if (hasCart(rawCart)) {\n                    nextUrl = appendUrlParam(window.location.href, 'candee_iframe', '1');\n                    propId = getCartPropertyId(rawCart);\n\n                    if (propId != '') {\n                        nextUrl = appendUrlParam(nextUrl, 'prop_id', propId);\n                    }\n\n                    window.location.replace(nextUrl);\n                    return;\n                }\n\n                if (attempts < 20) {\n                    attempts++;\n                    window.setTimeout(recoverIframeCheckout, 250);\n                } else {\n                    showEmptyCartState();\n                }\n            }\n\n            recoverIframeCheckout();\n        })();\n    <\/script>\n    ","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/full-width-no-header.php","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.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Checkout details - lock-it<\/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:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Checkout details - lock-it\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/\" \/>\n<meta property=\"og:site_name\" content=\"lock-it\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/\",\"url\":\"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/\",\"name\":\"Checkout details - lock-it\",\"isPartOf\":{\"@id\":\"https:\/\/www.beta-pinnacle.com\/lock-it\/#website\"},\"datePublished\":\"2024-12-30T20:42:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.beta-pinnacle.com\/lock-it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Checkout details\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.beta-pinnacle.com\/lock-it\/#website\",\"url\":\"https:\/\/www.beta-pinnacle.com\/lock-it\/\",\"name\":\"lock-it\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.beta-pinnacle.com\/lock-it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Checkout details - lock-it","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:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/","og_locale":"en_US","og_type":"article","og_title":"Checkout details - lock-it","og_url":"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/","og_site_name":"lock-it","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/","url":"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/","name":"Checkout details - lock-it","isPartOf":{"@id":"https:\/\/www.beta-pinnacle.com\/lock-it\/#website"},"datePublished":"2024-12-30T20:42:53+00:00","breadcrumb":{"@id":"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.beta-pinnacle.com\/lock-it\/checkout-details\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.beta-pinnacle.com\/lock-it\/"},{"@type":"ListItem","position":2,"name":"Checkout details"}]},{"@type":"WebSite","@id":"https:\/\/www.beta-pinnacle.com\/lock-it\/#website","url":"https:\/\/www.beta-pinnacle.com\/lock-it\/","name":"lock-it","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.beta-pinnacle.com\/lock-it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.beta-pinnacle.com\/lock-it\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.beta-pinnacle.com\/lock-it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.beta-pinnacle.com\/lock-it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.beta-pinnacle.com\/lock-it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.beta-pinnacle.com\/lock-it\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":0,"href":"https:\/\/www.beta-pinnacle.com\/lock-it\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.beta-pinnacle.com\/lock-it\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}