Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default catagory thread (displaying it for customer to see)

    hello
    I'm fairly happy with my template and set out, but have seen a catagory thread list which I would love on mine.
    (its similar to the one you see in this forum... at top)...
    ie/ ZenCart Support > Customising the look of your shop > Page layout changes > 'you are here'

    I have a catagory sidebar with catagories and subcatagories..... but would like a visual thread to be seen in top of 'live' page.....

    Q: How can this be added?

    Thanks for any thoughts knowledge
    Stephenn

  2. #2
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: catagory thread (displaying it for customer to see)

    Its called Breadcrumbs and built into Zen-cart . Admin / Configuration / Layout settings Define Breadcrumb Status. = 1 or 2
    Various Zen cart sites !

  3. #3
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: catagory thread (displaying it for customer to see)

    Thanks for reply.... wondered what breadcrumbs was. However it doesnot seem to have any effect on my web....

    .... I was hoping it was set to OFF and swithing it ON would therfore provide what was desired.... but on going to admin, I discovered it was already set to ON... but, as mentioned, doesnt show on any pages... have played with the setting a little but doesnt effect (that I can see) the webpage... and still no show of the 'thread listing'.

    Thanks for info... sounded an incredibly easy 'learn' and therefore an easy fix... but not to be, it sems.

    Kind Regards
    Stephenn

  4. #4
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: catagory thread (displaying it for customer to see)

    Hmm .. check in your templates folder /common/tpl_main_page.php that :-
    Code:
    Line #96 : <!-- bof breadcrumb -->
    
    Line #97 : <?php if (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page) ) { ?>
    
    Line #98 : <div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
    
    Line #100 : <!-- eof breadcrumb -->
    Does exist there.
    Various Zen cart sites !

  5. #5
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: catagory thread (displaying it for customer to see)

    had a look and the code is indeed there ( it doesnt have any line numbers, but the flow of code is copy perfect).

    ... shame really! that sounded another excellent logic, thanks.

  6. #6
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: catagory thread (displaying it for customer to see)

    ok .. what about if you bring up your product page , and 'view source' then in the generated html look for something like :

    HTML Code:
    <!-- bof  breadcrumb -->
                                    <div id="navBreadCrumb">  <a href="http://www.affixit.co.uk/">Home</a>&nbsp;::&nbsp;Craft
    </div>
     <!-- eof breadcrumb -->
    just to see if its actually reaching the page but jsut not showing for some reason.
    Various Zen cart sites !

  7. #7
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: catagory thread (displaying it for customer to see)

    yep seems to be there on 'view source'

    Code:
    </div></td>
        <td valign="top">
    <!-- bof  breadcrumb -->
        <!--<div id="navBreadCrumb"></div>-->
    <!-- eof breadcrumb -->
    
    
    <!-- bof upload alerts -->
    <!-- eof upload alerts -->
    
    <div class="centerColumn" id="indexProductList">
    
    <h1 id="productListHeading">Bargain Section</h1>
    page has three columns and this is first of the centre (main column)..... the heading is visible and I am expecting to see the thread appearing just above it.... as it seems to read here!...

    .... but no thread shows on page... yet!

  8. #8
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: catagory thread (displaying it for customer to see)

    It looks commented out in your source !

    <!-- and --> around it .
    Various Zen cart sites !

  9. #9
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: catagory thread (displaying it for customer to see)

    ok. I see that now.....

    have gone back to the 'main page' and taken the <!-- and --> away from the middle section.... it surrounded the <div id codehere </div> section:

    Code:
    <td valign="top">
    <!-- bof  breadcrumb -->
    <?php #if (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page) ) { ?>
        <div id="navBreadCrumb"><?php #echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
    <?php #} ?>
    <!-- eof breadcrumb -->
    At first i took it off the ''bof breadcrumb'' and ''eof breadcrumb''... but on the newly edited page it showed the words: ''bof breadcrumb'' and below it ''eof breadcrumb'' Proving it sits in the correct area of the page i was expecting BUT:

    BUT: the thread still does not appear

    the new view source looks like this:

    Code:
    </div></td>
    <td valign="top">
    <!-- bof  breadcrumb -->
        <div id="navBreadCrumb"></div>
    <!-- eof breadcrumb -->
    
    <!-- bof upload alerts -->
    <!-- eof upload alerts -->
    
    <div class="centerColumn" id="indexProductList">
    
    <h1 id="productListHeading">Bargain Section</h1>
    perhaps narrowing it down a little, thanks for pointers

  10. #10
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: catagory thread (displaying it for customer to see)

    which would suggest tha the function that is used to create the breadcrumb is not running..
    is this a new site , or new template , was it installed from scratch .. just seems odd that the breadcrumb commented out.

    If it is a new template , try switching back to classic see if the breadcrumbs appear.

    After that I have probably exhuasted all i know . Maybe I would suggest doing a file compare with an original 1.3.8 zip file from zen using beyond compare or simmilar and spot the file differences / code differences. thats a long job !
    Various Zen cart sites !

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Sub catagory links displaying on product pages
    By TheCupertinoDandy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Feb 2012, 01:11 PM
  2. OLD Super Orders 2.0 (See v3.0 thread instead)
    By BlindSide in forum All Other Contributions/Addons
    Replies: 2019
    Last Post: 17 Jan 2012, 05:43 AM
  3. Displaying a catagory in a EZ-Page
    By MrRogue in forum General Questions
    Replies: 0
    Last Post: 10 Jan 2010, 07:47 AM
  4. Catagory to Customer login question
    By Skaf in forum Managing Customers and Orders
    Replies: 2
    Last Post: 19 Sep 2008, 07:05 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