Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Posts
    38
    Plugin Contributions
    0

    Default Lost the foward & back arrows

    In my product listing page I lost the page listing at the top and bottom that allows people to go forward or back a page number.

    Update: Never mind just figured out what it was and have it working now.

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Lost the foward & back arrows

    Just curious for fellow Zenners who read this thread with the same problem what was the FIX??

  3. #3
    Join Date
    Mar 2009
    Posts
    38
    Plugin Contributions
    0

    Default Re: Lost the foward & back arrows

    The issue was, the template I was working on didn't have the following code in /templates/tpl_module_product_listing.php file.

    The code is
    Code:
    <?php
        } // show top submit
    ?>
    
    <?php if ( ($listing_split->number_of_rows > 0) && ( (PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3') ) ) {
    ?>
    <div id="productsListingTopNumber" class="navSplitPagesResult back"><?php echo $listing_split->display_count(TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?></div>
    <div id="productsListingListingTopLinks" class="navSplitPagesLinks forward"><?php echo TEXT_RESULT_PAGE . ' ' . $listing_split->display_links(MAX_DISPLAY_PAGE_LINKS, zen_get_all_get_params(array('page', 'info', 'x', 'y', 'main_page'))); ?></div>
    <br class="clearBoth" />
    <?php
    }
    ?>
    When I added the code to the location I wanted the next and prev pages, my problem was fixed.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Lost the foward & back arrows

    Awe, those nasty revisions, ty for posting the fix...

 

 

Similar Threads

  1. Help lost all my products & catagorys in the admin
    By lilryansd in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 14 Apr 2011, 04:09 AM
  2. Arrows showing to the right of category
    By tico in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 2 Jul 2010, 03:58 PM
  3. Removing the arrows
    By Mistique in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 30 Sep 2008, 05:56 PM
  4. MySQL databasa back - totally lost
    By anotherhzencartuser in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 26 Sep 2006, 04:51 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