{"id":3002,"date":"2023-03-27T09:45:37","date_gmt":"2023-03-27T06:45:37","guid":{"rendered":"https:\/\/raijanholvi.fi\/tuote\/gift-card\/"},"modified":"2023-03-27T09:45:37","modified_gmt":"2023-03-27T06:45:37","slug":"gift-card","status":"publish","type":"product","link":"https:\/\/raijanholvi.fi\/en\/tuote\/gift-card\/","title":{"rendered":"Gift Card"},"content":{"rendered":"<h3>You can use the gift card as payment for all our services and product purchases at Raijanholvi;<\/h3>\n<ul>\n<li>lunch dishes<\/li>\n<li>savory and sweet caf\u00e9 products<\/li>\n<li>meeting and party catering<\/li>\n<li>Geonallen feel-good products<\/li>\n<li>RL meringues<\/li>\n<li>RL decorations<\/li>\n<\/ul>\n<p><strong>You can split the gift card amount across multiple purchases.<\/strong><\/p>\n<p>You can order the gift card to your email, to your home, or pick it up on-site at Raijanholvi.<\/p>\n<p>If you choose home delivery, delivery cost \u20ac6.90.<\/p>\n","protected":false},"excerpt":{"rendered":"\n    <div class=\"rh-gift-wrapper\">\n\n        \n        <form method=\"post\" class=\"rh-gift-form\" novalidate>\n\n            <input type=\"hidden\" id=\"rh_nonce\" name=\"rh_nonce\" value=\"3299b45bb2\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/product\/3002\" \/>\n            <input type=\"hidden\" name=\"rh_action\"           value=\"add_gift_card\">\n            <input type=\"hidden\" name=\"rh_recaptcha_token\"  id=\"rh_recaptcha_token\">\n\n            <div class=\"rh-form-header\">\n                <div class=\"rh-gift-icon\" aria-hidden=\"true\">\ud83c\udf81<\/div>\n                <h3>Lahjakortti<\/h3>\n                <p class=\"rh-subtitle\">\n                    K\u00e4ytett\u00e4viss\u00e4 kaikkiin palveluihimme ja tuoteostoihin.\n                <\/p>\n            <\/div>\n\n            <div class=\"rh-field-group\">\n                <label for=\"gift_card_amount\">Summa lahjakortille *<\/label>\n                <div class=\"rh-input-prefix\">\n                    <input\n                        type=\"number\"\n                        name=\"gift_card_amount\"\n                        id=\"gift_card_amount\"\n                        min=\"30\"\n                        max=\"2000\"\n                        step=\"0.01\"\n                        value=\"30\"\n                        required\n                    >\n                    <span class=\"rh-currency\">\u20ac<\/span>\n                <\/div>\n                <small class=\"rh-hint\">\n                    Minimi 30 \u20ac \u2014 maksimi 2 000 \u20ac                <\/small>\n            <\/div>\n\n            <div class=\"rh-total-bar\">\n                <span class=\"rh-total-label\">Yhteens\u00e4<\/span>\n                <span id=\"rh-total\" class=\"rh-total-amount\">\n                    30,00 \u20ac\n                <\/span>\n            <\/div>\n\n            <div class=\"rh-field-group\">\n                <label for=\"recipient_email\">Saajan s\u00e4hk\u00f6posti *<\/label>\n                <input\n                    type=\"email\"\n                    name=\"recipient_email\"\n                    id=\"recipient_email\"\n                    autocomplete=\"email\"\n                    required\n                >\n            <\/div>\n\n            <div class=\"rh-field-group\">\n                <label for=\"recipient_address\">Saajan osoite<\/label>\n                <input\n                    type=\"text\"\n                    name=\"recipient_address\"\n                    id=\"recipient_address\"\n                    autocomplete=\"street-address\"\n                >\n            <\/div>\n\n            <div class=\"rh-field-group\">\n                <label for=\"gift_message\">Viesti saajalle<\/label>\n                <textarea\n                    name=\"gift_message\"\n                    id=\"gift_message\"\n                    rows=\"4\"\n                    maxlength=\"500\"\n                    placeholder=\"Kirjoita henkil\u00f6kohtainen tervehdys...\"\n                ><\/textarea>\n                <small class=\"rh-hint rh-char-count\" aria-live=\"polite\">0 \/ 500 merkki\u00e4<\/small>\n            <\/div>\n\n            <div class=\"rh-field-group\">\n                <label for=\"delivery_method\">Toimitus *<\/label>\n                <select name=\"delivery_method\" id=\"delivery_method\" required>\n                    <option value=\"email\">\u2709 S\u00e4hk\u00f6postiin<\/option>\n                    <option value=\"post\">\ud83d\udcec Postiin (+6,90 \u20ac)<\/option>\n                    <option value=\"pickup\">\ud83c\udfe0 Nouto<\/option>\n                <\/select>\n            <\/div>\n\n            <button type=\"submit\" class=\"rh-submit-btn\">\n                <span class=\"rh-btn-text\">Lis\u00e4\u00e4 ostoskoriin<\/span>\n                <span class=\"rh-spinner\" aria-hidden=\"true\"><\/span>\n            <\/button>\n\n        <\/form>\n\n    <\/div>\n\n    <script>\n    (function($) {\n        'use strict';\n\n        const MIN       = 30;\n        const MAX       = 2000;\n        const POST_FEE  = 6.9000000000000004;\n        const SITE_KEY  = \"6LfAcP0rAAAAAMuNniyVeeAoSYrYNnwdBag19X4q\";\n\n        function formatMoney(n) {\n            return n.toFixed(2).replace('.', ',') + ' \u20ac';\n        }\n\n        function updateTotal() {\n            let amount   = parseFloat($('#gift_card_amount').val()) || 0;\n            amount       = Math.min(Math.max(amount, 0), MAX);\n            const fee    = $('#delivery_method').val() === 'post' ? POST_FEE : 0;\n            $('#rh-total').text(formatMoney(amount + fee));\n        }\n\n        \/\/ Merkkim\u00e4\u00e4r\u00e4laskuri viestikent\u00e4lle\n        $('#gift_message').on('input', function() {\n            const len = $(this).val().length;\n            $('.rh-char-count').text(len + ' \/ 500 merkki\u00e4');\n        });\n\n        $('#gift_card_amount, #delivery_method').on('input change', updateTotal);\n        updateTotal();\n\n        $('.rh-gift-form').on('submit', function(e) {\n            e.preventDefault();\n\n            const amount = parseFloat($('#gift_card_amount').val());\n            if (isNaN(amount) || amount < MIN || amount > MAX) {\n                alert('Sy\u00f6t\u00e4 summa v\u00e4lill\u00e4 ' + formatMoney(MIN) + ' \u2013 ' + formatMoney(MAX) + '.');\n                return;\n            }\n\n            if (!SITE_KEY) {\n                alert('reCAPTCHA-avain puuttuu. Ota yhteytt\u00e4 sivuston yll\u00e4pit\u00e4j\u00e4\u00e4n.');\n                return;\n            }\n\n            if (typeof grecaptcha === 'undefined') {\n                alert('reCAPTCHA ei ole saatavilla. Tarkista internet-yhteytesi.');\n                return;\n            }\n\n            const $btn  = $('.rh-submit-btn');\n            const form  = this;\n\n            $btn.addClass('loading').attr('aria-busy', 'true');\n\n            grecaptcha.ready(function() {\n                grecaptcha.execute(SITE_KEY, { action: 'gift_card' })\n                    .then(function(token) {\n                        $('#rh_recaptcha_token').val(token);\n                        form.submit();\n                    })\n                    .catch(function() {\n                        alert('reCAPTCHA ep\u00e4onnistui. Yrit\u00e4 uudelleen.');\n                        $btn.removeClass('loading').attr('aria-busy', 'false');\n                    });\n            });\n        });\n\n    })(jQuery);\n    <\/script>\n\n    \n","protected":false},"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"Raijanholvi Gift Card, value of your chosen amount - the gift card can be used for all our services on-site!\n\nYou can use the gift card as payment for all our services and product purchases at Raijanholvi;\nlunch dishes\nsavory and sweet caf\u00e9 products\nmeeting and party catering\nGeonallen feel-good products\nRL meringues\nRL decorations\n\nYou can split the gift card amount across multiple purchases.\n\nIf you wish, we can send the gift card directly to the recipient - add the address details in the message field!\n\nNo postage fees!\n\nDelivery method can only be selected for this product. If your order includes other products, promotional delivery is not available.","_et_gb_content_width":""},"product_brand":[],"product_cat":[326],"product_tag":[],"class_list":["post-3002","product","type-product","status-publish","product_cat-gift-card","first","instock","virtual","purchasable","product-type-simple"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gift Card | Raijanholvi<\/title>\n<meta name=\"description\" content=\"Raijanholvi gift card can be used for all our services on-site! With the gift card you can purchase lunches, sweets, savories, Rak...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/raijanholvi.fi\/en\/tuote\/gift-card\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gift Card | Raijanholvi\" \/>\n<meta property=\"og:description\" content=\"Raijanholvi gift card can be used for all our services on-site! With the gift card you can purchase lunches, sweets, savories, Rak...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/raijanholvi.fi\/en\/tuote\/gift-card\/\" \/>\n<meta property=\"og:site_name\" content=\"Raijanholvi\" \/>\n<meta property=\"og:image\" content=\"https:\/\/raijanholvi.fi\/wp-content\/uploads\/2023\/04\/sosiaalinenmedia-1024x512.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Gift Card | Raijanholvi\" \/>\n<meta name=\"twitter:description\" content=\"Raijanholvi gift card can be used for all our services on-site! With the gift card you can purchase lunches, sweets, savories, Rak...\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/raijanholvi.fi\/wp-content\/uploads\/2023\/04\/sosiaalinenmedia-1024x512.webp\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/raijanholvi.fi\\\/en\\\/tuote\\\/gift-card\\\/\",\"url\":\"https:\\\/\\\/raijanholvi.fi\\\/en\\\/tuote\\\/gift-card\\\/\",\"name\":\"Gift Card | Raijanholvi\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/raijanholvi.fi\\\/en\\\/#website\"},\"datePublished\":\"2023-03-27T06:45:37+00:00\",\"description\":\"Raijanholvi gift card can be used for all our services on-site! With the gift card you can purchase lunches, sweets, savories, Rak...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/raijanholvi.fi\\\/en\\\/tuote\\\/gift-card\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/raijanholvi.fi\\\/en\\\/tuote\\\/gift-card\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/raijanholvi.fi\\\/en\\\/tuote\\\/gift-card\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Etusivu\",\"item\":\"https:\\\/\\\/raijanholvi.fi\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Online store\",\"item\":\"https:\\\/\\\/raijanholvi.fi\\\/en\\\/shop\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Gift Card\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/raijanholvi.fi\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/raijanholvi.fi\\\/en\\\/\",\"name\":\"Raijanholvi\",\"description\":\"Lounas- ja kahvilaravintola\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/raijanholvi.fi\\\/en\\\/?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":"Gift Card | Raijanholvi","description":"Raijanholvi gift card can be used for all our services on-site! With the gift card you can purchase lunches, sweets, savories, Rak...","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:\/\/raijanholvi.fi\/en\/tuote\/gift-card\/","og_locale":"en_US","og_type":"article","og_title":"Gift Card | Raijanholvi","og_description":"Raijanholvi gift card can be used for all our services on-site! With the gift card you can purchase lunches, sweets, savories, Rak...","og_url":"https:\/\/raijanholvi.fi\/en\/tuote\/gift-card\/","og_site_name":"Raijanholvi","og_image":[{"url":"https:\/\/raijanholvi.fi\/wp-content\/uploads\/2023\/04\/sosiaalinenmedia-1024x512.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_title":"Gift Card | Raijanholvi","twitter_description":"Raijanholvi gift card can be used for all our services on-site! With the gift card you can purchase lunches, sweets, savories, Rak...","twitter_image":"https:\/\/raijanholvi.fi\/wp-content\/uploads\/2023\/04\/sosiaalinenmedia-1024x512.webp","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/raijanholvi.fi\/en\/tuote\/gift-card\/","url":"https:\/\/raijanholvi.fi\/en\/tuote\/gift-card\/","name":"Gift Card | Raijanholvi","isPartOf":{"@id":"https:\/\/raijanholvi.fi\/en\/#website"},"datePublished":"2023-03-27T06:45:37+00:00","description":"Raijanholvi gift card can be used for all our services on-site! With the gift card you can purchase lunches, sweets, savories, Rak...","breadcrumb":{"@id":"https:\/\/raijanholvi.fi\/en\/tuote\/gift-card\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/raijanholvi.fi\/en\/tuote\/gift-card\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/raijanholvi.fi\/en\/tuote\/gift-card\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Etusivu","item":"https:\/\/raijanholvi.fi\/en\/"},{"@type":"ListItem","position":2,"name":"Online store","item":"https:\/\/raijanholvi.fi\/en\/shop\/"},{"@type":"ListItem","position":3,"name":"Gift Card"}]},{"@type":"WebSite","@id":"https:\/\/raijanholvi.fi\/en\/#website","url":"https:\/\/raijanholvi.fi\/en\/","name":"Raijanholvi","description":"Lounas- ja kahvilaravintola","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/raijanholvi.fi\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/raijanholvi.fi\/en\/wp-json\/wp\/v2\/product\/3002","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/raijanholvi.fi\/en\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/raijanholvi.fi\/en\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/raijanholvi.fi\/en\/wp-json\/wp\/v2\/comments?post=3002"}],"wp:attachment":[{"href":"https:\/\/raijanholvi.fi\/en\/wp-json\/wp\/v2\/media?parent=3002"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/raijanholvi.fi\/en\/wp-json\/wp\/v2\/product_brand?post=3002"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/raijanholvi.fi\/en\/wp-json\/wp\/v2\/product_cat?post=3002"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/raijanholvi.fi\/en\/wp-json\/wp\/v2\/product_tag?post=3002"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}