WebSite X5Help Center

5 ODPOWIEDZI
Andreas S.
Andreas S.
Moderator
Najlepszy Użytkownik miesiąca DE

Hast du einen Code bekommen von Amazon Payments? Diesen könntest du einfügen. Ansonsten ist es nicht möglich. 

 

Man Kann aber eine Idee oder Anregung erstellen für zukünftige Versionen die so etwas enthält! 

Czytaj więcej
Posted on the from Andreas S.
Volkan E.
Volkan E.
User
Autor

ich habe es noch nicht abgeschlossen, allerdings gibts es codes die man testen kann ja 

<head> // your head section here <script type='text/javascript'> window.onAmazonLoginReady = function() { amazon.Login.setClientId('YOUR_CLIENT_ID_HERE'); }; </script> <script type='text/javascript' src='https://static-eu.payments-amazon.com/OffAmazonPayments/de/sandbox/lpa/js/Widgets.js'></script> // your head section here </head> <div id="AmazonPayButton"></div> <script type="text/javascript"> var authRequest; OffAmazonPayments.Button("AmazonPayButton""YOUR_SELLER_ID_HERE", { type: "PwA", authorization: function() { loginOptions = { scope: "ENTER_SCOPES", ENTER_POPUP_PARAMETER}; authRequest = amazon.Login.authorize (loginOptions, "YOUR_REDIRECT_URL_HERE"); }, onError: function(error) { // your error handling code } }); </script> </div>

oder

<head> // your head section here <script type='text/javascript'> window.onAmazonLoginReady = function() { amazon.Login.setClientId('YOUR_CLIENT_ID_HERE'); }; </script> <script type='text/javascript' src='https://static-eu.payments-amazon.com/OffAmazonPayments/de/sandbox/lpa/js/Widgets.js'></script> // your head section here </head> <div id="AmazonPayButton"></div> <script type="text/javascript"> var authRequest; OffAmazonPayments.Button("AmazonPayButton""YOUR_SELLER_ID_HERE", { type: "LwA", authorization: function() { loginOptions = { scope: "ENTER_SCOPES", ENTER_POPUP_PARAMETER}; authRequest = amazon.Login.authorize (loginOptions, "YOUR_REDIRECT_URL_HERE"); }, onError: function(error) { // your error handling code } }); </script> </div>

wenn ich die aber im benutzerdefinierten Bereich einfüge passiert garnichts. Oder mache ich da etwas falsch?

Czytaj więcej
Posted on the from Volkan E.
Andreas S.
Andreas S.
Moderator
Najlepszy Użytkownik miesiąca DE

Ich kann es derzeit nicht testen, aber vorne sollte es erst ab <script .... beginnen und hinten das </div> löschen !

Czytaj więcej
Posted on the from Andreas S.
Volkan E.
Volkan E.
User
Autor

danke für die info geht allerding auch dann nicht.

Czytaj więcej
Posted on the from Volkan E.
Der Zwoemti
Der Zwoemti
Moderator

Das hier ist das ungeeigneteste Forum um sich mit Codefragen zu beschäftigen.

<<<<<<<

Czytaj więcej
Posted on the from Der Zwoemti