{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Charly Chili Chilitopf hellgrau", "description": "Charly Chili ist kinderleicht in wenigen Handgriffen aufgebaut. Du benötigst nur noch 10L Erde, sowie 2 Chilipflanzen.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548628/preview/548628-Charly-Chili-Chilitopf-hellgrau-100710-gg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548628/middle/548628-Charly-Chili-Chilitopf-hellgrau-100710-gg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 39.90, "maxPrice": 39.90, "price": 39.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/charly-chili-chilitopf-hellgrau-chilitoepfe-von-gusta-garden/a-548628" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Charly Chili Chilitopf dunkelgrün", "description": "Charly Chili ist kinderleicht in wenigen Handgriffen aufgebaut. Du benötigst nur noch 10L Erde, sowie 2 Chilipflanzen.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548627/preview/548627-Charly-Chili-Chilitopf-dunkelgruen-103710-gg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548627/middle/548627-Charly-Chili-Chilitopf-dunkelgruen-103710-gg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 39.90, "maxPrice": 39.90, "price": 39.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/charly-chili-chilitopf-dunkelgruen-chilitoepfe-von-gusta-garden/a-548627" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Charly Chili Chilitopf blau", "description": "Charly Chili ist kinderleicht in wenigen Handgriffen aufgebaut. Du benötigst nur noch 10L Erde, sowie 2 Chilipflanzen.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548626/preview/548626-Charly-Chili-Chilitopf-blau-104710-gg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548626/middle/548626-Charly-Chili-Chilitopf-blau-104710-gg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 39.90, "maxPrice": 39.90, "price": 39.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/charly-chili-chilitopf-blau-chilitoepfe-von-gusta-garden/a-548626" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Charly Chili XL Chilitopf hellgrau", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564114/preview/564114-Charly-Chili-XL-Chilitopf-hellgrau-100730-gg---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564114/middle/564114-Charly-Chili-XL-Chilitopf-hellgrau-100730-gg---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 49.90, "maxPrice": 49.90, "price": 49.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/charly-chili-xl-chilitopf-hellgrau-chilitoepfe-von-gusta-garden/a-564114" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Charly Chili XL Chilitopf dunkelgrün", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564115/preview/564115-Charly-Chili-XL-Chilitopf-dunkelgruen-103730-gg---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564115/middle/564115-Charly-Chili-XL-Chilitopf-dunkelgruen-103730-gg---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 49.90, "maxPrice": 49.90, "price": 49.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/charly-chili-xl-chilitopf-dunkelgruen-chilitoepfe-von-gusta-garden/a-564115" } } ] } Suchergebnisse für: charly chili | Samenhaus Samen & Sämereien

Suchergebnisse für charly chili (7 Treffer)

7 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 2000; var showPopupLiveTime = 1; 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();});