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:
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?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"');
Thanks-




