Results 1 to 7 of 7
  1. #1
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Remove breadcrumb from define/ EZ pages

    I have a site made up of standard store pages, defined pages and EZ pages (don't ask, it's well complicated!).

    I have breadcrumbs on all pages but need to remove them from the non store pages.
    Basically only show them on product pages.

    I have set breadcrumb status to '2' which removes them from the store home page only - this is fine - now I just need to remove them from the defined and EZ pages.

    Thanks in advance.

  2. #2
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Remove breadcrumb from define/ EZ pages

    Still trying to sort this but one thing I did notice, as I was searching for the answer, is that google has picked this thread up almost instantly!

    Search for "breadcrumb on defined pages +zen cart" .


  3. #3
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Remove breadcrumb from define/ EZ pages

    OK. Sorted it, finally!

    includes/ modules / pages / page / header_php.php

    Comment out line 137:

    // set Page Title for heading, navigation, etc
    define('NAVBAR_TITLE', $var_pageDetails->fields['pages_title']);
    define('HEADING_TITLE', $var_pageDetails->fields['pages_title']);
    // $breadcrumb->add($var_pageDetails->fields['pages_title']); <-- this line

    Hopefully my 2 days of searching can benefit someone else!

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Remove breadcrumb from define/ EZ pages

    Hopefully my 2 days of searching can benefit someone else!
    Great tip/find... thanks for sharing

  5. #5
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Remove breadcrumb from define/ EZ pages

    Depending on how your store is set up you might also need/ want to remove 'Home' from the breadcrumb as well.

    If so ... then try this

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Remove breadcrumb from define/ EZ pages

    Quote Originally Posted by bigbadboy View Post
    Depending on how your store is set up you might also need/ want to remove 'Home' from the breadcrumb as well.
    If so ... then try this
    Already had that one bookmarked but thanks anyway

  7. #7
    Join Date
    Feb 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Remove breadcrumb from define/ EZ pages

    How did you remove them from the defined pages? When I commented out that line in includes/ modules / pages / page / header_php.php it only removes them from my EZ pages.

    Thanks.

 

 

Similar Threads

  1. v139h how to remove breadcrumb from ez-pages and defined pages
    By snk060 in forum General Questions
    Replies: 3
    Last Post: 11 Nov 2013, 04:40 PM
  2. remove <meta description> from ez pages and define pages : help
    By vandiermen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Oct 2010, 12:13 AM
  3. remove padding from "Define Pages" main_page
    By yongkoom in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Mar 2009, 10:07 PM
  4. Remove Home from breadcrumb
    By Scarlet in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 Jan 2009, 09:11 AM
  5. How to remove Prev/Next from Define pages?
    By polarduality in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 16 Oct 2006, 07:05 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