Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2007
    Posts
    2
    Plugin Contributions
    0

    Default Breadcrumb Title question

    Hi People,

    I'm integrating Zencart into an existing site and it's actually going very well. I do have one slight issue though, and I wonder if anyone can shed a little light on it?

    Due to the integration with the main site, I already have a 'home page' link in the left navigational column. I've turned the 'home' breadcrumb off on the Zen Cart index page, but would like to keep it deeper within the site structure for navigational purposes. However I feel it's a little confusing to have 2 'home' links so close to each other. You'll see what I mean here.

    Is it possible for me to rename the home breadcrumb something like 'storefront' and if so could someone point me in the right direction?

    Many thanks,

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Breadcrumb Title question

    Look in /includes/languages/english/YOUR_TEMPLATE/header.php for the line I highlighted in red

    Code:
    // header text in includes/header.php
      define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
      define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
      define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
      define('HEADER_TITLE_CHECKOUT', 'Checkout');
      define('HEADER_TITLE_TOP', 'Top');
      define('HEADER_TITLE_CATALOG', 'Home');
      define('HEADER_TITLE_LOGOFF', 'Log Out');
      define('HEADER_TITLE_LOGIN', 'Log In');
    If you change that 'Home' to 'storefront', that should do it.

    Alternately, you could change the link to your site's home page to say something like "Site Home" instead of "Home Page".

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

    Default Re: Breadcrumb Title question

    Nice port of your current site....

    You might look at creating ezpages in the cart for your other pages, change the defines_main_page.php to include the movie panel etc etc and then you would not require the other html site pages at all and be able to manage this all from one interface.

    Can also change the shop width to 90-95% to match in the stylesheet.css file mainWrapper tag

  4. #4
    Join Date
    Mar 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Breadcrumb Title question

    Nice one Afo!
    Many many thanks, you got it in one :)

    I had considered changing the primary navigation's 'home page' title but partly because the store isn't fully operational from an online payments point of view, I wanted to make sure that the heirarchy remained clearly intact with the store being a sub section of the main site. I also hate not being able to discover how to do anything, even if it means asking this illustrious forum for help ;)

    To Kobra,
    thanks for your kind comment!
    I'm a bit pressed for time currently but will certainly investigate the possiblity of using ezpages as you suggest. My slight reservation is that Zen uses a single (un nested) table for part of the layout and the Web Standards pedant in me would rather use pure CSS. Probably a bit daft if I'm honest because it all validates perfectly well.

    Thanks again!

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Breadcrumb Title question

    Glad I could help.

 

 

Similar Threads

  1. Disable Title in breadcrumb?
    By maxell6230 in forum General Questions
    Replies: 2
    Last Post: 16 Sep 2010, 02:37 PM
  2. Remove Product Title from Breadcrumb
    By gems14k in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 16 Sep 2009, 02:18 AM
  3. Replies: 15
    Last Post: 29 Jan 2009, 05:18 PM
  4. Breadcrumb question
    By earmsby in forum Basic Configuration
    Replies: 1
    Last Post: 3 Mar 2008, 06:16 PM
  5. V 1.3.5 - Product Listing Title/Breadcrumb
    By Pixxi in forum Bug Reports
    Replies: 4
    Last Post: 16 Sep 2006, 03:36 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