Page 1 of 1

Generate PayPal Buttons in my own language

PostPosted: December 17th, 2011, 9:04 am
by newmediologo
Hi all..

In the s2Member >PayPal Buttons Generator, the default image for buttons is as follow:

Code: Select all
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" style="width:auto; height:auto; border:0;" alt="PayPal®" />


If I use the complete Code it can be correct in "it_IT" to use the Italian language button set, but if I use the shortcode, the image parameter is indicated just as "default" and is no possible to correct it..

I'd try to edit the sc-paypal-button-in.inc.php file setting the default image to "it_IT" but in the Button Generator nothing is changed..

How to set as default image in the Button Generator the Italian Language Buttons Set..?

Thank You very much..

Re: Generate PayPal Buttons in my own language

PostPosted: December 19th, 2011, 4:47 am
by Cristián Lávaque
You can change the image attribute to the Italian image editing the shortcode. WP Admin -> s2Member -> PayPal Buttons -> Shortcode Attributes -> image

image="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif"

I hope that helps!

Re: Generate PayPal Buttons in my own language

PostPosted: December 19th, 2011, 5:15 am
by newmediologo
Hi.. After wrote the post I see that now the image buttons appears in Italian because changing the default value in sc-paypal-button-in.inc.php it works..

Thank You..

Re: Generate PayPal Buttons in my own language

PostPosted: December 19th, 2011, 6:24 pm
by Cristián Lávaque
Great! Thanks for reporting back. :)