Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How To Change The Word PAYPAL Under Payment Method

How To Change The Word PAYPAL Under Payment Method

Views: 860

Results 1 to 4 of 4
4 Mar 2014, 1:21 AM
#1
ricangem avatar

ricangem

Zen Follower

Join Date:
Dec 2010
Posts:
138
Plugin Contributions:
0

How To Change The Word PAYPAL Under Payment Method

Hello, is it possible to change the word PAYPal under Payment Method (Step 3 of 3 - Order Confirmation) to Paypal/Credit Card? Some of my customers are getting confused and think they can only pay with paypal. Thank you to anyone who replies.

4 Mar 2014, 3:35 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: How To Change The Word PAYPAL Under Payment Method

Ya. Edit the /includes/languages/english/modules/payment/paypal.php file and change the first definition accordingly.

4 Mar 2014, 11:59 AM
#3
ricangem avatar

ricangem

Zen Follower

Join Date:
Dec 2010
Posts:
138
Plugin Contributions:
0

Re: How To Change The Word PAYPAL Under Payment Method

Hi DrByte, do you mean here? : define('MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_TITLE', 'PayPal');

Will I need to change it somewhere else as well or only here? Thank you, I appreciate your help.:hug:

4 Mar 2014, 11:29 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: How To Change The Word PAYPAL Under Payment Method

Yes, if you're using PayPal Standard, that's the spot to change it ... 'PayPal' to 'PayPal and whatever else you think you need to say here'

If you're using Express Checkout, then do it in the paypalwpp.php file in the same directory.