Design WC-Sitz Bambus Holz Farbe Honig
Design WC-Sitz Bambus Holz Farbe Honig
74.99 €
inkl. MwSt.
Gewöhnlich versandfertig in 1–3 Werktagen
- oder nutzen Sie unsere Express Kasse -
if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentymarkets.com/99wr15d283p3/plugin/251/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-merchant-id", "6QMR9QXZYR2X2");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons(
'838219471',
'paypal',
'buynow',
'rect' ,
'gold'
)
});
} else {
renderPayPalButtons(
'838219471',
'paypal',
'buynow',
'rect' ,
'gold'
)
}
Inhalt
(function () {
const modal = document.getElementById("zlUniversalModal");
const frame = document.getElementById("zlUniversalFrame");
const title = document.getElementById("zlUniversalTitle");
if (!modal || !frame || !title) return;
// Iframe beim Öffnen setzen
$(modal).on("show.bs.modal", function (event) {
const btn = event.relatedTarget;
const url = btn && btn.getAttribute("data-url");
const t = btn && btn.getAttribute("data-title");
title.textContent = t || "Inhalt";
if (!url) {
frame.src = "about:blank";
return;
}
const sep = url.includes("?") ? "&" : "?";
frame.src = url + sep + "ts=" + Date.now();
});
// Beim Schließen leeren
$(modal).on("hidden.bs.modal", function () {
frame.src = "about:blank";
});
// Toast bauen/zeigen (funktioniert mehrfach hintereinander)
function showAccessoryToast(text) {
const content = modal.querySelector(".modal-content");
if (!content) return;
let toast = document.getElementById("zlAccessoryToast");
if (!toast) {
content.style.position = "relative";
toast = document.createElement("div");
toast.id = "zlAccessoryToast";
toast.className = "zl-accessory-toast";
content.appendChild(toast);
}
toast.textContent = text || "Artikel zum Warenkorb hinzugefügt";
if (toast._hideTimer) clearTimeout(toast._hideTimer);
toast.classList.remove("is-visible");
toast.style.display = "block";
void toast.offsetWidth; // Animation neu triggern
toast.classList.add("is-visible");
toast._hideTimer = setTimeout(() => {
toast.classList.remove("is-visible");
setTimeout(() => { toast.style.display = "none"; }, 250);
}, 1400);
}
// Nachrichten aus dem Iframe empfangen
window.addEventListener("message", function (ev) {
const data = ev ? ev.data : null;
if (data === "zlCloseAccessoryModal") {
$('#zlUniversalModal').modal('hide');
return;
}
if (
data === "zlAccessoryAdded" ||
(data && typeof data === "object" && data.type === "zlAccessoryAdded")
) {
showAccessoryToast("Artikel zum Warenkorb hinzugefügt");
}
});
})();
Produktbeschreibung
Verantwortliche Stelle in der EU
Ein Wirtschaftsakteur mit Sitz in der EU, der sicherstellt, dass das Produkt alle erforderlichen Vorschriften einhält.
banjado GmbH
Meißner Str 87
01689 Niederau
Deutschland
shop@banjado.com
+4935130708080
Kundenrezensionen
()
5
4
3
2
1
Rezensionen werden geladen...
Wirklich löschen?
Rezension löschen
$( window ).scroll( function ( event ) {
var st = $( this ).scrollTop();
if (st > 100) {
$('.widget-review-cyt-badge').fadeOut(500);
} else {
$('.widget-review-cyt-badge').fadeIn(500);
}
} );