Jump to content

Paypal module show image in english on shop in spanish


Recommended Posts

In first, sorry for my english.

 

In our shop www.todomueblesonline.com we have installed paypal module.

 

On products page paypal module show an image, in spanish this is the url:

 

https://www.paypal.com/es_ES/i/btn/btn_xpressCheckout.gif.

 

Today we show the correct image, but paypal module don't know that have to show this image. Before we make some changes in product.js file, the url shown was this:

 

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

 

Seems that paypal module can not show properly the image on products page, but the other pages are correctly shown.

 

We have solved the problem temporally adding this code on product.js file:

 

// ------------

 

$(document).ready(function() {

 

// .............

 

$("#payment_paypal_expres_checkout").prop("src", "https://www.paypal.com/es_ES/i/btn/btn_xpressCheckout.gif");

 

// .............

 

});

 

// -----------

 

Someone have a better solution?

Is this a bug of paypal module?

 

In this case, how talk with paypal develpers for solve this problem?

 

Best regards.

Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...