This add-on currently affects only the product information pages (e.g. main_page=product_info), not the product, featured, specials, or all listings pages.
I will, however, put this feature on the list of future enhancements.
This add-on currently affects only the product information pages (e.g. main_page=product_info), not the product, featured, specials, or all listings pages.
I will, however, put this feature on the list of future enhancements.
I've submitted v1.2.0 of the add-on and it should be available in the Free Software Add Ons shortly. This version adds the pagination format to all multi-page displays (e.g. products_all, account_history). You will have the capability, via admin configuration values, to control which pages have the pagination applied.
Starting with this version, there is a core-file overwrite as part of the add-on but I've also provided an admin "switch" to return the pagination display to "Zen Cart standard".
As you can see on my page:
http://shop.sabbykatdesigns.com/inde...&products_id=2
I am not getting the results as suggested by the readme:
I ran the SQL, then installed the files...Going back to check the file structure for the 4th time whilst I await a reply here.The updated display looks like this.
Thanks. I really want to use this mod!!!
@Parrish416: Thanks for the heads-up; version 1.2.0 is now available in the Free Software Add Ons area.
@sabastina: Something's not installed correctly. When I look at the source of your example page, the product_info.css file that controls the look of the pagination is not being loaded and the PHP files that create the pagination are not being called.
When you installed, what did you rename YOUR_TEMPLATE to? I see that you are using the "classic" template as your current template and you should really create your own override template before you progress further. Otherwise, the files in the "classic" folders could be overwritten on an upgrade.
I've submitted v1.2.1 to the Free Software Add Ons to correct a problem (in more recent versions of mySQL) with back-quotes around the table and column names for the install SQL scripts.
v1.2.2 is now available in the Plugins area. This version corrects HTML validation issues that were present in the previous versions.
Thank you. I do have one problem I need assistance. I had to place an index.html on the root of the website. I had to adjust other zencart files to allow an index.html on the root where it should go to index.php
When I click on a page, like click page 3 of the pagination, it has index.html in the path
http://theplaypages.com/index.html?m...age=3&sort=20a
I need it to be
http://theplaypages.com/index.php?ma...age=3&sort=20a
I have removed the index.html on theplaypages.com for now because this is a live site and can't have the pagination broken.
Can you tell me which file to fix this in?
Why is it pointing to an index.html file anyway...
Thanks for your help in advance,
Karen
Karen, another plugin that you previously installed has modified the function zen_href_link (in /includes/functions/html_output.php) to inject the index.html, perhaps an "SEO"/URL-rewriter?
Not showing correct the greek characters in TITLES for example define('PREVNEXT_TITLE_NEXT_PAGE', 'greek next page name here not showing correctly');
Any advices?