Results 1 to 3 of 3

Threaded View

  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

 

 

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