Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2006
    Location
    Niagara Falls, Ontario
    Posts
    5
    Plugin Contributions
    0

    Previous - Full List - Next navigation

    Hello All -- I may be blind but I haven't been able to find any information with regards to editing the category navigation that appears on a product detail page.

    To see what I'm talking about, please visit this link and click 'more info' for any product to view the details for that product:
    http://www.drgrantmullen.com/media_centre/catalog/

    At the top of the page there are three navigation buttons; Previous, Full List and Next. My client has requested that the 'Full List' link be removed.

    Any suggestions as to where I should look?

    Thanks for your help!
    MonteQ

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Previous - Full List - Next navigation

    You will have to comment our that particular button from the template for the module. tpl_next_previous.php

    Be sure to put your changed copy in the overrides.

  3. #3
    Join Date
    Apr 2006
    Location
    Niagara Falls, Ontario
    Posts
    5
    Plugin Contributions
    0

    Default Re: Previous - Full List - Next navigation

    Beautiful! Thanks for your quick reply :) I don't know how I missed that.

    The name of the template file that I edited is called -- tpl_products_next_previous.php.
    MonteQ

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Previous - Full List - Next navigation

    Yes, that is the correct file. Seems my fingers were not awake when I answered. :)

  5. #5
    Join Date
    Apr 2008
    Location
    Montreal
    Posts
    34
    Plugin Contributions
    0

    Default Re: Previous - Full List - Next navigation

    Hi, i followed the above and found the file, but i can't find where to
    change the text in those buttons.

    For example, replacing "Return to Product List" for "List" ?

    Any help

  6. #6
    Join Date
    May 2005
    Location
    Leicester, UK
    Posts
    91
    Plugin Contributions
    0

    Default Re: Previous - Full List - Next navigation

    Hi,
    In the admin look for tools/Developers toolkit. Enter the text you are looking for in the bottom search box & make sure that you select Catalog. This should show you were this text is stored - possibly includes/languages/your template/english.php ?

    Cheers,
    Eddie

  7. #7
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Re: Previous - Full List - Next navigation

    I'm trying to edit this so that I only have "previous" as a link. Can someone help me with which bits I need to comment out exactly?

    PHP Code:
    <div class="navNextPrevWrapper centeredContent">
    <?php
    // only display when more than 1
      
    if ($products_found_count 1) {
    ?>
    <p class="navNextPrevCounter"><?php echo (PREV_NEXT_PRODUCT); ?><?php echo ($position+"/" $counter); ?></p>
    <div class="navNextPrevList"><a href="<?php echo zen_href_link(zen_get_info_page($previous), "cPath=$cPath&products_id=$previous"); ?>"><?php echo $previous_image $previous_button?></a></div>

    <div class="navNextPrevList"><a href="<?php echo zen_href_link(FILENAME_DEFAULT"cPath=$cPath"); ?>"><?php echo zen_image_button(BUTTON_IMAGE_RETURN_TO_PROD_LISTBUTTON_RETURN_TO_PROD_LIST_ALT); ?></a></div>

    <div class="navNextPrevList"><a href="<?php echo zen_href_link(zen_get_info_page($next_item), "cPath=$cPath&products_id=$next_item"); ?>"><?php echo  $next_item_button $next_item_image?></a></div>
    <?php
      
    }
    ?>
    </div>

  8. #8
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Re: Previous - Full List - Next navigation

    I forgot to say please and thanks!

 

 

Similar Threads

  1. Previous / Next navigation links
    By vito in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Sep 2010, 04:13 PM
  2. Next/Previous Split Navigation
    By ru812 in forum General Questions
    Replies: 0
    Last Post: 15 Aug 2008, 02:04 PM
  3. Remove Previous/Next Navigation?
    By Rydel in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 1 Jul 2007, 05:13 AM
  4. Previous/Next Navigation Buttons
    By garciax4 in forum Basic Configuration
    Replies: 9
    Last Post: 19 May 2006, 03:30 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