{"id":7530,"date":"2026-05-28T08:36:01","date_gmt":"2026-05-28T06:36:01","guid":{"rendered":"https:\/\/www.2mkhokejovekarty.sk\/withdrawal-from-the-contract\/"},"modified":"2026-07-06T15:23:07","modified_gmt":"2026-07-06T13:23:07","slug":"withdrawal-from-the-contract","status":"publish","type":"page","link":"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/","title":{"rendered":"Withdrawal from the contract"},"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:#83b735 !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:#83b735 !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\">Order Number<\/label>\n            <input type=\"text\" id=\"wodst-order\" placeholder=\"e.g., 1234\"\n                   value=\"\">\n        <\/div>\n\n        <div class=\"wodst-field\">\n            <label for=\"wodst-email\">Order Confirmation Email<\/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 for payment refunds<\/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\">Reason for withdrawal <span class=\"opt\">(optional)<\/span><\/label>\n            <textarea id=\"wodst-reason\" placeholder=\"For example, the item does not match the description\u2026 \"><\/textarea>\n        <\/div>\n\n        <div style=\"display:none !important;visibility:hidden;position:absolute;left:-9999px;\" aria-hidden=\"true\">\n            <label for=\"wodst-website\">Do not fill in this field<\/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            Confirm Withdrawal from the Contract        <\/button>\n\n        <p class=\"wodst-legal\">\n            By submitting this form, you are exercising your right to withdraw from a distance contract in accordance with Act No. 108\/2024 Coll. and EU Directive 2023\/2673. The 14-day period begins on the date you receive the goods. After you submit this form, we will send you a confirmation email with an exact timestamp. We process the personal data provided in this form for the purpose of processing your request to withdraw from the contract.            <\/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('Enter your order number.'); }\n    if ( !email )   { return show('Enter your email address.'); }\n    if ( ibanEl && !iban ) { return show('Enter the IBAN for the refund.'); }\n\n    var honeypot = document.getElementById('wodst-website');\n    if ( honeypot && honeypot.value !== '' ) { return; }\n\n    btn.disabled = true;\n    btn.textContent = 'Sending\u2026';\n\n    var data = new FormData();\n    data.append('action',   'wodst_submit');\n    data.append('nonce',    'f95681a88d');\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:\/\/www.2mkhokejovekarty.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 : 'An error has occurred. Please try again. ');\n                btn.disabled = false;\n                btn.textContent = 'Confirm Withdrawal from the Contract';\n            }\n        })\n        .catch(function() {\n            show('Network error. Please try again. ');\n            btn.disabled = false;\n            btn.textContent = 'Confirm Withdrawal from the Contract';\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":5979,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7530","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.7.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Withdrawal from the contract - 2MK Hokejov\u00e9 Karty<\/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.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Withdrawal from the contract - 2MK Hokejov\u00e9 Karty\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/\" \/>\n<meta property=\"og:site_name\" content=\"2MK Hokejov\u00e9 Karty\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/2MK-hokejov%c3%a9-karty-106293018483710\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-06T13:23:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.2mkhokejovekarty.sk\/wp-content\/uploads\/2021\/10\/category-bg-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"342\" \/>\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\":\"Organization\",\"@id\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/#organization\",\"name\":\"2MK Hockey Cards\",\"url\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/2MK-hokejov\\u00e9-karty-106293018483710\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.2mkhokejovekarty.sk\/wp-content\/uploads\/2021\/12\/2MK-logo-org.jpg\",\"contentUrl\":\"https:\/\/www.2mkhokejovekarty.sk\/wp-content\/uploads\/2021\/12\/2MK-logo-org.jpg\",\"width\":300,\"height\":200,\"caption\":\"2MK Hockey Cards\"},\"image\":{\"@id\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/#website\",\"url\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/\",\"name\":\"2MK Hokejov\\u00e9 Karty\",\"description\":\"Str\\u00e1nka ur\\u010den\\u00e1 pre zberate\\u013eov hokejov\\u00fdch kariet\",\"publisher\":{\"@id\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/#webpage\",\"url\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/\",\"name\":\"Withdrawal from the contract - 2MK Hokejov\\u00e9 Karty\",\"isPartOf\":{\"@id\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/#website\"},\"datePublished\":\"2026-05-28T06:36:01+00:00\",\"dateModified\":\"2026-07-06T13:23:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.2mkhokejovekarty.sk\/en\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Withdrawal from the contract\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Withdrawal from the contract - 2MK Hokejov\u00e9 Karty","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.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/","og_locale":"en_US","og_type":"article","og_title":"Withdrawal from the contract - 2MK Hokejov\u00e9 Karty","og_url":"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/","og_site_name":"2MK Hokejov\u00e9 Karty","article_publisher":"https:\/\/www.facebook.com\/2MK-hokejov%c3%a9-karty-106293018483710","article_modified_time":"2026-07-06T13:23:07+00:00","og_image":[{"width":900,"height":342,"url":"https:\/\/www.2mkhokejovekarty.sk\/wp-content\/uploads\/2021\/10\/category-bg-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/www.2mkhokejovekarty.sk\/en\/#organization","name":"2MK Hockey Cards","url":"https:\/\/www.2mkhokejovekarty.sk\/en\/","sameAs":["https:\/\/www.facebook.com\/2MK-hokejov\u00e9-karty-106293018483710"],"logo":{"@type":"ImageObject","@id":"https:\/\/www.2mkhokejovekarty.sk\/en\/#logo","inLanguage":"en-US","url":"https:\/\/www.2mkhokejovekarty.sk\/wp-content\/uploads\/2021\/12\/2MK-logo-org.jpg","contentUrl":"https:\/\/www.2mkhokejovekarty.sk\/wp-content\/uploads\/2021\/12\/2MK-logo-org.jpg","width":300,"height":200,"caption":"2MK Hockey Cards"},"image":{"@id":"https:\/\/www.2mkhokejovekarty.sk\/en\/#logo"}},{"@type":"WebSite","@id":"https:\/\/www.2mkhokejovekarty.sk\/en\/#website","url":"https:\/\/www.2mkhokejovekarty.sk\/en\/","name":"2MK Hokejov\u00e9 Karty","description":"Str\u00e1nka ur\u010den\u00e1 pre zberate\u013eov hokejov\u00fdch kariet","publisher":{"@id":"https:\/\/www.2mkhokejovekarty.sk\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.2mkhokejovekarty.sk\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/#webpage","url":"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/","name":"Withdrawal from the contract - 2MK Hokejov\u00e9 Karty","isPartOf":{"@id":"https:\/\/www.2mkhokejovekarty.sk\/en\/#website"},"datePublished":"2026-05-28T06:36:01+00:00","dateModified":"2026-07-06T13:23:07+00:00","breadcrumb":{"@id":"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.2mkhokejovekarty.sk\/en\/withdrawal-from-the-contract\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.2mkhokejovekarty.sk\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Withdrawal from the contract"}]}]}},"_links":{"self":[{"href":"https:\/\/www.2mkhokejovekarty.sk\/en\/wp-json\/wp\/v2\/pages\/7530","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.2mkhokejovekarty.sk\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.2mkhokejovekarty.sk\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.2mkhokejovekarty.sk\/en\/wp-json\/wp\/v2\/users\/5979"}],"replies":[{"embeddable":true,"href":"https:\/\/www.2mkhokejovekarty.sk\/en\/wp-json\/wp\/v2\/comments?post=7530"}],"version-history":[{"count":1,"href":"https:\/\/www.2mkhokejovekarty.sk\/en\/wp-json\/wp\/v2\/pages\/7530\/revisions"}],"predecessor-version":[{"id":7735,"href":"https:\/\/www.2mkhokejovekarty.sk\/en\/wp-json\/wp\/v2\/pages\/7530\/revisions\/7735"}],"wp:attachment":[{"href":"https:\/\/www.2mkhokejovekarty.sk\/en\/wp-json\/wp\/v2\/media?parent=7530"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}