{"id":20292,"date":"2025-10-17T15:43:37","date_gmt":"2025-10-17T12:43:37","guid":{"rendered":"https:\/\/siigur.ee\/?page_id=20292"},"modified":"2026-04-21T11:06:40","modified_gmt":"2026-04-21T08:06:40","slug":"loyalty-program","status":"publish","type":"page","link":"https:\/\/siigur.ee\/en\/loyalty-program\/","title":{"rendered":"Loyalty program"},"content":{"rendered":"<section class=\"l-section wpb_row client-card height_medium\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_flex valign_top type_default stacking_default\"><div class=\"vc_col-sm-12 wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h1 style=\"text-align: center;\">Loyalty Card that connects 8 restaurants<\/h1>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center;\" data-start=\"134\" data-end=\"357\"><strong>Welcome to the circle of Siigur Restaurant Collection\u2019s favorite guests!<\/strong><br data-start=\"94\" data-end=\"97\" \/>Enjoy more than just great food and always stay one step ahead. Get access to exclusive offers, events, and rewards waiting for you in our restaurants.<\/p>\n<h3 style=\"text-align: center;\" data-start=\"359\" data-end=\"386\">How does the program work?<\/h3>\n<\/p>\n<p style=\"text-align: center;\" data-start=\"252\" data-end=\"550\">Earn rewards: every visit gives you 5% cashback in bonus credit.<br data-start=\"357\" data-end=\"360\" \/>Use your bonus: pay with it during your next visits at any of our restaurants.<br \/>\nWhere can I see my bonus: you can view your earned bonus on your digital Wallet card.<br data-start=\"442\" data-end=\"445\" \/>Stay in the know: be the first to receive invitations to special events and updates on new flavors.<\/p>\n<\/p>\n<p style=\"text-align: center;\" data-start=\"552\" data-end=\"742\">The bonus cannot be earned or used when purchasing or redeeming gift cards.<br data-start=\"627\" data-end=\"630\" \/>If you wish to use your bonus during special dining events, please inform the restaurant in advance via email.<\/p>\n<h3 style=\"text-align: center;\" data-start=\"515\" data-end=\"696\">Valid in 8 restaurants<\/h3>\n<\/p>\n<p style=\"text-align: center;\" data-start=\"515\" data-end=\"696\">The program is valid at all of our restaurants: NOA, NOA Chef\u2019s Hall, Tuljak, Paju Villa, OKO, FUME, TOKO and Haapsalu Kuursaal.<\/p>\n<h3 style=\"text-align: center;\" data-start=\"698\" data-end=\"1026\">Easy to join:<\/h3>\n<\/p>\n<p style=\"text-align: center;\" data-start=\"974\" data-end=\"1000\">Fill out the form below.<br \/>\nWe\u2019ll send you a digital loyalty card that you can download to your phone\u2019s Wallet.<br \/>\nShow your loyalty card when paying at the restaurant, and your bonus will automatically be added to your Wallet card.<br data-start=\"1210\" data-end=\"1213\" \/>The bonus is personal and can only be used with the same loyalty card.<\/p>\n<h3 style=\"text-align: center;\" data-start=\"1287\" data-end=\"1326\">Join our circle of favorite guests:<\/h3>\n<\/p>\n<p style=\"text-align: center;\" data-start=\"390\" data-end=\"519\">    <script src=\"https:\/\/challenges.cloudflare.com\/turnstile\/v0\/api.js\" async defer><\/script>\n\n    <form id=\"wallet-form\" class=\"wpcf7-form\">\n        <label>\n            First name *            <span class=\"wpcf7-form-control-wrap\">\n                <input type=\"text\"\n                       name=\"firstName\"\n                       placeholder=\"Enter your first name\"\n                       required>\n            <\/span>\n        <\/label>\n\n        <label>\n            Last name *            <span class=\"wpcf7-form-control-wrap\">\n                <input type=\"text\"\n                       name=\"lastName\"\n                       placeholder=\"Enter your last name\"\n                       required>\n            <\/span>\n        <\/label>\n\n        <label>\n            Email *            <span class=\"wpcf7-form-control-wrap\">\n                <input type=\"email\"\n                       name=\"email\"\n                       placeholder=\"Enter your email\"\n                       required>\n            <\/span>\n        <\/label>\n\n        <label>\n            Date of birth *            <span class=\"wpcf7-form-control-wrap\">\n                <input type=\"date\"\n                       name=\"birthDate\"\n                       placeholder=\"Date of birth\"\n                       required>\n            <\/span>\n        <\/label>\n\n        <label>\n            <span class=\"wpcf7-form-control-wrap\">\n                <input type=\"checkbox\" name=\"noSpam\" value=\"1\" checked>\n                I wish to receive offers and news            <\/span>\n        <\/label>\n\n        <label>\n            <span class=\"wpcf7-form-control-wrap\">\n                <input type=\"checkbox\" name=\"termsConsent\" required>\n                I agree to the                <a href=\"https:\/\/siigur.ee\/en\/privacy-policy\/\"  target=\"_blank\">\n                    privacy policy                <\/a>\n            <\/span>\n        <\/label>\n\n        <span class=\"wpcf7-form-control-wrap\">\n            <div class=\"cf-turnstile\" data-sitekey=\"0x4AAAAAABgDRdi8ombfmjH8\"><\/div>\n        <\/span>\n\n        <button type=\"submit\">\n            Send loyalty card        <\/button>\n\n        <p id=\"wallet-response\"><\/p>\n    <\/form>\n\n    <script>\n    (function() {\n        const form = document.getElementById(\"wallet-form\");\n        if (!form) return;\n\n        const WALLET_I18N = {\n            ajax_url: \"https:\/\/siigur.ee\/wp-admin\/admin-ajax.php\",\n            error: \"Something went wrong\"\n        };\n\n        form.addEventListener(\"submit\", async function(e) {\n            e.preventDefault();\n            const data = new FormData(form);\n\n            try {\n                const response = await fetch(WALLET_I18N.ajax_url, {\n                    method: \"POST\",\n                    body: new URLSearchParams({\n                        action: \"send_wallet_data\",\n                        firstName: data.get(\"firstName\"),\n                        lastName: data.get(\"lastName\"),\n                        email: data.get(\"email\"),\n                        birthDate: data.get(\"birthDate\"),\n                        noSpam: data.get(\"noSpam\") ? \"1\" : \"0\"\n                    })\n                });\n\n                const result = await response.json();\n                const responseBox = document.getElementById(\"wallet-response\");\n                responseBox.innerText = (result && result.data && result.data.message)\n                    ? result.data.message\n                    : WALLET_I18N.error;\n\n                responseBox.scrollIntoView({ behavior: \"smooth\", block: \"center\" });\n            } catch (err) {\n                const responseBox = document.getElementById(\"wallet-response\");\n                responseBox.innerText = WALLET_I18N.error;\n            }\n        });\n    })();\n    <\/script>\n    <\/p>\n<p style=\"text-align: center; margin-top: 20px;\" data-start=\"390\" data-end=\"519\">By joining our loyalty program, your email will be added to our newsletter list so we can keep you updated with the latest news and offers before anyone else.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"Loyalty Card that connects 8 restaurants &nbsp; Welcome to the circle of Siigur Restaurant Collection\u2019s favorite guests!Enjoy more than just great food and always stay one step ahead. Get access to exclusive offers, events, and rewards waiting for you in our restaurants. How does the program work? Earn rewards: every visit gives you 5% cashback...","protected":false},"author":28,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-20292","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Loyalty program - Siigur Restaurant Collection<\/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:\/\/siigur.ee\/en\/loyalty-program\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Loyalty program - Siigur Restaurant Collection\" \/>\n<meta property=\"og:url\" content=\"https:\/\/siigur.ee\/en\/loyalty-program\/\" \/>\n<meta property=\"og:site_name\" content=\"Siigur Restaurant Collection\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-21T08:06:40+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/siigur.ee\/en\/loyalty-program\/\",\"url\":\"https:\/\/siigur.ee\/en\/loyalty-program\/\",\"name\":\"Loyalty program - Siigur Restaurant Collection\",\"isPartOf\":{\"@id\":\"https:\/\/siigur.ee\/en\/#website\"},\"datePublished\":\"2025-10-17T12:43:37+00:00\",\"dateModified\":\"2026-04-21T08:06:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/siigur.ee\/en\/loyalty-program\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/siigur.ee\/en\/loyalty-program\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/siigur.ee\/en\/loyalty-program\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/siigur.ee\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Loyalty program\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/siigur.ee\/en\/#website\",\"url\":\"https:\/\/siigur.ee\/en\/\",\"name\":\"Siigur Restaurant Collection\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/siigur.ee\/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":"Loyalty program - Siigur Restaurant Collection","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:\/\/siigur.ee\/en\/loyalty-program\/","og_locale":"en_US","og_type":"article","og_title":"Loyalty program - Siigur Restaurant Collection","og_url":"https:\/\/siigur.ee\/en\/loyalty-program\/","og_site_name":"Siigur Restaurant Collection","article_modified_time":"2026-04-21T08:06:40+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/siigur.ee\/en\/loyalty-program\/","url":"https:\/\/siigur.ee\/en\/loyalty-program\/","name":"Loyalty program - Siigur Restaurant Collection","isPartOf":{"@id":"https:\/\/siigur.ee\/en\/#website"},"datePublished":"2025-10-17T12:43:37+00:00","dateModified":"2026-04-21T08:06:40+00:00","breadcrumb":{"@id":"https:\/\/siigur.ee\/en\/loyalty-program\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/siigur.ee\/en\/loyalty-program\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/siigur.ee\/en\/loyalty-program\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/siigur.ee\/en\/"},{"@type":"ListItem","position":2,"name":"Loyalty program"}]},{"@type":"WebSite","@id":"https:\/\/siigur.ee\/en\/#website","url":"https:\/\/siigur.ee\/en\/","name":"Siigur Restaurant Collection","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/siigur.ee\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/siigur.ee\/en\/wp-json\/wp\/v2\/pages\/20292","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/siigur.ee\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/siigur.ee\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/siigur.ee\/en\/wp-json\/wp\/v2\/users\/28"}],"replies":[{"embeddable":true,"href":"https:\/\/siigur.ee\/en\/wp-json\/wp\/v2\/comments?post=20292"}],"version-history":[{"count":36,"href":"https:\/\/siigur.ee\/en\/wp-json\/wp\/v2\/pages\/20292\/revisions"}],"predecessor-version":[{"id":24416,"href":"https:\/\/siigur.ee\/en\/wp-json\/wp\/v2\/pages\/20292\/revisions\/24416"}],"wp:attachment":[{"href":"https:\/\/siigur.ee\/en\/wp-json\/wp\/v2\/media?parent=20292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}