Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / HEADING_TITLE's is missing

HEADING_TITLE's is missing

Locked

Views: 2,062

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
14 Mar 2008, 9:08 PM
#1
jazzperson avatar

jazzperson

New Zenner

Join Date:
Sep 2007
Posts:
13
Plugin Contributions:
0

HEADING_TITLE's is missing

Hi Zenners..:cool:

I have a very wired problem (i think). My Zencart shop only shows the HEADING_TITLE's on pages in danish, while they dosen't show on pages in english and i can't figure out why.:huh:

See the problem for you self:

English: http://tinyurl.com/37zd42

Danish: http://tinyurl.com/22yama

I really hope someone has a suggestion - otherwise i'm lost..:no:

14 Mar 2008, 10:31 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: HEADING_TITLE's is missing

I did not see the issue but do you have these:

includes/languages/english.php
includes/languages/danish.php
includes/languages/english/meta_tags.php
includes/languages/danish/meta_tags.php

15 Mar 2008, 2:18 PM
#3
jazzperson avatar

jazzperson

New Zenner

Join Date:
Sep 2007
Posts:
13
Plugin Contributions:
0

Re: HEADING_TITLE's is missing

The issue is, that "Forsendelse & Returnering" shows on the Danish version, which is like it should be, but nothing shows instead on the English version.. I have the same problem, on all other similar "define pages"..:(

16 Mar 2008, 6:19 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: HEADING_TITLE's is missing

I have the same problem, on all other similar "define pages"
You need a set of html_includes for each language

Do you have these?

This should be in the english.php file at about line 140

  define('BOX_INFORMATION_SHIPPING', 'Shipping Information');
16 Mar 2008, 6:28 AM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: HEADING_TITLE's is missing

Also should have for each language

/english/shippinginfo.php
/danish/shippinginfo.php

And about line22 or so

define('NAVBAR_TITLE', 'Shipping Information');

define('HEADING_TITLE', 'Shipping Information'); 
19 Mar 2008, 8:26 PM
#6
jazzperson avatar

jazzperson

New Zenner

Join Date:
Sep 2007
Posts:
13
Plugin Contributions:
0

Re: HEADING_TITLE's is missing

The files mentioned is all in perfect order..:dontgetit I really don't understand why the problem has turned up.. And why only in english - the standart language..:lookaroun

20 Mar 2008, 5:32 AM
#7
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: HEADING_TITLE's is missing

The files mentioned is all in perfect order..
Would not have any issue if this were actually the case....

20 Mar 2008, 12:14 PM
#8
jazzperson avatar

jazzperson

New Zenner

Join Date:
Sep 2007
Posts:
13
Plugin Contributions:
0

Re: HEADING_TITLE's is missing

Got it now! Somehow the additional_customers_fields files in extra_definitions ****** it all up..:blink:

Thanks for your help btw..:)

11 Apr 2009, 2:21 AM
#9
firefish avatar

firefish

New Zenner

Join Date:
Apr 2007
Posts:
5
Plugin Contributions:
0

Re: HEADING_TITLE's is missing

Just want to add to the knowledgebase...

i faced the problem a while ago...
tried for at least ONE hour to solve it...

PROBLEM:
HEADING_TITLE displays wrongly. Eg. under account.php it says About STORE NAME instead of My Account Information...
it is sporadic error which occur in a few pages but not in others...

SOLUTION:
yes, like the previous zenner, i put something inside the extra definitions folder which shouldn't be there
and it sort of messes it up a bit...

LESSON:
always use the template override system religiously! :clap:

23 Dec 2010, 12:42 AM
#10
jackie_taferner avatar

jackie_taferner

Totally Zenned

Join Date:
Jun 2009
Location:
Orange County, California
Posts:
547
Plugin Contributions:
3

Re: HEADING_TITLE's is missing

Hmm, I am having the same problem - tried removing the extra_definitions files, no luck there. Also tried the debug utility and not getting any errors. Any ideas?