Knightlite Posted July 6, 2012 Share Posted July 6, 2012 Hi, I am using the PayPal payment gateway as the only payment module, I worry that I may scare off customers who don't have PayPal and don't realize you do not need a PayPal account to use you credit card. The default text reads: "Pay with your PayPal account, credit card (CB, Visa, Mastercard...), or private credit card" It also displays the PayPal logo. Is there a way to change the logo and the text for this module? I searched the module files and this text appears in the file "payment.tpl". But when I make a change to the default text, the change does not appear in the store. Does anyone know how to change the image and the text so that the changes will appear in the store? Any help would be greatly appreciated. Jim Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 6, 2012 Share Posted July 6, 2012 Hi Jim, You can change the text for this module through your Back Office under Tools > Translations > Translation of installed modules. As for the logo, you can swap out the images in your modules/paypal/img folder. However, I would recommend that you keep the existing file names intact to avoid having to make changes throughout the code to refer to the correct image(s). I hope this helps. -Mike 1 Link to comment Share on other sites More sharing options...
Knightlite Posted July 6, 2012 Author Share Posted July 6, 2012 Thank you Mike for the quick response. That did the trick. Thanks for taking the time to help me. :-) Jim Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 6, 2012 Share Posted July 6, 2012 Great, I'm glad I could help! I'll go ahead and mark this thread as solved for you. Happy selling! -MIke Link to comment Share on other sites More sharing options...
matmatoo Posted October 3, 2012 Share Posted October 3, 2012 (edited) And how would you do it if you were editing the files manually? I cannot use translation edit on Prestashop =( -Edit, found Edited October 3, 2012 by matmatoo (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 3, 2012 Share Posted October 3, 2012 Hello matmatoo, did you find the translations for the PayPal module? Link to comment Share on other sites More sharing options...
PS User Posted November 13, 2012 Share Posted November 13, 2012 On 10/3/2012 at 3:18 PM, Benjamin Utterback said: Hello matmatoo, did you find the translations for the PayPal module? I don't think it will work with version 1.5.2? Because this phrase "Pay with your card or your PayPal account" is not in the translation module. Please advice. Thanks. Link to comment Share on other sites More sharing options...
Prestagreedo Posted November 15, 2012 Share Posted November 15, 2012 On 11/13/2012 at 8:04 AM, PS User said: I don't think it will work with version 1.5.2? Because this phrase "Pay with your card or your PayPal account" is not in the translation module. Please advice. Thanks. I have found exactly the same problem, I cannot translate that phrase (I'm using verison 1.4.9.0, with the new prestashop theme) 1 Link to comment Share on other sites More sharing options...
Nazik Posted November 20, 2012 Share Posted November 20, 2012 On 11/15/2012 at 7:43 PM, Prestagreedo said: I have found exactly the same problem, I cannot translate that phrase (I'm using verison 1.4.9.0, with the new prestashop theme) Same problem...same version. Need help. Link to comment Share on other sites More sharing options...
pixelwebmx Posted December 21, 2012 Share Posted December 21, 2012 On 11/13/2012 at 8:04 AM, PS User said: I don't think it will work with version 1.5.2? Because this phrase "Pay with your card or your PayPal account" is not in the translation module. Please advice. Thanks. Just go into modules/paypal look for the translations file. Take care wich iso country code do you use for it. 1 Link to comment Share on other sites More sharing options...
Prestagreedo Posted December 25, 2012 Share Posted December 25, 2012 On 12/21/2012 at 2:44 AM, pixelwebmx said: Just go into modules/paypal look for the translations file. Take care wich iso country code do you use for it. I checked the file, the translation appears correct for the iso code of the country, but obvioulsy it doesn't work. Link to comment Share on other sites More sharing options...
palohrabak Posted December 25, 2012 Share Posted December 25, 2012 (edited) On 12/25/2012 at 10:48 AM, Prestagreedo said: I checked the file, the translation appears correct for the iso code of the country, but obvioulsy it doesn't work. I had the same problem but after a while I discovered that the iso code used in translation is not the same as my iso code. So I changed the requested text in translations file for every iso code and observed which iso code is used for my shop. see http://www.prestashop.com/forums/index.php?/topic/201446-translate-pay-with-card-or-paypal-account/page__view__findpost__p__1022764 Edited December 25, 2012 by palohrabak (see edit history) 1 Link to comment Share on other sites More sharing options...
activex Posted January 8, 2013 Share Posted January 8, 2013 Same problem, won't translate into Norwegian :-/ Link to comment Share on other sites More sharing options...
Gomlers Posted February 2, 2013 Share Posted February 2, 2013 On 1/8/2013 at 1:36 AM, activex said: Same problem, won't translate into Norwegian :-/ Open the /modules/paypal/translations.xml Find: <country iso_code="RE"> Under this line, find: <payment_choice>Pay with your card or your PayPal account</payment_choice> Change this line to: <payment_choice>Betal med ditt kort, eller din paypal-konto</payment_choice> Just remember, to change this for the language RE - for any special reason, this is what works Lykke til! 1 Link to comment Share on other sites More sharing options...
BnB Posted March 14, 2013 Share Posted March 14, 2013 Hi guys, I have a big problem. I also want to change the PayPal text in the payment checkout. I know I have to make changes in modules/paypal/translations.xml. The problem is (I'm using the newest PayPal version and PS version 1.3.5.1) that the files in the module are all set to 644 and not writeable. I also can not change them with Filezilla. Anybody knows how to solve this? Link to comment Share on other sites More sharing options...
Amazzing Posted August 31, 2013 Share Posted August 31, 2013 Try this http://www.prestashop.com/forums/index.php?/topic/201446-translate-pay-with-card-or-paypal-account/page__view__findpost__p__1359223 Link to comment Share on other sites More sharing options...
trevorgilligan Posted July 20, 2015 Share Posted July 20, 2015 if the files are not writeable, rename to file1.php and upload file.php . i had problem, seems to work, have renamed an iso code such as NL to IE, as im not using NL, workd ok I THINK Link to comment Share on other sites More sharing options...
SnyggaSlipsar Posted December 10, 2016 Share Posted December 10, 2016 This guide worked for me on Prestashop 1.6.1.10 Thanks! Link to comment Share on other sites More sharing options...
lovemyseo Posted July 8, 2017 Share Posted July 8, 2017 On 8/31/2013 at 12:04 AM, Amazzing said: Try this http://www.prestashop.com/forums/index.php?/topic/201446-translate-pay-with-card-or-paypal-account/page__view__findpost__p__1359223 Can you share file with me as I am using custom theme not default theme ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now