Zen Cart Logo
Forums / Basic Configuration / Product Table Headings not displaying properly

Product Table Headings not displaying properly

Locked

Views: 860

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
14 Oct 2009, 7:08 PM
#1
wudchuk avatar

wudchuk

New Zenner

Join Date:
Oct 2009
Posts:
29
Plugin Contributions:
0

Product Table Headings not displaying properly

I'm using the latest version of zc, Mother_Earth templete.
My Site

My problem is where it says the following...

TABLE_HEADING_IMAGE .... TABLE_HEADING_PRICE

I don't remember doing anything to try to change these, but I must have deleted the'TEXT' somewhere, and now I am unable to track down the spot where the define statements are missing. I have looked through the developer kit, and can't find a missing define statement anywhere.

Suggestions?

14 Oct 2009, 9:46 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Product Table Headings not displaying properly

You probably have a corrupted or improperly edited includes/languages/english/index.php file.

15 Oct 2009, 12:50 AM
#3
wudchuk avatar

wudchuk

New Zenner

Join Date:
Oct 2009
Posts:
29
Plugin Contributions:
0

Re: Product Table Headings not displaying properly

stevesh:

You probably have a corrupted or improperly edited includes/languages/english/index.php file.

Not sure, but I went to where I thought it should be in there and put it in there and voila, it worked perfectly, hopefully it iddn't mess it up, but good for now!

thanks!

15 Oct 2009, 1:23 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Product Table Headings not displaying properly

can't find a missing define statement anywhere...

If you were getting constant names showing instead of the text they were supposed to hold, that means that the entire define was missing; if the text value had been deleted from a define, you would get a blank in place of the text.