Jump to content

(Solved) Which .tpl file to change wording "Pay with PayPal"


Recommended Posts

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 time
pb4sc

Link to comment
Share on other sites

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

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

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

  • 1 month later...

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...