Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2009
    Posts
    24
    Plugin Contributions
    0

    Default Changing the box header links in the left column

    Hi

    I'm wanting to change the link text under the headers in the left column, but I want different link text for different sections.

    For example, the line:

    Code:
    define('BOX_HEADING_LINKS', '  [more]');
    defines the link under the headers, provided there is content in that section. However I want the shopping cart link to read "View cart". So, I created the line:

    Code:
    define('BOX_HEADING_CART_LINK','View Cart');
    in the english.php file but I don't know how to implement this, as I cannot find reference to "BOX_HEADING_LINKS" in any file to be able to change it to "BOX_HEADING_CART_LINK" which i created. Can anyone help?

    Thanks

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: Changing the box header links in the left column

    There's a very handy tool in your admin panel
    Admin > Tools > Developers Tool Kit

    Enter BOX_HEADING_LINKS in the bottom left box, select All Files - Catalog in the next box and click search - you'll get a list of all files (with line numbers) where that search phrase appears
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  3. #3
    Join Date
    Jan 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Changing the box header links in the left column

    Thank you! I'll give that a try.

  4. #4
    Join Date
    Feb 2009
    Location
    Laguna Niguel, CA
    Posts
    2
    Plugin Contributions
    0

    Default Re: Changing the box header links in the left column

    I had the same wish. I'm building my first ZC based store: http://icky.com/store and found the developers tool kit tip very useful (thanks).

    You can make the change from [more] to [view cart] or whatever in the file: store/includes/languages/english.php

    Hope this helps...

    (I'm diggin' the Zen!)

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

    Default Re: Changing the box header links in the left column

    You can always change
    PHP Code:
    define('BOX_HEADING_LINKS''  [more]'); 
    to
    PHP Code:
    define('BOX_HEADING_LINKS'''); 
    and edit the individual box titles to have the wording you want.

 

 

Similar Threads

  1. changing the text placement of the side box header
    By willie bee in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Oct 2011, 07:01 AM
  2. changing the text color of the header links
    By vfrazier in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 Oct 2008, 01:26 AM
  3. Changing Extra Information Page links in left column
    By kvnmcwebn in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Feb 2008, 01:58 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