Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    May 2008
    Location
    Seattle, WA
    Posts
    29
    Plugin Contributions
    0

    Default What is wrong with my side menu??!

    I have no idea why it now says BOX-INFORMATION-SIZE-CHART.

    How do I change this menu? I know it should be fairly simple, but I am a total newbie and just fumbling my way around... I looked and couldn't find the a way to do it.

    Thanks in advance.

    www.acmebabyco.com

  2. #2
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: What is wrong with my side menu??!

    I have no idea why it now says BOX-INFORMATION-SIZE-CHART.

    Just a guess, but....
    Look at your index.php file - check to see if you find this as a label in there.

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: What is wrong with my side menu??!

    If you look at your index page source, you'll see that it's there because that's what you (or someone) coded there.

    If you go to Admin - Tools - Developers Tool Kit and search for box_information_size_chart you'll find all the files that contain that string.
    If it's been defined, you can change the definition in one of those files.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: What is wrong with my side menu??!

    Is that constant really:
    BOX-INFORMATION-SIZE-CHART

    You may wish to read up on them as constants are defined as:
    The name of a constant follows the same rules as any label in PHP. A valid constant name starts with a letter or underscore, followed by any number of letters, numbers, or underscores. As a regular expression, it would be expressed thusly: [a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*
    You appear to have hyphens vs underscores and that deviates from the rules ...

    More info on constants at:
    http://us2.php.net/constants
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: What is wrong with my side menu??!

    No, her post was wrong - it's underscores.

  6. #6
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: What is wrong with my side menu??!

    It looks like you’re trying to add a menu item to the Information sidebox. Is that correct? The label you gave your menu item is
    BOX_INFORMATION_SIZE-CHART
    which is not being defined. As for it looking like it’s part of your main page, I think it’s just bleeding into the main page because the label is so long, but I could be wrong.


    How did you attempt to do this additional menu item? What steps have you done? Where have you put the text: BOX_INFORMATION_SIZE-CHART?


    It seems you were able to add the “About Us” page. You may have missed some steps when adding the Size Chart page.
    Steve
    Zen cart version: 1.3.9h

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

    Default Re: What is wrong with my side menu??!

    This FAQ article talks about that same situation, and might be worth a read:
    https://www.zen-cart.com/tutorials/index.php?article=95
    Zen-Venom Get Bitten

  8. #8
    Join Date
    May 2008
    Location
    Seattle, WA
    Posts
    29
    Plugin Contributions
    0

    Default Re: What is wrong with my side menu??!

    Quote Originally Posted by charmedbytina2 View Post
    Just a guess, but....
    Look at your index.php file - check to see if you find this as a label in there.
    Nope - didn't find this label in the index.php file.

    Yes - I mean tot type underscores, not hyphens. :)

    Still can't find it - maybe I will work on labels, or trying to figure out how to change the text on the front page.

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

    Default Re: What is wrong with my side menu??!

    BOX_INFORMATION_SIZE_CHART is a title that you have added somewhere and most lkely to your english.php file or you have followed some other 3rd party module install instructions - None the less it is displaying the constant value du to some error in it's definition.
    Zen-Venom Get Bitten

  10. #10
    Join Date
    May 2008
    Location
    Seattle, WA
    Posts
    29
    Plugin Contributions
    0

    Default Re: What is wrong with my side menu??!

    The problem is I can't find the file. I have looked (twice) in about 3 files that say english.php and still can't find it. ???!!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. What's wrong with iframes?
    By brushwoodnursery in forum General Questions
    Replies: 2
    Last Post: 8 Nov 2008, 06:12 PM
  2. What is wrong with my code?
    By mikenandrea in forum General Questions
    Replies: 4
    Last Post: 9 Jan 2008, 01:46 AM
  3. AH! What's Wrong With My Page?
    By khopek in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 21 Aug 2006, 08:09 PM
  4. What is wrong with my site?????
    By blumpie in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 17 Aug 2006, 07:57 PM

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