Results 1 to 10 of 10

Hybrid View

  1. #1
    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"..

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

  3. #3
    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');

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

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

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

    Default Re: HEADING_TITLE's is missing

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

    Thanks for your help btw..:)

  7. #7
    Join Date
    Apr 2007
    Posts
    5
    Plugin Contributions
    0

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

 

 

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