Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Posts
    13
    Plugin Contributions
    0

    application error HEADING_TITLE's is missing

    Hi Zenners..

    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.

    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..

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default 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

  3. #3
    Join Date
    Sep 2007
    Posts
    13
    Plugin Contributions
    0

    Default 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"..

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default 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
    Code:
      define('BOX_INFORMATION_SHIPPING', 'Shipping Information');
    Last edited by kobra; 16 Mar 2008 at 07:24 AM.

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: HEADING_TITLE's is missing

    Also should have for each language

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

    And about line22 or so
    Code:
    define('NAVBAR_TITLE', 'Shipping Information');
    
    define('HEADING_TITLE', 'Shipping Information');

  6. #6
    Join Date
    Sep 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: HEADING_TITLE's is missing

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

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default 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....

 

 

Similar Threads

  1. HEADING_TITLE - Can't find missing language define
    By dgent in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 May 2012, 12:47 PM
  2. Moving HEADING_TITLE ?
    By magolines in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 31 Mar 2011, 12:30 AM
  3. Heading_title
    By habsolutely in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 13 Dec 2010, 04:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg