Product Pagination

Description
This add-on replaces the previous/next display on your products' information pages and, optionally, replaces the pagination for product-related listings.

Also has support for (optional) drop-down menus through which the customer can choose (a) a specific page of information to view and/or (b) the number of items to display for each non-product_info page.
+ Download Latest

Forum Support Thread

Submit An Updated Version


Github Repository
Zen Cart® Versions v1.5.8, v2.0.0
Original Author lat9
Last Updated by lat9 - 24 Apr 2024
Downloads 4,096

Version History

Product Pagination   -   Version: v3.0.1
This version requires a minimum Zen Cart version of 1.5.8 and supports the built-in responsive_classic and the ZCA Bootstrap (v3.6.5 or later) templates.

Also corrects an admin installation issue introduced in v3.0.0
  + Download
Zen Cart® Versions v1.5.8, v2.0.0
Date Added 24 Apr 2024
Author lat9
File Size 45.4 KB
Encapsulated? No
Downloads 57
 
Product Pagination   -   Version: v2.1.1
This release contains changes associated with the following GitHub issues:

#14: Ensure unique form-name on multi-page listings with no top/bottom submit button.
#26: Correct MySQL error on `account_history` page for zc157 and later.
  + Download
Zen Cart® Versions v1.5.6, v1.5.7
Date Added 28 Mar 2021
Author lat9
File Size 83.9 KB
Encapsulated? No
Downloads 109
 
Product Pagination   -   Version: v2.1.0
This release contains changes for the following GitHub issues:

#15: (Future proofing) Use zc157 files as the core/template change-basis; add check so that the plugin can be removed without additional changes.
#16: Use correct variable name in the plugin's split-page class.
#17: Correct various PHP notices and processing errors in the plugin's observer-class.
#20: Move pagination HTML out of class-file to template.
#24: zc157 interoperability, force the 'split_page_results.php' class to load that second time.

Thanks to @torvista for various corrections.
  + Download
Zen Cart® Versions v1.5.5, v1.5.6, v1.5.7
Date Added 14 Jun 2020
Author lat9
File Size 83.7 KB
Encapsulated? No
Downloads 87
 
Product Pagination   -   Version: v2.0.0
Starting with v2.0.0, the plugin removes support for Zen Cart versions prior to 1.5.5. If you're installing on an earlier version of Zen Cart, please use v1.5.0 of this plugin.

This version reflects a **major** restructuring of the plugin to reduce its footprint on the core- and template-files overridden. Changes include using $_GET variables for the page/pagecount handling and an additional configuration setting that you can use to enable/disable the plugin's next/prev handling for mobile (phone/tablet) devices.
  + Download
Zen Cart® Versions v1.5.5
Date Added 25 Sep 2016
Author lat9
File Size 82.3 KB
Encapsulated? No
Downloads 224
 
Product Pagination   -   Version: v1.5.0
[*] Add classes to each pagination element, making it easier to style the pagination block for responsive templates.
[*] Move the init_canonical.php modification from /includes/init_includes/overrides to /includes/init_includes.
  + Download
Zen Cart® Versions v1.3.9, v1.5.0, v1.5.1, v1.5.2, v1.5.3, v1.5.4
Date Added 26 Mar 2015
Author lat9
File Size 40.7 KB
Encapsulated? No
Downloads 256
 
Product Pagination   -   Version: v1.4.9
Missed a change to the init_canonical.php file, which is overridden by this plugin, from the Zen Cart v1.5.2/v1.5.3 changes.   + Download
Zen Cart® Versions v1.5.0, v1.5.1, v1.5.2, v1.5.3, v1.5.4
Date Added 13 Jul 2014
Author lat9
File Size 40.8 KB
Encapsulated? No
Downloads 225
 
Product Pagination   -   Version: v1.4.8
[*] Verified compatibility with Zen Cart versions 1.5.2 and 1.5.3.
[*] BUGFIX: Item count dropdown should contain "All" if the total items' count is less than the maximum Item Count value.
  + Download
Zen Cart® Versions v1.3.9, v1.5.0, v1.5.1, v1.5.2, v1.5.3
Date Added 30 May 2014
Author lat9
File Size 40.7 KB
Encapsulated? No
Downloads 140
 
Product Pagination   -   Version: v1.4.6
* BUGFIX: Changing item-count or page-count on advanced_search_results pages resulted in main page being displayed.
* BUGFIX: Make sure that the count value is numeric before including DISTINCT in the MySQL count() directive.
  + Download
Zen Cart® Versions v1.3.9, v1.5.0, v1.5.1
Date Added 2 Dec 2012
Author lat9
File Size 43.4 KB
Encapsulated? No
Downloads 532
 
Product Pagination   -   Version: 1.4.5
BUGFIX: If the store had Configuration->Display Multiple Products Qty Box Status and Set Button Location set to anything but 0 (disabled), the pagination count and page dropdowns did not work.   + Download
Zen Cart® Versions v1.3.9, v1.5.0, v1.5.1
Date Added 21 Nov 2012
Author lat9
File Size 38.3 KB
Encapsulated? No
Downloads 103
 
