pb4sc Posted March 16, 2011 Share Posted March 16, 2011 Hi, I have looked around the forums, and think I am close, but cannot find which .tpl file to change. I want to change the wording on the "choose your payment" page. For the PayPal payment choice it says "Pay with PayPal" I would like to change it to "Pay with PayPal or a credit card on PayPal" Can anyone point me in the right direction to make this change.Thanks for your timepb4sc Link to comment Share on other sites More sharing options...
Troy Posted March 16, 2011 Share Posted March 16, 2011 modules/paypal/paypal.tpl Link to comment Share on other sites More sharing options...
pb4sc Posted March 20, 2011 Author Share Posted March 20, 2011 Right on Troy. Thanks for your help, I appreciate it.pb4sc Link to comment Share on other sites More sharing options...
schnappi Posted March 22, 2011 Share Posted March 22, 2011 Can you clarify how you were able to make this change?With the newest version of (PrestaSho 1.4.0.17) there is no paypal.tpl file in the Paypal module root folder. The paypal.tpl file is located in /modules/paypal/standard and even when this file is edited it produces no changes to the "Pay with Paypal" text. Link to comment Share on other sites More sharing options...
pb4sc Posted March 23, 2011 Author Share Posted March 23, 2011 Like Troy said above the file is in modules/paypal All I did was add "Or pay with a credit card. (No PayPal account required)" My coding skills are pretty weak, so I added it to the end of all 3 parts that said "Pay with PayPal". I think you only need to add it to the last one. Be sure to hit save in your editor after you make the changes. I haven't downloaded version 1.4 yet, so I am going off of what I see in 1.3 Hope this helps,pb4sc {l s='Pay with PayPal. Or pay with a credit card.(No PayPal account required)' mod='paypal'} Link to comment Share on other sites More sharing options...
schnappi Posted March 26, 2011 Share Posted March 26, 2011 Thank you for your response. However in the newest version (1.4) all the suggested fixes in this thread do not work. I was able to figure out how to change the text for Google Checkout in version 1.4. You must edit the gcheckout.php file and change this code around line 158$smarty->assign('buttonText', $this->l('Whatever you want to say')); Link to comment Share on other sites More sharing options...
Dave L Posted March 27, 2011 Share Posted March 27, 2011 Why not use Tools>Translations>Module TranslationsI have re-worded many items including in the Paypal module using this. Very useful tool. Link to comment Share on other sites More sharing options...
pb4sc Posted May 22, 2011 Author Share Posted May 22, 2011 Blazer, I found it in version 1.4+. It is in modules/paypal/standard/paypal.tpl. {l s='Pay with PayPal. Or pay with a Credit Card, no PayPal account required.' mod='paypal'} Like I did before, I changed it in all 3 places. Be sure to refresh your page after you make the change.Hope this helps,pb4sc Link to comment Share on other sites More sharing options...
schnappi Posted May 25, 2011 Share Posted May 25, 2011 Blazer, I found it in version 1.4+. It is in modules/paypal/standard/paypal.tpl. {l s='Pay with PayPal. Or pay with a Credit Card, no PayPal account required.' mod='paypal'} Like I did before, I changed it in all 3 places. Be sure to refresh your page after you make the change.Hope this helps,pb4sc Thanks. I will give this a try. 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