Warenkorb

var css = document.createElement('style'); css.type = 'text/css'; var styles = `#smart.widget.paypal-smart-button .paypalSmartButtons div { min-width: auto !important; max-width: 180px !important; } .max-width-button > div > .widget-code { max-width: 100%; } .max-width-button-container { width: 100%; }`; if (css.styleSheet) css.styleSheet.cssText = styles; else css.appendChild(document.createTextNode(styles)); document.getElementsByTagName("head")[0].appendChild(css);




if(!document.getElementById('paypal-smart-payment-script')) { var script = document.createElement("script"); script.type = "module"; script.id = "paypal-smart-payment-script"; script.src = "https://s3-eu-central-1.amazonaws.com/plentymarkets-public-92/o6higyy4w02u/plugin/835/paypal/js/smartPaymentScript.min.js"; script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw"); script.setAttribute("data-currency", "EUR"); script.setAttribute("data-merchant-id", "UJQNZ8SHG9ZNQ"); script.setAttribute("data-append-trailing-slash", ""); script.setAttribute("data-locale", "de_DE"); document.body.appendChild(script); }
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') { document.addEventListener('payPalScriptInitialized', () => { renderPayPalButtons( '1562045511', 'paypal', 'pay', 'rect' , 'gold' ) }); } else { renderPayPalButtons( '1562045511', 'paypal', 'pay', 'rect' , 'gold' ) }