Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing the text for "Flat Rate"

Changing the text for "Flat Rate"

Views: 600

Results 1 to 4 of 4
19 Jan 2012, 5:04 AM
#1
juukyuu avatar

juukyuu

New Zenner

Join Date:
Jan 2012
Posts:
23
Plugin Contributions:
0

Changing the text for "Flat Rate"

Hello!

I can't seem to change the text from "Flat Rate" to "Priority Mail" for some reasons. I have looked into two of the following files:

  • **includes/languages/english/modules/shipping/flat.php
  • includes/modules/shipping/flat.php**

No matter what, the text remains the same even though it has been altered. Is there another file I'm missing?

19 Jan 2012, 7:14 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: Changing the text for "Flat Rate"

**includes/languages/english/modules/shipping

**Line #22 : define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Flat Rate');

Change to this:
Line #22 : define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Priority Mail');

19 Jan 2012, 8:13 AM
#3
juukyuu avatar

juukyuu

New Zenner

Join Date:
Jan 2012
Posts:
23
Plugin Contributions:
0

Re: Changing the text for "Flat Rate"

Thank you! :)

20 Jan 2012, 4:49 AM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: Changing the text for "Flat Rate"

You are most welcome glad I could assist you ..:smile: