Passend dazu:
Schutzhülle für Vollkasetten-, Halbkasetten- und Gelenkarmmarkise (2)
19,90 € *
* inkl. ges. MwSt.
zzgl.
Versandkosten
Eclipse
Adapter Nothandkurbel
Artikelnummer 60982
12,90 EUR
*
Inhalt
1 Stück
* inkl. ges. MwSt. zzgl. Versandkosten
Produkt vergriffen, befindet sich im Zulauf, Vorbestellung möglich
$(document).ready(function () {
$('[data-toggle="tooltip"]').tooltip();
});
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.plentyone.com/t8d6ebrty3oo/plugin/155/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "T87WDQ26XDPMS");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 1);
script.setAttribute("applePayComponent", 1);
script.setAttribute("logToken", "8995eee554c901dc9d12be9dec01f10f");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.com/t8d6ebrty3oo/plugin/155/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "T87WDQ26XDPMS");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 1);
script.setAttribute("applePayComponent", 1);
script.setAttribute("logToken", "8995eee554c901dc9d12be9dec01f10f");
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6aa16750e1377', 'paylater', 'paypal', 'rect', 'white');
});
} else {
renderPayPalButtons('6aa16750e1377', 'paylater', 'paypal', 'rect', 'white');
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6aa16750e1377', 'paypal', 'checkout', 'rect', 'white');
});
} else {
renderPayPalButtons('6aa16750e1377', 'paypal', 'checkout', 'rect', 'white');
}
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.plentyone.com/t8d6ebrty3oo/plugin/155/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-merchant-id", "T87WDQ26XDPMS");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
Adapter Nothandkurbel
Adapter zum befestigen einer Nothandkurbel für Röhrenmotor DM45RM-50/12
Sollte einmal ein Stromausfall vorliegen, kann die Markise, die Jalousie oder entsprechend das was mit dem Motor bewegt wird, geöffnet oder geschlossen werden.
Nur die Nothandkurbel in die Öse hängen und kurbeln.
Warum Sie bei uns kaufen sollten

Hersteller:
Four & More GmbH
Walter-Wezel-Str. 8
74889 Sinsheim-Hilsbach
Deutschland
Email: info@four-more.de
Telefon: +49(0)7260/849577
EU-Verantwortlicher:
Four & More GmbH
Walter-Wezel-Str. 8
74889 Sinsheim-Hilsbach
Deutschland
Email: info@four-more.de
Zubehör
Schutzhülle für Vollkasetten-, Halbkasetten- und Gelenkarmmarkise (2)
19,90 € *
* inkl. ges. MwSt.
zzgl.
Versandkosten
$(document).ready(function () {
var $crossdirect = $(".crossellingtop");
var $originalParent = $crossdirect.parent();
var $originalNextSibling = $crossdirect.next();
function verschiebeCrossdirect() {
var istMobil = window.matchMedia("(max-width: 768px)").matches;
var $widgetFeedback = $(".widget-feedback");
if (istMobil) {
// Nur verschieben, wenn es nicht bereits dort ist
if (!$crossdirect.prev().is(".widget-feedback")) {
$crossdirect.insertAfter($widgetFeedback);
}
} else {
// Zurückverschieben, wenn noch nicht am Ursprungsort
if (!$crossdirect.parent().is($originalParent)) {
if ($originalNextSibling.length) {
$crossdirect.insertBefore($originalNextSibling);
} else {
$originalParent.append($crossdirect);
}
}
}
}
// Initial ausführen
verschiebeCrossdirect();
// Bei Fenstergrößenänderung ausführen
$(window).on("resize", verschiebeCrossdirect);
});

