Als Gast bestellen
Express Checkout
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/46gelrxs6k5l/plugin/79/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQf2ajC03_QqyS-MbYLwfIW80yV7_rd-CNavEa72s0pfRnqW-4g42JFJcX9mEcYVCNYCp-9cK5RQmGL2");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOTY1MzU3NWIxYWU1ZWRlYzYyMWUzZWJiMmUxMTEwYzc4ZDYyYzBmNGFmOWM5ZGMwYmU1NzhhMWI0NjEzNDI1NnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTItMDFUMDY6MTM6MzMuNTAxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9IaUVtSW1FelRlaENHcW5Wd3pCNFRqX0lQMTV5RmYxcENJZGR1RTNBMldKbG1FMk9BQ3ZqLVhjS0JQWjRiUGRmQmdQYl9WREdpRE40UERzX0FPQUxFM200RU9BIn19");
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(
'167148119',
'paypal',
'buynow',
'rect' ,
'gold'
)
});
} else {
renderPayPalButtons(
'167148119',
'paypal',
'buynow',
'rect' ,
'gold'
)
}