WebSite X5Help Center

5 ANSWERS
Andreas S.
Andreas S.
Moderator
Best User of the month 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! 

Read more
Posted on the from Andreas S.
Volkan E.
Volkan E.
User
Author

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?

Read more
Posted on the from Volkan E.
Andreas S.
Andreas S.
Moderator
Best User of the month DE

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

Read more
Posted on the from Andreas S.
Volkan E.
Volkan E.
User
Author

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

Read more
Posted on the from Volkan E.
Der Zwoemti
Der Zwoemti
Moderator

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

<<<<<<<

Read more
Posted on the from Der Zwoemti