Product Pagination   -   Version: v1.4.4
BUGFIX: Possible divide-by-0 if number of items to be displayed is less than 2nd value in the dropdown count list.   + Download
Zen Cart® Versions v1.3.9, v1.5.0, v1.5.1
Date Added 12 Nov 2012
Author lat9
File Size 34.7 KB
Encapsulated? No
Downloads 81
 
Product Pagination   -   Version: v1.4.3
Changed /includes/classes/split_page_results.php and /includes/functions/extra_functions/products_pagination_functions.php:

* BUGFIX: Links are displayed when zero items are returned.
* BUGFIX: Page-select dropdown is displayed even if only 1 page is active.
* BUGFIX: Item-count dropdown is displayed even if there are fewer items than the minimum to display.
  + Download
Zen Cart® Versions v1.3.9, v1.5.0, v1.5.1
Date Added 20 Oct 2012
Author lat9
File Size 34.6 KB
Encapsulated? No
Downloads 150
 
Product Pagination   -   Version: v1.4.2
Corrected possible divide-by-zero and sort/count reset issues on the advanced_search_result page.   + Download
Zen Cart® Versions v1.3.9, v1.5.0, v1.5.1
Date Added 4 Oct 2012
Author lat9
File Size 34.4 KB
Encapsulated? No
Downloads 114
 
Product Pagination   -   Version: v1.4.1
This version corrects the problem where clicking prev/next or choosing a different sort-order reset the items/page and changing the items/page reset the sort order. It also corrects yet-another HTML validation issue (the last, really!) and a lurking call to htmlentities so that the plugin is really PHP 5.4-ready.   + Download
Zen Cart® Versions v1.3.9, v1.5.0, v1.5.1
Date Added 24 Sep 2012
Author lat9
File Size 34.0 KB
Encapsulated? No
Downloads 119
 
Product Pagination   -   Version: v1.4.0
Updated for Zen Cart v1.5.1 (the split_page_results class was changed); the changed code still works correctly for v1.3.9 and v1.5.0. Also updated the call to htmlentities so that it is PHP 5.4+ safe. Corrected the (hopefully) last HTML validation error.   + Download
Zen Cart® Versions v1.3.9, v1.5.0, v1.5.1
Date Added 21 Sep 2012
Author lat9
File Size 28.6 KB
Encapsulated? No
Downloads 78
 
Product Pagination   -   Version: v1.3.0
This version adds support for (optional) drop-down menus through which the customer can choose (a) a specific page of information to view and/or (b) the number of items to display for each non-product_info page.

The installation SQL files have been updated to add new configuration switches, so if you are upgrading you'll need to make a note of your current settings and run the updated SQL installation file.
  + Download
Zen Cart® Versions
Date Added 2 Sep 2012
Author lat9
File Size 28.4 KB
Encapsulated? No
Downloads 90
 
Product Pagination   -   Version: v1.2.2
Corrected w3schools validation errors in the output generated by this plugin.   + Download
Zen Cart® Versions v1.3.9, v1.5.0
Date Added 16 May 2012
Author lat9
File Size 25.1 KB
Encapsulated? No
Downloads 319
 
Product Pagination   -   Version: 1.2.1
Corrected installation SQL scripts to remove deprecated backquotes around table and column names.   + Download
Zen Cart® Versions v1.5.0
Date Added 20 Mar 2012
Author lat9
File Size 25.3 KB
Encapsulated? No
Downloads 161
 
Product Pagination   -   Version: 1.2.0
This update provides the same pagination look for "other", non-product_info, pages (like the products_all page). There is one core file overwrite, starting with this version. The CSS for the pagination has been consolidated into a single file. Two additional configuration values are added, so the SQL install needs to be re-run on an upgrade.   + Download
Zen Cart® Versions v1.5.0
Date Added 1 Mar 2012
Author lat9
File Size 25.3 KB
Encapsulated? No
Downloads 128
 
Product Pagination   -   Version: v1.1.1
This version adds support for the v1.5.0+ admin_pages, retaining v1.3.9x support.
It also corrects the error in the SQL install, described here: http://www.zen-cart.com/forum/showpost.php?p=993178&postcount=9.
  + Download
Zen Cart® Versions v1.5.0
Date Added 15 Aug 2011
Author lat9
File Size 51.1 KB
Encapsulated? No
Downloads 365
 
Product Pagination   -   Version: v1.0.1
Updated to include a link back to the products' category listing page. A new database field is included to enable/disable this link.   + Download
Zen Cart® Versions v1.3.9
Date Added 14 Apr 2011
Author lat9
File Size 20.5 KB
Encapsulated? No
Downloads 317
 
Product Pagination   -   Version: v1.0.0
This add-on replaces the previous/next display on your products' information pages, resulting in a display similar to http://www.catchmyfame.com/paginator/example.php.   + Download
Zen Cart® Versions v1.3.9
Date Added 30 Nov 2010
Author lat9
File Size 19.9 KB
Encapsulated? No
Downloads 441
 


disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR