Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    59
    Plugin Contributions
    0

    Default How can I also duplicate the "Displaying 1-15 (of 27)" etc. at the bottom too?

    I would like to duplicate the displaying listing number and page forward links at the top and the bottom of a listing page.

    That way when someone scrolls to the bottom displayed listings they can select the page forward or back buttons without scrolling back to the top.

    I am currently looking at the product_listing.php file and not sure of this is the code:
    Code:
    $show_submit = zen_run_normal();
    $listing_split = new splitPageResults($listing_sql, MAX_DISPLAY_PRODUCTS_LISTING, 'p.products_id', 'page');
    $zco_notifier->notify('NOTIFY_MODULE_PRODUCT_LISTING_RESULTCOUNT', $listing_split->number_of_rows);
    $how_many = 0;
    
    $list_box_contents[0] = array('params' => 'class="productListing-rowheading"');
    Is this the correct code that displays that information- see attached- and can it be duplicated at the bottom of the file so it is displayed twice?

    Thanks-
    Attached Images Attached Images  
    btolly

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: How can I also duplicate the "Displaying 1-15 (of 27)" etc. at the bottom too?

    Just turn on the switch:

    Admin->Configuration->Product Listing->Prev/Next Split Page Navigation (1-top, 2-bottom, 3-both)

    Prev/Next Split Page Navigation (1-top, 2-bottom, 3-both)
    Sets the location of the Prev/Next Split Page Navigation
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    May 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: How can I also duplicate the "Displaying 1-15 (of 27)" etc. at the bottom too?



    THANKS!
    btolly

 

 

Similar Threads

  1. Replies: 3
    Last Post: 15 Feb 2013, 03:17 PM
  2. Possible to set the "also bought" and "specials" to nofollow?
    By shrimp-gumbo-mmmhhh in forum General Questions
    Replies: 2
    Last Post: 10 May 2010, 01:40 PM
  3. how to move "contact us", "about us" etc to the bottom of page?
    By zc-newbie in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Jul 2007, 07:20 AM
  4. Reset the "Also purchased" module in "product info"
    By Char3 in forum General Questions
    Replies: 6
    Last Post: 8 Jul 2007, 04:42 PM
  5. Replies: 5
    Last Post: 15 Apr 2007, 10:08 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