{"id":75312,"date":"2025-07-17T18:14:25","date_gmt":"2025-07-17T15:14:25","guid":{"rendered":"https:\/\/elchis-naturmanufaktur.de\/checkouts\/checkout-page\/"},"modified":"2026-02-27T12:51:35","modified_gmt":"2026-02-27T10:51:35","slug":"checkout-page","status":"publish","type":"wfacp_checkout","link":"https:\/\/elchis-naturmanufaktur.de\/en\/checkouts\/checkout-page\/","title":{"rendered":"Checkout Page"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"75312\" class=\"elementor elementor-75312\" data-elementor-post-type=\"wfacp_checkout\">\n\t\t\t\t\t\t<div class=\"elementor-section elementor-top-section elementor-element elementor-element-5c2822b elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"5c2822b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-52b5e0ba\" data-id=\"52b5e0ba\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-7b71bf8a elementor-widget elementor-widget-image\" data-id=\"7b71bf8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/elchis-naturmanufaktur.de\/en\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"649\" height=\"173\" src=\"https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/09\/elchis-logo-1.png\" class=\"attachment-full size-full wp-image-80175\" alt=\"\" srcset=\"https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/09\/elchis-logo-1.png 649w, https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/09\/elchis-logo-1-300x80.png 300w, https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/09\/elchis-logo-1-18x5.png 18w\" sizes=\"(max-width: 649px) 100vw, 649px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5e53d776 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"5e53d776\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7d296707\" data-id=\"7d296707\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-67819d6 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"67819d6\" data-element_type=\"section\" data-e-type=\"section\">\n\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-33 elementor-inner-column elementor-element elementor-element-7b7bb4e\" data-id=\"7b7bb4e\" 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-d10f986 elementor-widget elementor-widget-text-editor\" data-id=\"d10f986\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div id=\"expected-delivery\" style=\"font-size: 12px; line-height: 1.2;\"><strong>Lieferung voraussichtlich:<\/strong><br \/><span id=\"delivery-range\">\u2014<\/span><\/div><p><script>\n(function () {\n  function pad2(n){ return String(n).padStart(2, '0'); }\n\n  function addDays(d, days){\n    const x = new Date(d);\n    x.setDate(x.getDate() + days);\n    return x;\n  }\n\n  function isWeekend(d){\n    const day = d.getDay(); \/\/ 0 Sun, 6 Sat\n    return day === 0 || day === 6;\n  }\n\n  function nextBusinessDay(d){\n    let x = new Date(d);\n    while (isWeekend(x)) x = addDays(x, 1);\n    return x;\n  }\n\n  function addBusinessDays(startDate, businessDays){\n    let x = new Date(startDate);\n    let added = 0;\n    while (added < businessDays) {\n      x = addDays(x, 1);\n      if (!isWeekend(x)) added++;\n    }\n    return x;\n  }\n\n  function fmtDM(d){\n    return `${pad2(d.getDate())}.${pad2(d.getMonth() + 1)}`;\n  }\n\n  function fmtDMY(d){\n    return `${fmtDM(d)}.${d.getFullYear()}`;\n  }\n\n  const now = new Date();\n\n  \/\/ Start: tomorrow (adjusted to next business day if it falls on weekend)\n  let start = addDays(now, 1);\n  start = nextBusinessDay(start);\n\n  \/\/ End: start + 2 business days\n  const end = addBusinessDays(start, 2);\n\n  \/\/ Format: 10.07-12.07.2025 (year on end)\n  let out;\n  if (start.getFullYear() !== end.getFullYear()) {\n    \/\/ If the range crosses a year boundary, show year on both for clarity\n    out = `${fmtDMY(start)}-${fmtDMY(end)}`;\n  } else {\n    out = `${fmtDM(start)}-${fmtDMY(end)}`;\n  }\n\n  const el = document.getElementById('delivery-range');\n  if (el) el.textContent = out;\n})();\n<\/script><\/p>\t\t\t\t\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c9e7526\" data-id=\"c9e7526\" 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-bcbe4f0 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"bcbe4f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>100 % sichere Zahlung<\/p>\t\t\t\t\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c580b8f\" data-id=\"c580b8f\" 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-28f5512 elementor-widget elementor-widget-image\" data-id=\"28f5512\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1396\" height=\"172\" src=\"https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-16-at-22.19.38.png\" class=\"attachment-full size-full wp-image-75049\" alt=\"\" srcset=\"https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-16-at-22.19.38.png 1396w, https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-16-at-22.19.38-730x90.png 730w, https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-16-at-22.19.38-300x37.png 300w, https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-16-at-22.19.38-1024x126.png 1024w, https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-16-at-22.19.38-768x95.png 768w, https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-16-at-22.19.38-18x2.png 18w, https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-16-at-22.19.38-370x46.png 370w, https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-16-at-22.19.38-840x103.png 840w, https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-16-at-22.19.38-410x51.png 410w\" sizes=\"(max-width: 1396px) 100vw, 1396px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-19f18b9d elementor-reverse-mobile elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"19f18b9d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2c74e1b7\" data-id=\"2c74e1b7\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-2dc812a8 elementor-widget elementor-widget-text-editor\" data-id=\"2dc812a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Elchi&#8217;s \u00a9 2026 Alle Rechte vorbehalten. Wir sind ein zertifizierter Hersteller von Bio- und veganen Lebensmitteln, die mit Sorgfalt f\u00fcr Mensch und Natur hergestellt werden. Alle unsere Produkte werden unter vollst\u00e4ndiger Einhaltung der EU-Anforderungen f\u00fcr \u00f6kologischen Landbau, HACCP-Sicherheitsstandards und nachhaltige Produktion entwickelt und hergestellt. Offizieller Firmensitz: Razlog, Bulgarien. Wir liefern innerhalb der Europ\u00e4ischen Union.<\/p>\t\t\t\t\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\t\t<\/div>","protected":false},"author":1,"featured_media":0,"template":"wfacp-canvas.php","meta":{"_acf_changed":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-75312","wfacp_checkout","type-wfacp_checkout","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Checkout Page - Elchi&#039;s Naturmanufaktur - Premium Natur Produkte<\/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:\/\/elchis-naturmanufaktur.de\/en\/checkouts\/checkout-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Checkout Page - Elchi&#039;s Naturmanufaktur - Premium Natur Produkte\" \/>\n<meta property=\"og:description\" content=\"Bestell\u00fcbersicht 94,15&nbsp;&euro; 2 BIO Vegan Bliss Balls &#8211; sortiert (6 St\u00fcck)&nbsp;&times; 2 &#8211; + 20,44&nbsp;&euro; 2 BIO Vegan Bliss Balls Haselnuss und Kaffee&nbsp;&times; 2 &#8211; + 16,86&nbsp;&euro; 1 BIO Vegan Bliss Balls Kakao und Pfirsich&nbsp;&times; 1 &#8211; + 8,43&nbsp;&euro; 1 BIO Vegan Bliss Balls&nbsp;&times; 1 &#8211; + 8,43&nbsp;&euro; 1 BIO Vegan Bliss Balls Kakao und...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elchis-naturmanufaktur.de\/en\/checkouts\/checkout-page\/\" \/>\n<meta property=\"og:site_name\" content=\"Elchi&#039;s Naturmanufaktur - Premium Natur Produkte\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/elchis.naturmanufaktur\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-27T10:51:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/09\/elchis-logo-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"649\" \/>\n\t<meta property=\"og:image:height\" content=\"173\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/checkouts\\\/checkout-page\\\/\",\"url\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/checkouts\\\/checkout-page\\\/\",\"name\":\"Checkout Page - Elchi&#039;s Naturmanufaktur - Premium Natur Produkte\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/checkouts\\\/checkout-page\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/checkouts\\\/checkout-page\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/elchis-logo-1.png\",\"datePublished\":\"2025-07-17T15:14:25+00:00\",\"dateModified\":\"2026-02-27T10:51:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/checkouts\\\/checkout-page\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/checkouts\\\/checkout-page\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/checkouts\\\/checkout-page\\\/#primaryimage\",\"url\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/elchis-logo-1.png\",\"contentUrl\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/elchis-logo-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/checkouts\\\/checkout-page\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Checkout Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/#website\",\"url\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/\",\"name\":\"Elchi's Naturmanufaktur - Premium BIO-Produkte aus Bulgarien\",\"description\":\"Premium Natur Produkte hergestellt in der EU\",\"publisher\":{\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/#organization\",\"name\":\"Elchi's Naturmanufaktur - Premium Natur Produkte\",\"url\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/elchis-logo-300x80px.png\",\"contentUrl\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/elchis-logo-300x80px.png\",\"width\":300,\"height\":80,\"caption\":\"Elchi's Naturmanufaktur - Premium Natur Produkte\"},\"image\":{\"@id\":\"https:\\\/\\\/elchis-naturmanufaktur.de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/elchis.naturmanufaktur\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Checkout Page - Elchi&#039;s Naturmanufaktur - Premium Natur Produkte","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:\/\/elchis-naturmanufaktur.de\/en\/checkouts\/checkout-page\/","og_locale":"en_US","og_type":"article","og_title":"Checkout Page - Elchi&#039;s Naturmanufaktur - Premium Natur Produkte","og_description":"Bestell\u00fcbersicht 94,15&nbsp;&euro; 2 BIO Vegan Bliss Balls &#8211; sortiert (6 St\u00fcck)&nbsp;&times; 2 &#8211; + 20,44&nbsp;&euro; 2 BIO Vegan Bliss Balls Haselnuss und Kaffee&nbsp;&times; 2 &#8211; + 16,86&nbsp;&euro; 1 BIO Vegan Bliss Balls Kakao und Pfirsich&nbsp;&times; 1 &#8211; + 8,43&nbsp;&euro; 1 BIO Vegan Bliss Balls&nbsp;&times; 1 &#8211; + 8,43&nbsp;&euro; 1 BIO Vegan Bliss Balls Kakao und...","og_url":"https:\/\/elchis-naturmanufaktur.de\/en\/checkouts\/checkout-page\/","og_site_name":"Elchi&#039;s Naturmanufaktur - Premium Natur Produkte","article_publisher":"https:\/\/www.facebook.com\/elchis.naturmanufaktur","article_modified_time":"2026-02-27T10:51:35+00:00","og_image":[{"width":649,"height":173,"url":"https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/09\/elchis-logo-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/elchis-naturmanufaktur.de\/checkouts\/checkout-page\/","url":"https:\/\/elchis-naturmanufaktur.de\/checkouts\/checkout-page\/","name":"Checkout Page - Elchi&#039;s Naturmanufaktur - Premium Natur Produkte","isPartOf":{"@id":"https:\/\/elchis-naturmanufaktur.de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/elchis-naturmanufaktur.de\/checkouts\/checkout-page\/#primaryimage"},"image":{"@id":"https:\/\/elchis-naturmanufaktur.de\/checkouts\/checkout-page\/#primaryimage"},"thumbnailUrl":"https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/09\/elchis-logo-1.png","datePublished":"2025-07-17T15:14:25+00:00","dateModified":"2026-02-27T10:51:35+00:00","breadcrumb":{"@id":"https:\/\/elchis-naturmanufaktur.de\/checkouts\/checkout-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elchis-naturmanufaktur.de\/checkouts\/checkout-page\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elchis-naturmanufaktur.de\/checkouts\/checkout-page\/#primaryimage","url":"https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/09\/elchis-logo-1.png","contentUrl":"https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2025\/09\/elchis-logo-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/elchis-naturmanufaktur.de\/checkouts\/checkout-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/elchis-naturmanufaktur.de\/"},{"@type":"ListItem","position":2,"name":"Checkout Page"}]},{"@type":"WebSite","@id":"https:\/\/elchis-naturmanufaktur.de\/#website","url":"https:\/\/elchis-naturmanufaktur.de\/","name":"Elchi's Naturmanufaktur - Premium BIO-Produkte aus Bulgarien","description":"Premium Natur Produkte hergestellt in der EU","publisher":{"@id":"https:\/\/elchis-naturmanufaktur.de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elchis-naturmanufaktur.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/elchis-naturmanufaktur.de\/#organization","name":"Elchi's Naturmanufaktur - Premium Natur Produkte","url":"https:\/\/elchis-naturmanufaktur.de\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elchis-naturmanufaktur.de\/#\/schema\/logo\/image\/","url":"https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2026\/05\/elchis-logo-300x80px.png","contentUrl":"https:\/\/elchis-naturmanufaktur.de\/wp-content\/uploads\/2026\/05\/elchis-logo-300x80px.png","width":300,"height":80,"caption":"Elchi's Naturmanufaktur - Premium Natur Produkte"},"image":{"@id":"https:\/\/elchis-naturmanufaktur.de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/elchis.naturmanufaktur"]}]}},"_links":{"self":[{"href":"https:\/\/elchis-naturmanufaktur.de\/en\/wp-json\/wp\/v2\/wfacp_checkout\/75312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elchis-naturmanufaktur.de\/en\/wp-json\/wp\/v2\/wfacp_checkout"}],"about":[{"href":"https:\/\/elchis-naturmanufaktur.de\/en\/wp-json\/wp\/v2\/types\/wfacp_checkout"}],"author":[{"embeddable":true,"href":"https:\/\/elchis-naturmanufaktur.de\/en\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":21,"href":"https:\/\/elchis-naturmanufaktur.de\/en\/wp-json\/wp\/v2\/wfacp_checkout\/75312\/revisions"}],"predecessor-version":[{"id":80437,"href":"https:\/\/elchis-naturmanufaktur.de\/en\/wp-json\/wp\/v2\/wfacp_checkout\/75312\/revisions\/80437"}],"wp:attachment":[{"href":"https:\/\/elchis-naturmanufaktur.de\/en\/wp-json\/wp\/v2\/media?parent=75312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}