Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Editing words under Payment Method

Editing words under Payment Method

Locked

Views: 1,103

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
18 Jun 2009, 9:53 PM
#1
mw4kids avatar

mw4kids

Zen Follower

Join Date:
Oct 2008
Posts:
403
Plugin Contributions:
0

Editing words under Payment Method

Hi,

I recently upgraded to 1.3.8 and lost some edits that I'm trying to fix. Anyway, under 'Payment Method' it used to read

**Payment Method
You will be directed to PayPal once you confirm your order. Sign up is easy and secure. **
Currently it reads:

**MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_LOGO **

Under Developers tool kit, it shows i should make the edit in file:

includes/languages/english/modules/payment/paypal.php
or
includes/modules/payment/paypal.php

But I can't find this phrase in either file.

What's weird is that in my incl/lang/eng/mod/pay/MY_TEMPLATE/paypal.php it reads as I originally had edited when i had zen 1.3.7

any ideas how I can fix this?

Thanks!!

19 Jun 2009, 12:17 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: Editing words under Payment Method

mw4kids:

I recently upgraded to 1.3.8 and lost some edits that I'm trying to fix.> mw4kids:

What's weird is that in my incl/lang/eng/mod/pay/MY_TEMPLATE/paypal.php it reads as I originally had edited when i had zen 1.3.7That's why you're having the problem you described.
There were a number of changes to many of the language files, including the one you mention, between 1.3.7 and 1.3.8.> mw4kids:

any ideas how I can fix this?
Yes. Use the 1.3.8 version of the file instead. And then, if you had customized the old one, you can redo those customizations in the newer file.

19 Jun 2009, 12:43 PM
#3
mw4kids avatar

mw4kids

Zen Follower

Join Date:
Oct 2008
Posts:
403
Plugin Contributions:
0

Re: Editing words under Payment Method

Hi Dr.Byte,

I'm sorry but I just don't understand,

Under the new version path:

includes/module/payment/paypal.php in line 125 &126 i see:

function selection() {
return array('id' => $this->code,
'module' => MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_LOGO,
'icon' => MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_LOGO
);

Under the same path currently on my site now which I've upgraded i get a completely different file that doesn't show coding mentioned above.

When I tried editing MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_LOGO to read what i want said, I get a blank page on my site.

I'm stuck and would really appreciate more specific details on how to make these changes.

thanks so much!

19 Jun 2009, 2:55 PM
#4
mw4kids avatar

mw4kids

Zen Follower

Join Date:
Oct 2008
Posts:
403
Plugin Contributions:
0

Re: Editing words under Payment Method

ok figured it out...just deleted the file under my template. now i'm going to copy over the new paypal.php to my template.