{"id":11220,"date":"2026-05-29T10:38:47","date_gmt":"2026-05-29T08:38:47","guid":{"rendered":"https:\/\/eshop.elastolith.sk\/a-szerzodestol-valo-elallas\/"},"modified":"2026-05-29T10:38:47","modified_gmt":"2026-05-29T08:38:47","slug":"a-szerzodestol-valo-elallas","status":"publish","type":"page","link":"https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/","title":{"rendered":"A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s"},"content":{"rendered":"<style>\n.wodst-wrap { max-width:560px; margin:0 auto; font-family:inherit; }\n.wodst-field { margin-bottom:18px; }\n.wodst-field label { display:block; font-weight:600; font-size:14px; margin-bottom:6px; }\n.wodst-field label .opt { font-weight:400; color:#999; font-size:12px; }\n.wodst-field input,\n.wodst-field textarea {\n    width:100%; padding:10px 13px; border:1.5px solid #ccc;\n    border-radius:5px; font-size:14px; box-sizing:border-box; font-family:inherit;\n}\n.wodst-field input:focus,\n.wodst-field textarea:focus { outline:none; border-color:#c0392b; }\n.wodst-field textarea { min-height:80px; resize:vertical; }\n.wodst-btn {\n    width:100%; padding:13px; background:#ac4c2b !important; color:#fff !important; border:none;\n    border-radius:5px; font-size:15px; font-weight:700; cursor:pointer; font-family:inherit;\n}\n.wodst-btn:hover { background:#ac4c2b !important; opacity:.88; }\n.wodst-btn:disabled { background:#bbb !important; cursor:not-allowed; }\n.wodst-msg { padding:13px 16px; border-radius:5px; margin-bottom:18px; font-size:14px; display:none; }\n.wodst-msg.ok  { background:#e8f8ec; color:#1e7e34; border:1px solid #b3dfc0; }\n.wodst-msg.err { background:#fde8e8; color:#c0392b; border:1px solid #f5c6c6; }\n.wodst-legal { font-size:11px; color:#aaa; margin-top:14px; line-height:1.6; }\n<\/style>\n\n<div class=\"wodst-wrap\">\n    <div class=\"wodst-msg ok\" id=\"wodst-ok\"><\/div>\n    <div class=\"wodst-msg err\" id=\"wodst-err\"><\/div>\n\n    <form id=\"wodst-form\">\n        <div class=\"wodst-field\">\n            <label for=\"wodst-order\">Rendel\u00e9si sz\u00e1m<\/label>\n            <input type=\"text\" id=\"wodst-order\" placeholder=\"pl. 1234\"\n                   value=\"\">\n        <\/div>\n\n        <div class=\"wodst-field\">\n            <label for=\"wodst-email\">E-mail a megrendel\u00e9sb\u0151l<\/label>\n            <input type=\"email\" id=\"wodst-email\" placeholder=\"vas@email.sk\"\n                   value=\"\">\n        <\/div>\n\n                <div class=\"wodst-field\">\n            <label for=\"wodst-iban\">IBAN a visszat\u00e9r\u00edt\u00e9shez<\/label>\n            <input type=\"text\" id=\"wodst-iban\" placeholder=\"SK00 0000 0000 0000 0000 0000\" maxlength=\"34\">\n        <\/div>\n        \n        <div class=\"wodst-field\">\n            <label for=\"wodst-reason\">A visszavon\u00e1s oka <span class=\"opt\">(opcion\u00e1lis)<\/span><\/label>\n            <textarea id=\"wodst-reason\" placeholder=\"Pl. az \u00e1ru nem felel meg a le\u00edr\u00e1snak... \"><\/textarea>\n        <\/div>\n\n        <div style=\"display:none !important;visibility:hidden;position:absolute;left:-9999px;\" aria-hidden=\"true\">\n            <label for=\"wodst-website\">Ne t\u00f6ltse ki ezt a mez\u0151t<\/label>\n            <input type=\"text\" id=\"wodst-website\" name=\"website\" tabindex=\"-1\" autocomplete=\"off\">\n        <\/div>\n\n        <button type=\"button\" class=\"wodst-btn\" id=\"wodst-btn\">\n            A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s meger\u0151s\u00edt\u00e9se        <\/button>\n\n        <p class=\"wodst-legal\">\n            Az \u0171rlap elk\u00fcld\u00e9s\u00e9vel \u00d6n gyakorolja a t\u00e1vollev\u0151k k\u00f6z\u00f6tt k\u00f6t\u00f6tt szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s jog\u00e1t a 108\/2024 sz. t\u00f6rv\u00e9nynek megfelel\u0151en. \u00e9s a 2023\/2673\/EU ir\u00e1nyelvvel. A 14 napos hat\u00e1rid\u0151 az \u00e1ru \u00e1tv\u00e9tel\u00e9nek napj\u00e1t\u00f3l kezd\u0151dik. A felad\u00e1st k\u00f6vet\u0151en pontos id\u0151b\u00e9lyegz\u0151vel ell\u00e1tott visszaigazol\u00f3 e-mailt k\u00fcld\u00fcnk \u00d6nnek. Az ebben az \u0171rlapban megadott szem\u00e9lyes adatokat az el\u00e1ll\u00e1si k\u00e9relem feldolgoz\u00e1sa \u00e9rdek\u00e9ben kezelj\u00fck.            <\/p>\n    <\/form>\n<\/div>\n\n<script>\ndocument.getElementById('wodst-btn').addEventListener('click', function() {\n    var btn   = this;\n    var okEl  = document.getElementById('wodst-ok');\n    var errEl = document.getElementById('wodst-err');\n    okEl.style.display = errEl.style.display = 'none';\n\n    var orderId = document.getElementById('wodst-order').value.trim();\n    var email   = document.getElementById('wodst-email').value.trim();\n    var ibanEl  = document.getElementById('wodst-iban');\n    var reasonEl= document.getElementById('wodst-reason');\n    var iban    = ibanEl   ? ibanEl.value.trim()   : '';\n    var reason  = reasonEl ? reasonEl.value.trim() : '';\n\n    if ( !orderId ) { return show('Adja meg a rendel\u00e9s sz\u00e1m\u00e1t.'); }\n    if ( !email )   { return show('\u00cdrja be az e-mail c\u00edm\u00e9t.'); }\n    if ( ibanEl && !iban ) { return show('Adja meg a visszat\u00e9r\u00edt\u00e9shez sz\u00fcks\u00e9ges IBAN-t.'); }\n\n    var honeypot = document.getElementById('wodst-website');\n    if ( honeypot && honeypot.value !== '' ) { return; }\n\n    btn.disabled = true;\n    btn.textContent = 'K\u00fcld\u00f6k...';\n\n    var data = new FormData();\n    data.append('action',   'wodst_submit');\n    data.append('nonce',    '5b5e0b6cd3');\n    data.append('order_id', orderId);\n    data.append('email',    email);\n    data.append('iban',     iban);\n    data.append('website',  honeypot ? honeypot.value : '');\n\n    fetch('https:\/\/eshop.elastolith.sk\/wp-admin\/admin-ajax.php', { method: 'POST', body: data })\n        .then(function(r) { return r.json(); })\n        .then(function(res) {\n            if (res.success) {\n                document.getElementById('wodst-form').style.display = 'none';\n                okEl.innerHTML = res.data.message;\n                okEl.style.display = 'block';\n            } else {\n                show(res.data && res.data.message ? res.data.message : 'Azt hiszem, itt az ideje. Pr\u00f3b\u00e1ld \u00fajra. ');\n                btn.disabled = false;\n                btn.textContent = 'A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s meger\u0151s\u00edt\u00e9se';\n            }\n        })\n        .catch(function() {\n            show('H\u00e1l\u00f3zati hiba. Pr\u00f3b\u00e1lja \u00fajra. ');\n            btn.disabled = false;\n            btn.textContent = 'A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s meger\u0151s\u00edt\u00e9se';\n        });\n\n    function show(msg) { errEl.textContent = msg; errEl.style.display = 'block'; }\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11220","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.14 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s - Tehlov\u00e9 obklady Elastolith<\/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:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/\" \/>\n<meta property=\"og:locale\" content=\"hu_HU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s - Tehlov\u00e9 obklady Elastolith\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/\" \/>\n<meta property=\"og:site_name\" content=\"Tehlov\u00e9 obklady Elastolith\" \/>\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:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/\",\"url\":\"https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/\",\"name\":\"A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s - Tehlov\u00e9 obklady Elastolith\",\"isPartOf\":{\"@id\":\"https:\/\/eshop.elastolith.sk\/hu\/#website\"},\"datePublished\":\"2026-05-29T08:38:47+00:00\",\"dateModified\":\"2026-05-29T08:38:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/#breadcrumb\"},\"inLanguage\":\"hu\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eshop.elastolith.sk\/hu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eshop.elastolith.sk\/hu\/#website\",\"url\":\"https:\/\/eshop.elastolith.sk\/hu\/\",\"name\":\"Tehlov\u00e9 obklady Elastolith\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/eshop.elastolith.sk\/hu\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eshop.elastolith.sk\/hu\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"hu\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eshop.elastolith.sk\/hu\/#organization\",\"name\":\"Tehlov\u00e9 obklady Elastolith\",\"url\":\"https:\/\/eshop.elastolith.sk\/hu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"hu\",\"@id\":\"https:\/\/eshop.elastolith.sk\/hu\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eshop.elastolith.sk\/wp-content\/uploads\/2024\/06\/cropped-elastolith-logo.jpg\",\"contentUrl\":\"https:\/\/eshop.elastolith.sk\/wp-content\/uploads\/2024\/06\/cropped-elastolith-logo.jpg\",\"width\":906,\"height\":321,\"caption\":\"Tehlov\u00e9 obklady Elastolith\"},\"image\":{\"@id\":\"https:\/\/eshop.elastolith.sk\/hu\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s - Tehlov\u00e9 obklady Elastolith","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:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/","og_locale":"hu_HU","og_type":"article","og_title":"A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s - Tehlov\u00e9 obklady Elastolith","og_url":"https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/","og_site_name":"Tehlov\u00e9 obklady Elastolith","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/","url":"https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/","name":"A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s - Tehlov\u00e9 obklady Elastolith","isPartOf":{"@id":"https:\/\/eshop.elastolith.sk\/hu\/#website"},"datePublished":"2026-05-29T08:38:47+00:00","dateModified":"2026-05-29T08:38:47+00:00","breadcrumb":{"@id":"https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/#breadcrumb"},"inLanguage":"hu","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eshop.elastolith.sk\/hu\/a-szerzodestol-valo-elallas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eshop.elastolith.sk\/hu\/"},{"@type":"ListItem","position":2,"name":"A szerz\u0151d\u00e9st\u0151l val\u00f3 el\u00e1ll\u00e1s"}]},{"@type":"WebSite","@id":"https:\/\/eshop.elastolith.sk\/hu\/#website","url":"https:\/\/eshop.elastolith.sk\/hu\/","name":"Tehlov\u00e9 obklady Elastolith","description":"","publisher":{"@id":"https:\/\/eshop.elastolith.sk\/hu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eshop.elastolith.sk\/hu\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"hu"},{"@type":"Organization","@id":"https:\/\/eshop.elastolith.sk\/hu\/#organization","name":"Tehlov\u00e9 obklady Elastolith","url":"https:\/\/eshop.elastolith.sk\/hu\/","logo":{"@type":"ImageObject","inLanguage":"hu","@id":"https:\/\/eshop.elastolith.sk\/hu\/#\/schema\/logo\/image\/","url":"https:\/\/eshop.elastolith.sk\/wp-content\/uploads\/2024\/06\/cropped-elastolith-logo.jpg","contentUrl":"https:\/\/eshop.elastolith.sk\/wp-content\/uploads\/2024\/06\/cropped-elastolith-logo.jpg","width":906,"height":321,"caption":"Tehlov\u00e9 obklady Elastolith"},"image":{"@id":"https:\/\/eshop.elastolith.sk\/hu\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/eshop.elastolith.sk\/hu\/wp-json\/wp\/v2\/pages\/11220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eshop.elastolith.sk\/hu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eshop.elastolith.sk\/hu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eshop.elastolith.sk\/hu\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/eshop.elastolith.sk\/hu\/wp-json\/wp\/v2\/comments?post=11220"}],"version-history":[{"count":0,"href":"https:\/\/eshop.elastolith.sk\/hu\/wp-json\/wp\/v2\/pages\/11220\/revisions"}],"wp:attachment":[{"href":"https:\/\/eshop.elastolith.sk\/hu\/wp-json\/wp\/v2\/media?parent=11220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}