Zen Cart Logo
Forums / General Questions / How to edit: <h2 class="centerBoxHeading"

How to edit: <h2 class="centerBoxHeading"

Views: 471

Results 1 to 4 of 4
30 Sep 2015, 11:26 PM
#1
in2deep avatar

in2deep

Zen Follower

Join Date:
Jul 2011
Posts:
214
Plugin Contributions:
0

How to edit: <h2 class="centerBoxHeading"

Looking for a way to edit the center box heading. It currently says: " NEW PRODUCTS FOR SEPTEMBER" and I would like to edit this text to say coming soon or something.

I looked in the includes/languges/english.php file. On line 486 there is a define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

but editing that had no change. Where am I supposed to be looking?

(zen cart v 1.5.x)

1 Oct 2015, 6:44 AM
#2
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: How to edit: <h2 class="centerBoxHeading"

In2Deep:

Looking for a way to edit the center box heading. It currently says: " NEW PRODUCTS FOR SEPTEMBER" and I would like to edit this text to say coming soon or something.

I looked in the includes/languges/english.php file. On line 486 there is a define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

but editing that had no change. Where am I supposed to be looking?

(zen cart v 1.5.x)

There probably is also a file "english.php" in "includes/languges/YOUR_TEMPLATE/english.php" , try editing that one.

1 Oct 2015, 8:22 AM
#3
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: How to edit: <h2 class="centerBoxHeading"

Also, be sure to clear the browser cache after making such changes, because the value may be still associated wth the current "visit" (session) until a new session is begun. Tryng a different browser sometimes helps with that.

1 Oct 2015, 6:20 PM
#4
in2deep avatar

in2deep

Zen Follower

Join Date:
Jul 2011
Posts:
214
Plugin Contributions:
0

Re: How to edit: <h2 class="centerBoxHeading"

Thanks, that's where it was! <facepalm>

Design75:

There probably is also a file "english.php" in "includes/languges/YOUR_TEMPLATE/english.php" , try editing that one.