{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Chinakohl Cantoner", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549817/preview/549817-Chinakohl-Cantoner-2000-0488---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549817/middle/549817-Chinakohl-Cantoner-2000-0488---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.29, "maxPrice": 1.29, "price": 1.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/chinakohl-cantoner-chinakohlsamen-von-flortus/a-549817" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Chinakohl Cantoner", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549844/preview/549844-BIO-Chinakohl-Cantoner-2000-0515---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549844/middle/549844-BIO-Chinakohl-Cantoner-2000-0515---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.69, "maxPrice": 2.69, "price": 2.69, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/chinakohl-cantoner-bio-chinakohlsamen-von-flortus/a-549844" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Chinakohl Spectrum F1 [MHD 01/2025]", "description": "Spectrum - F1-Hybride mit großen Köpfen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531511/preview/531511-Chinakohl-Spectrum-F1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531511/middle/531511-Chinakohl-Spectrum-F1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.95, "maxPrice": 1.89, "price": 0.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kohlsamen-chinakohl-spectrum-f1-von-quedlinburger-saatgut/a-531511" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Chinakohl Scarvita F1-Hybride", "description": "schöner, roter Kohl", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537102/preview/537102-Chinakohl-Scarvita-F1-Hybride-AGK79385---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537102/middle/537102-Chinakohl-Scarvita-F1-Hybride-AGK79385---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/chinakohl-scarvita-f1-hybrid-chinakohlsamen-von-thompson-morgan/a-537102" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Chinakohl Cantoner witkrop Granat [MHD 07/2025]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544726/preview/544726-Buzzy-Chinakohl-Cantoner-witkrop-Granat.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544726/middle/544726-Buzzy-Chinakohl-Cantoner-witkrop-Granat.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.19, "maxPrice": 1.49, "price": 1.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/chinakohl-cantoner-witkrop-granat-chinakohlsamen-von-buzzy-seeds/a-544726" } } ] } Suchergebnisse für: Chinakohl | Samenhaus Samen & Sämereien

Suchergebnisse für Chinakohl (20 Treffer)

20 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 3000; var showPopupLiveTime = 3; function showPopup() { setTimeout(function() { $('#popup').modal('show'); }, showPopupDelay); } function setPopupDisplayTime() { try { localStorage.setItem('popupLastShown', new Date().getTime().toString()); } catch (e) { console.error('Local storage is not available:', e); } } function shouldShowPopup() { try { const lastShown = localStorage.getItem('popupLastShown'); if (!lastShown) { return true; } const currentTime = new Date().getTime(); const timeDifference = currentTime - parseInt(lastShown, 10); const daysSinceLastShown = timeDifference / (1000 * 3600 * 24); const daysBeforeShowingAgain = showPopupLiveTime; return daysSinceLastShown >= daysBeforeShowingAgain; } catch (e) { console.error('Error checking popup display condition:', e); return true; } } function handlePopupDisplay() { if (shouldShowPopup()) { showPopup(); setPopupDisplayTime(); } } $(document).ready(function(){handlePopupDisplay();});