In den Warenkorb
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/u54td98frv86/plugin/8/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AYleraZKBEYgmrmdfMwftyfqF7KYzi8O9-McjlZ0A8x5Kj9XZjB1V8164wEFLpuMCpcXNS8j1CRO5_5S");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODA2NjQ1ODVkNTNhZjM0Y2FhNzk4ZDI4ZTNmZWRjNjYyY2Y2MWEwODEzZTkxZjk3YjE0NTBjNjE1NjI5ZDA5MXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjRUMDA6NDA6MDUuMzIyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1PbmZsLXFKaU0yMmM0UTU4T3lteVcxMERCc1N1UHFuaGJ2S01LM0txdmtJMGlLeThnWHQ3eXVNZnhsZFpGaDduSzVYU1F3dTQ1a0ZnM0E5bU1BVVdna2tKUlJBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AYleraZKBEYgmrmdfMwftyfqF7KYzi8O9-McjlZ0A8x5Kj9XZjB1V8164wEFLpuMCpcXNS8j1CRO5_5S");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODA2NjQ1ODVkNTNhZjM0Y2FhNzk4ZDI4ZTNmZWRjNjYyY2Y2MWEwODEzZTkxZjk3YjE0NTBjNjE1NjI5ZDA5MXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjRUMDA6NDA6MDUuMzIyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1PbmZsLXFKaU0yMmM0UTU4T3lteVcxMERCc1N1UHFuaGJ2S01LM0txdmtJMGlLeThnWHQ3eXVNZnhsZFpGaDduSzVYU1F3dTQ1a0ZnM0E5bU1BVVdna2tKUlJBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('650f93493e0d1', 'card', 'buynow', 'pill', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('650f93493e0d1', 'card', 'buynow', 'pill', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('650f93493e0d1', 'paylater', 'paypal', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('650f93493e0d1', 'paylater', 'paypal', 'pill', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('650f93493e0d1', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('650f93493e0d1', 'paypal', 'buynow', 'rect', 'gold');
});
}