Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2007
    Location
    Posadas, Misiones, Argentina
    Posts
    220
    Plugin Contributions
    0

    help question Heading Sideboxes Problem

    Hi there!

    I need change a heading sidebox. I was to: includes/languages/english.phg and change it. But in my store.... I still see the old name.... my question is... żI need change any other file?

    I delete cookies and temporals and still see the old name...

    can you help me please?

    In my store... is the first left sidebox. Old name: Shop by... New Name: Cagegories

    TY

    M.
    Last edited by mipavluk; 17 Nov 2007 at 03:51 PM.
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Heading Sideboxes Problem

    Do you have a file at /includes/languages/redpassion/english.php?

    If so, that will override /includes/languages/english.php.

  3. #3
    Join Date
    Jun 2007
    Location
    Posadas, Misiones, Argentina
    Posts
    220
    Plugin Contributions
    0

    Default Re: Heading Sideboxes Problem

    nop, I don't have a template folder in my language folder

    weird uh?
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Heading Sideboxes Problem

    Actually, you should have a template folder in your languages folder. Any changes you make to english.php should be saved in /includes/languages/redpassion/english.php. That way, your changes will be safe when you upgrade to the next version.

  5. #5
    Join Date
    Jun 2007
    Location
    Posadas, Misiones, Argentina
    Posts
    220
    Plugin Contributions
    0

    Default Re: Heading Sideboxes Problem

    ok, it's done, thank you very much... but my problem with my sidebox heading continue... what I can do?
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Heading Sideboxes Problem

    You can look up all places where "Shop by" occurs, to see if it is defined somewhere else. In Tools > Developers Toolkit, paste Shop by into the lower left box, select all files and search. Better yet, look up BOX_HEADING_CATEGORIES.

    You should find this in /includes/languages/redpassion/english.php (unless you have already changed it properly):
    PHP Code:
    // categories box text in sideboxes/categories.php
      
    define('BOX_HEADING_CATEGORIES''Shop by...'); 
    and you want it to end up as
    PHP Code:
    // categories box text in sideboxes/categories.php
      
    define('BOX_HEADING_CATEGORIES''Categories'); 

  7. #7
    Join Date
    Jun 2007
    Location
    Posadas, Misiones, Argentina
    Posts
    220
    Plugin Contributions
    0

    Default Re: Heading Sideboxes Problem

    Thank you very much!
    I have this mod: dynamic_categories_tree_menu_1.0.zip
    and the file I need change is:
    includes/languages/english/extra_definitions/treemenu.php

    again, thank you very much!
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

 

 

Similar Threads

  1. Sidebox Heading Problem
    By Shane78 in forum General Questions
    Replies: 2
    Last Post: 21 May 2010, 11:28 PM
  2. How to remove the heading (not just title) form Sideboxes?
    By 0101101011 in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 19 Jul 2009, 07:22 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