Darn it! I was sure that I tested and included code to handle that case ... but it's definitely not working. I'll post here when I've got a fix.
Darn it! I was sure that I tested and included code to handle that case ... but it's definitely not working. I'll post here when I've got a fix.
You got a %#$% of lot further than most - this is something that's been requested for a while but no one has buckled down and figured out. We just appreciate all your hard work :)
Thanks for the kind words. I've submitted v1.4.1 of the plugin for review; I'm guessing that it will be available this weekend. This version corrects the item-count reset (turns out changing the item-count also reset the sort-order; that's fixed, too). Three additional override files are added to the "mix":
and the pagecount value was modified to be a GET variable instead of a POST variable (that's mostly where all the changes came from).Code:/includes/init_includes/overrides/init_canonical.php /includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_listing_display_order.php
v1.4.1 is now available in the Plugins area ...
Hi Lat9,
Thank you so much for this fantastic plug in! I have installed an earlier version of this plugin and now wish to update to this latest version. Is it a case of:
1. Run the sql file included with the new install files
2. Upload all the new files, over writing any already there. Over write or merge the core file (depending on whether I have already modified it for another purpose)
Or do I need to run the uninstall sql file first and then the sql file from the update?
Would appreciate any help you can give.
Many thanks
Last edited by OLCS; 25 Sep 2012 at 07:31 PM. Reason: typo
OLCS, first step is always to make a full backup of your database and files ... s**t happens!
If your previous version was 1.3.0 or later then you don't need to re-run the SQL install file. Otherwise, make a note of any changes you've made to your Configuration->Product Pagination, re-run the SQL patch and then make sure that your Configuration->Product Pagination settings are what you want. Note that the new fields default to false (i.e. no page drop-down, no item-count drop-down).
The readme.html file identifies each of the files added/modified by the plugin. Unless you are positive that only this plugin has changed a particular file currently used by your store (whether core file or template-override file), you should use a file-comparison tool like WinMerge to ensure that you are not losing function by simply copying/overwriting your existing files.
Many thanks for your advice Lat9, very much appreciated, and thanks for all your hard work with this plugin.