{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Paul Potato Kartoffelturm Starter Set anthrazit (4 Etagen)", "description": "Kartoffelturm und Gemüsegarten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543332/preview/543332-Paul-Potato-Starter-Set-anthrazit--4-Etagen-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543332/middle/543332-Paul-Potato-Starter-Set-anthrazit--4-Etagen-.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/paul-potato-starter-set-anthrazit-4-etagen-kartoffeltuerme-von-gusta-garden/a-543332" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Paul Potato Kartoffelturm Starter Set dunkelgrün (4 Etagen)", "description": "Kartoffelturm und Gemüsegarten ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544158/preview/544158-Paul-Potato-Kartoffelturm-Starter-Set-dunkelgruen--4-Etagen-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544158/middle/544158-Paul-Potato-Kartoffelturm-Starter-Set-dunkelgruen--4-Etagen-.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/paul-potato-kartoffelturm-starter-set-dunkelgruen-4-etagen-kartoffeltuerme-von-gusta-garden/a-544158" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Paul Potato Kartoffelturm Starter Set blau (4 Etagen)", "description": "Kartoffelturm und Gemüsegarten ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544160/preview/544160-Paul-Potato-Kartoffelturm-Starter-Set-blau--4-Etagen-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544160/middle/544160-Paul-Potato-Kartoffelturm-Starter-Set-blau--4-Etagen-.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/paul-potato-kartoffelturm-starter-set-blau-4-etagen-kartoffeltuerme-von-gusta-garden/a-544160" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Paul Potato Kartoffelturm Starter Set grün (4 Etagen)", "description": "Kartoffelturm und Gemüsegarten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543333/preview/543333-Paul-Potato-Starter-Set-gruen--4-Etagen-_2.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543333/middle/543333-Paul-Potato-Starter-Set-gruen--4-Etagen-_2.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/paul-potato-starter-set-gruen-4-etagen-kartoffeltuerme-von-gusta-garden/a-543333" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Paul Potato Kartoffelturm Starter Set weiß (4 Etagen)", "description": "Kartoffelturm und Gemüsegarten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543334/preview/543334-Paul-Potato-Starter-Set-weiss--4-Etagen-_2.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543334/middle/543334-Paul-Potato-Starter-Set-weiss--4-Etagen-_2.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/paul-potato-starter-set-weiss-4-etagen-kartoffeltuerme-von-gusta-garden/a-543334" } } ] } Suchergebnisse für: PAUL POTATO | Samenhaus Samen & Sämereien

Suchergebnisse für PAUL POTATO (19 Treffer)

19 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();});