Hi,
I would like to submit an enhancement request for the Amazon Payment button. Currently the button is only displayed in english. However, due to the fact that Amazon Payment can be done in the US, UK and in Germany the Amazon Payment button can also be displayed in the respective language. Right now you can select the country in the payment setup section (Checkout by Amazon Settings). No matter which country you select the following hardcoded URL will be created which is the english Version of the button:
https://payments.amazon.com/gp/cba/button?type=inlineCheckout&size=medium&color=tan&background=white
Now my enhancement request for country selection Germany is very simple. Just hardcode the following when country Germany is selected:
https://payments.amazon.de/gp/cba/button?type=inlineCheckout&size=medium&color=tan&background=white
and the following for the country selection UK:
https://payments.amazon.co.uk/gp/cba/button?type=inlineCheckout&size=medium&color=tan&background=white
Please take a look at that. It should be an easy task to change / adapt the code mentioned above.
Thank you...