{"id":3774,"date":"2024-10-19T12:08:42","date_gmt":"2024-10-19T10:08:42","guid":{"rendered":"https:\/\/www.bensariworkshop.com\/voucher\/"},"modified":"2025-05-06T22:29:00","modified_gmt":"2025-05-06T20:29:00","slug":"voucher","status":"publish","type":"page","link":"https:\/\/www.bensariworkshop.com\/en\/voucher\/","title":{"rendered":"Voucher"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3774\" class=\"elementor elementor-3774 elementor-1533\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f91bbf1 elementor-section-height-min-height elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"f91bbf1\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4db6dd5\" data-id=\"4db6dd5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f097248 elementor-widget elementor-widget-heading\" data-id=\"f097248\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Voucher for Courses<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-4124c8f e-con-full e-flex e-con e-parent\" data-id=\"4124c8f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a115d34 elementor-widget elementor-widget-heading\" data-id=\"a115d34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">VOUCHER | GIFT CARD<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-92356ce elementor-widget elementor-widget-heading\" data-id=\"92356ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Gift Voucher<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a00b1b2 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"a00b1b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n    window.addEventListener(\"DOMContentLoaded\", (event) => {\n            const buyAsGiftBtn = document.getElementById(\"buyAsGiftBtn\");\n            const P24form = document.getElementById(\"P24form\");\n            let z24_nazwa = document.getElementById(\"z24_nazwa\");\n            let k24_nazwa = document.getElementById(\"k24_nazwa\");\n            let z24_kwota = document.getElementById(\"z24_kwota\");\n            let z24_opis = document.getElementById(\"z24_opis\");\n            const name = document.getElementById(\"name\");\n            const lastName = document.getElementById(\"lastName\");\n            const k24_email = document.getElementById(\"k24_email\");\n            const tel = document.getElementById(\"tel\");\n            const peopleAmount = document.getElementById(\"peopleAmount\");\n            const giftCardValueInput = document.getElementById(\"giftCardValue\");\n            const osobaPodarowana = document.getElementById(\"osobaPodarowana\");\n            \n            \/\/ Get the buy now button\n            const buyNowBtn = document.getElementById('buyNowBtn');\n        \n            \/\/ Function to update the button text\n            function updateButtonPrice() {\n                const currentGiftCardValue = Number(giftCardValueInput.value);\n                const numberOfPeople = Number(peopleAmount.value) || 1; \n                const totalPrice = currentGiftCardValue * numberOfPeople;\n                buyNowBtn.value = `PROCEED TO CHECKOUT (${totalPrice} z\u0142)`;\n            }\n        \n            \/\/ Initially set the correct price\n            updateButtonPrice();\n        \n            \/\/ Add event listener to update the price whenever the number of people or gift card value changes\n            peopleAmount.addEventListener('input', updateButtonPrice);\n            giftCardValueInput.addEventListener('input', updateButtonPrice);\n        \n            P24form.addEventListener(\"submit\", (e) => {\n                e.preventDefault();\n                \n                let nameValue = name ? name.value : \"\";\n                let lastNameValue = lastName ? lastName.value : \"\";\n                let emailValue = k24_email ? k24_email.value : \"\";\n                const telValue = tel.value;\n    \n    \n                \/\/ Recalculate values right before submission\n                const currentGiftCardValue = Number(giftCardValueInput.value);\n                const numberOfPeople = Number(peopleAmount.value) || 1;\n                const totalPrice = currentGiftCardValue * numberOfPeople;\n                \n                const osobaPodarowanaValue = osobaPodarowana.value;\n    \n    \n                \/\/ Update hidden fields again to ensure correctness\n                z24_nazwa.value = `Gift Card Order. Customer: ${nameValue} ${lastNameValue}.`;  \n                z24_opis.value = `Ordered Gift Card. Ordering: ${nameValue} ${lastNameValue}. Email: ${emailValue}. Phone number: ${telValue}. Gift recipient: ${osobaPodarowanaValue}.`\n                z24_kwota.value = totalPrice * 100; \n                k24_nazwa.value = `${nameValue} ${lastNameValue}`;\n    \n                const formData = new FormData(P24form);\n                const params = new URLSearchParams();\n                formData.forEach((value, key) => {\n                    params.append(key, removeDiacritics(value));\n                });\n                \n                \/\/ Log the GET parameters before form submission\n                const urlWithParams = `${P24form.action}?${params.toString()}`;\n                \/\/ console.log('GET Parameters:', urlWithParams);\n    \n                \/\/ Uncomment the line below to actually submit the form:\n                P24form.submit();\n            });\n        \n            function removeDiacritics(input) {\n                var output = \"\";\n                var normalized = input.normalize(\"NFD\");\n                var i = 0;\n                var j = 0;\n        \n                while (i < input.length) {\n                    output += normalized[j];\n                    j += (input[i] == normalized[j]) ? 1 : 2;\n                    i++;\n                }\n        \n                return output.replace(\/[\\u0300-\\u036f]\/g, \"\");    \n            }\n            \n            \/\/ Function to scroll to the section by ID (if needed)\n            function scrollToSection(id) {\n                const section = document.getElementById(id);\n                if (section) {\n                    section.scrollIntoView({ behavior: 'smooth' });\n                }\n            }\n    \n        });\n        <\/script>\n        \n        \n        <div class=\"form-container\">\n          <form id=\"P24form\" method=\"get\" action=\"https:\/\/sklep.przelewy24.pl\/zakup.php\" accept-charset=\"ISO-8859-2\">\n              <input type=\"hidden\" name=\"z24_id_sprzedawcy\" value=\"214325\">\n              <input type=\"hidden\" name=\"z24_crc\" value=\"22181420b38c1c1e\">\n              <input type=\"hidden\" name=\"z24_return_url\" value=\"http:\/\/www.bensariworkshop.com\/\">\n              <input type=\"hidden\" name=\"z24_language\" value=\"pl\">\n              <input type=\"hidden\" name=\"z24_nazwa\" id=\"z24_nazwa\" value=\"pl\">\n              <input type=\"hidden\" name=\"k24_nazwa\" id=\"k24_nazwa\" value=\"pl\">\n              <input type=\"hidden\" name=\"z24_kwota\" id=\"z24_kwota\">\n              <input type=\"hidden\" name=\"z24_opis\" id=\"z24_opis\" maxlength=\"500\">\n        \n              <div class=\"form-group\">\n                <div style=\"display:flex;gap:6px;\">\n                    <div style=\"width:100%\"><label for=\"name\">Name:<sup title=\"mandatory field\">*<\/sup><\/label>\n                        <input type=\"text\" id=\"name\" required=\"\" placeholder=\"Your name\">\n                    <\/div>\n                    <div style=\"width:100%\"><label for=\"lastName\">Surname:<sup title=\"mandatory field\">*<\/sup><\/label>\n                        <input type=\"text\" id=\"lastName\" required=\"\" placeholder=\"Your surname\">\n                    <\/div>\n                <\/div>\n                  \n                <label for=\"k24_email\">Email:<sup title=\"mandatory field\">*<\/sup><\/label>\n                <input type=\"email\" id=\"k24_email\" name=\"k24_email\" required=\"\" placeholder=\"Your email\">\n        \n                <label for=\"osobaPodarowana\">Name and Surname of the Recipient:<sup title=\"mandatory field\">*<\/sup><\/label>\n                <input type=\"text\" id=\"osobaPodarowana\" placeholder=\"Name and Surname of the Recipient\">\n        \n                <label for=\"tel\">Phone Number of the Purchaser:<sup title=\"mandatory field\">*<\/sup><\/label>\n                <input type=\"tel\" id=\"tel\" pattern=\"^\\+?[0-9]{9,15}$\" required placeholder=\"Your phone number\">\n        \n              <\/div>\n        \n              <div class=\"checkbox-container\">\n                  <label><input type=\"checkbox\" name=\"agreement\" id=\"zgoda_regulamin\" required=\"\"><sup style=\"color:red\">*<\/sup>&nbsp;I have read the <a href=\"#\">terms and conditions<\/a>.<\/label>\n                  <label><input type=\"checkbox\" name=\"agreement\" id=\"zgoda_klauzula_pierwsza\" required=\"\"><sup style=\"color:red\">*<\/sup>&nbsp;I consent to the processing of <a href=\"#\">my personal data.<\/a><\/label>\n                  <div class=\"form-group\">\n                    <label for=\"peopleAmount\">Gift card value:<sup title=\"mandatory field\">*<\/sup><\/label>\n                    <input type=\"number\" name=\"giftCardValue\" id=\"giftCardValue\" placeholder=\"Enter the amount\" value=\"0\" required=\"required\" aria-required=\"true\" min=\"1\" max=\"100000\">\n                    <label for=\"giftCardValue\">Quantity:<sup title=\"mandatory field\">*<\/sup><\/label>\n                    <input type=\"number\" name=\"peopleAmount\" id=\"peopleAmount\" placeholder=\"Quantity\" value=\"1\" required=\"required\" aria-required=\"true\" min=\"1\" max=\"50\">\n                  <\/div>\n              <\/div>\n        \n              <input type=\"submit\" id=\"buyNowBtn\" value=\"Proceed to checkout\">\n          <\/form>\n        <\/div>\n        \n        \n        <style>\n            .form-container {\n                  padding: 20px;\n                  max-width: 100%;\n              }\n              .form-group {\n                  margin-bottom: 15px;\n              }\n              .form-group label {\n                  display: flow;\n                  margin-bottom: 10px;\n                  color: #000;\n              }\n              .form-group label:not(:first-child),\n              #osobaPodarowanaContainer {\n                          margin-top: 10px;\n              }\n              .form-group input[type=\"text\"],\n              .form-group input[type=\"tel\"],\n              .form-group input[type=\"email\"],\n              .form-group input[type=\"number\"],\n              .form-group textarea {\n                  width: 100%;\n                  padding: 10px;\n                  border: 1px solid #cccccc;\n                  box-sizing: border-box;\n                  font-size: 14px;\n                  background-color: #fff;\n                  color: #333333;\n              }\n              .form-group textarea {\n                  resize: vertical;\n              }\n              .form-container input[type=\"submit\"] {\n                  background-color: var(--e-global-color-accent);\n                  color: var(--e-global-color-secondary);\n                  font-weight: var( --e-global-typography-accent-font-weight );\n                  padding: 15px;\n                  border: 1px solid #333;\n                  font-size: 16px;\n                  cursor: pointer;\n                  width: 100%;\n                  box-sizing: border-box;\n                  text-transform: uppercase;\n                  margin-top: 10px;\n              }\n              .form-container input[type=\"submit\"]:hover {\n                  background-color: #fff;\n                  color: #333;\n              }\n              .checkbox-container {\n                  display: flex;\n                  flex-direction: column;\n                  row-gap:10px;\n                  padding: 10px 0;\n              }\n              .checkbox-container p {\n                  font-size: 18px;\n                  margin-bottom: 5px;\n                  font-weight: bold;\n                  color: #000;\n                  line-height: normal;\n              }\n              .checkbox-container label {\n                  display: flow;\n                  align-items: center;\n                  margin-bottom: 4px;\n                  font-weight: normal;\n                  color: #000;\n                  line-height: 25px;\n              }\n              .checkbox-container label a {\n                  text-decoration: underline;\n                  color: #000;\n              }\n              .checkbox-container input[type=\"checkbox\"] {\n                  margin-right: 10px;\n                  transform: scale(1.5);\n              }\n              .checkbox-container input[type=\"checkbox\"]:before {\n                  color: #8B448B;\n              }\n              .form-container sup {\n                  color: red;\n                  margin-left: 3px;\n                  cursor: help;\n              }\n              .kwota {\n                  font-size: 23px;\n                  color: #000;\n              }\n              .toggle-text {\n                  color: red;\n                  cursor: pointer;\n                  margin-left: 5px;\n              }\n        <\/style>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Voucher for Courses VOUCHER | GIFT CARD Gift Voucher Name:* Surname:* Email:* Name and Surname of the Recipient:* Phone Number of the Purchaser:* *&nbsp;I have read the terms and conditions. *&nbsp;I consent to the processing of my personal data. Gift card value:* Quantity:*<\/p>\n","protected":false},"author":1,"featured_media":5428,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[],"class_list":["post-3774","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Voucher for Carpentry Courses and Workshops \u2013 Bensari Workshop<\/title>\n<meta name=\"description\" content=\"Bensari Workshop \u27a4 Surprise someone close to you with a gift \u2013 purchase a voucher for our carpentry courses or workshops \u2714\ufe0f Shop now!\" \/>\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.bensariworkshop.com\/en\/voucher\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Voucher for Carpentry Courses and Workshops \u2013 Bensari Workshop\" \/>\n<meta property=\"og:description\" content=\"Bensari Workshop \u27a4 Surprise someone close to you with a gift \u2013 purchase a voucher for our carpentry courses or workshops \u2714\ufe0f Shop now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bensariworkshop.com\/en\/voucher\/\" \/>\n<meta property=\"og:site_name\" content=\"Bensari Workshop\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BensariWorkshop\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-06T20:29:00+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:\\\/\\\/www.bensariworkshop.com\\\/en\\\/voucher\\\/\",\"url\":\"https:\\\/\\\/www.bensariworkshop.com\\\/en\\\/voucher\\\/\",\"name\":\"Voucher for Carpentry Courses and Workshops \u2013 Bensari Workshop\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bensariworkshop.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bensariworkshop.com\\\/en\\\/voucher\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bensariworkshop.com\\\/en\\\/voucher\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.bensariworkshop.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Voucher-na-kurs-stolarski\u2013Bensari-Workshop.png\",\"datePublished\":\"2024-10-19T10:08:42+00:00\",\"dateModified\":\"2025-05-06T20:29:00+00:00\",\"description\":\"Bensari Workshop \u27a4 Surprise someone close to you with a gift \u2013 purchase a voucher for our carpentry courses or workshops \u2714\ufe0f Shop now!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bensariworkshop.com\\\/en\\\/voucher\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bensariworkshop.com\\\/en\\\/voucher\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bensariworkshop.com\\\/en\\\/voucher\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.bensariworkshop.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Voucher-na-kurs-stolarski\u2013Bensari-Workshop.png\",\"contentUrl\":\"https:\\\/\\\/www.bensariworkshop.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Voucher-na-kurs-stolarski\u2013Bensari-Workshop.png\",\"width\":940,\"height\":788,\"caption\":\"Voucher na kurs stolarski \u2013 Bensari Workshop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bensariworkshop.com\\\/en\\\/voucher\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\\\/\\\/www.bensariworkshop.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Voucher\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bensariworkshop.com\\\/#website\",\"url\":\"https:\\\/\\\/www.bensariworkshop.com\\\/\",\"name\":\"Bensari Workshop\",\"description\":\"Pracownia i kursy stolarskie Bensari Workshop\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bensariworkshop.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bensariworkshop.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bensariworkshop.com\\\/#organization\",\"name\":\"Bensari Workshop\",\"url\":\"https:\\\/\\\/www.bensariworkshop.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bensariworkshop.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bensariworkshop.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/logo-696x696-1.png\",\"contentUrl\":\"https:\\\/\\\/www.bensariworkshop.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/logo-696x696-1.png\",\"width\":696,\"height\":696,\"caption\":\"Bensari Workshop\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bensariworkshop.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/BensariWorkshop\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/bensari-workshop\\\/\",\"https:\\\/\\\/medium.com\\\/@bensariworkshop\",\"https:\\\/\\\/substack.com\\\/@tombensari\",\"https:\\\/\\\/www.reddit.com\\\/user\\\/BensariWorkshop\\\/\",\"https:\\\/\\\/www.instagram.com\\\/bensari_workshop\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@tombensariworkshop\",\"https:\\\/\\\/github.com\\\/tombensariworkshop-web\",\"https:\\\/\\\/www.finewoodworking.com\\\/author\\\/tom-bensari\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Voucher for Carpentry Courses and Workshops \u2013 Bensari Workshop","description":"Bensari Workshop \u27a4 Surprise someone close to you with a gift \u2013 purchase a voucher for our carpentry courses or workshops \u2714\ufe0f Shop now!","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.bensariworkshop.com\/en\/voucher\/","og_locale":"en_US","og_type":"article","og_title":"Voucher for Carpentry Courses and Workshops \u2013 Bensari Workshop","og_description":"Bensari Workshop \u27a4 Surprise someone close to you with a gift \u2013 purchase a voucher for our carpentry courses or workshops \u2714\ufe0f Shop now!","og_url":"https:\/\/www.bensariworkshop.com\/en\/voucher\/","og_site_name":"Bensari Workshop","article_publisher":"https:\/\/www.facebook.com\/BensariWorkshop","article_modified_time":"2025-05-06T20:29:00+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.bensariworkshop.com\/en\/voucher\/","url":"https:\/\/www.bensariworkshop.com\/en\/voucher\/","name":"Voucher for Carpentry Courses and Workshops \u2013 Bensari Workshop","isPartOf":{"@id":"https:\/\/www.bensariworkshop.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bensariworkshop.com\/en\/voucher\/#primaryimage"},"image":{"@id":"https:\/\/www.bensariworkshop.com\/en\/voucher\/#primaryimage"},"thumbnailUrl":"https:\/\/www.bensariworkshop.com\/wp-content\/uploads\/2025\/12\/Voucher-na-kurs-stolarski\u2013Bensari-Workshop.png","datePublished":"2024-10-19T10:08:42+00:00","dateModified":"2025-05-06T20:29:00+00:00","description":"Bensari Workshop \u27a4 Surprise someone close to you with a gift \u2013 purchase a voucher for our carpentry courses or workshops \u2714\ufe0f Shop now!","breadcrumb":{"@id":"https:\/\/www.bensariworkshop.com\/en\/voucher\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bensariworkshop.com\/en\/voucher\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bensariworkshop.com\/en\/voucher\/#primaryimage","url":"https:\/\/www.bensariworkshop.com\/wp-content\/uploads\/2025\/12\/Voucher-na-kurs-stolarski\u2013Bensari-Workshop.png","contentUrl":"https:\/\/www.bensariworkshop.com\/wp-content\/uploads\/2025\/12\/Voucher-na-kurs-stolarski\u2013Bensari-Workshop.png","width":940,"height":788,"caption":"Voucher na kurs stolarski \u2013 Bensari Workshop"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bensariworkshop.com\/en\/voucher\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/www.bensariworkshop.com\/en\/"},{"@type":"ListItem","position":2,"name":"Voucher"}]},{"@type":"WebSite","@id":"https:\/\/www.bensariworkshop.com\/#website","url":"https:\/\/www.bensariworkshop.com\/","name":"Bensari Workshop","description":"Pracownia i kursy stolarskie Bensari Workshop","publisher":{"@id":"https:\/\/www.bensariworkshop.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bensariworkshop.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bensariworkshop.com\/#organization","name":"Bensari Workshop","url":"https:\/\/www.bensariworkshop.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bensariworkshop.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.bensariworkshop.com\/wp-content\/uploads\/2026\/01\/logo-696x696-1.png","contentUrl":"https:\/\/www.bensariworkshop.com\/wp-content\/uploads\/2026\/01\/logo-696x696-1.png","width":696,"height":696,"caption":"Bensari Workshop"},"image":{"@id":"https:\/\/www.bensariworkshop.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BensariWorkshop","https:\/\/www.linkedin.com\/company\/bensari-workshop\/","https:\/\/medium.com\/@bensariworkshop","https:\/\/substack.com\/@tombensari","https:\/\/www.reddit.com\/user\/BensariWorkshop\/","https:\/\/www.instagram.com\/bensari_workshop\/","https:\/\/www.youtube.com\/@tombensariworkshop","https:\/\/github.com\/tombensariworkshop-web","https:\/\/www.finewoodworking.com\/author\/tom-bensari"]}]}},"_links":{"self":[{"href":"https:\/\/www.bensariworkshop.com\/en\/wp-json\/wp\/v2\/pages\/3774","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bensariworkshop.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bensariworkshop.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bensariworkshop.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bensariworkshop.com\/en\/wp-json\/wp\/v2\/comments?post=3774"}],"version-history":[{"count":10,"href":"https:\/\/www.bensariworkshop.com\/en\/wp-json\/wp\/v2\/pages\/3774\/revisions"}],"predecessor-version":[{"id":4078,"href":"https:\/\/www.bensariworkshop.com\/en\/wp-json\/wp\/v2\/pages\/3774\/revisions\/4078"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.bensariworkshop.com\/en\/wp-json\/wp\/v2\/media\/5428"}],"wp:attachment":[{"href":"https:\/\/www.bensariworkshop.com\/en\/wp-json\/wp\/v2\/media?parent=3774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bensariworkshop.com\/en\/wp-json\/wp\/v2\/categories?post=3774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}