Quote Originally Posted by swguy View Post
Another thing I noticed was that when the "Items per page" selection was made into a dropdown, it seemed to clobber the next/previous links. I think this might be reproduceable on your test site if you set PRODUCT_LISTING_DISPLAY_OPTION to true and look at this page:

http://zcadditions.com/24/index.php?...&keyword=price
Not sure what you mean by clobber - may have to do with below reply


Quote Originally Posted by swguy View Post
Also, the last call to draw_max_ppp in tpl_modules_product_listing.php is not wrapped in a select call as previous ones are. Suspect this is a bug.
I made an additional copy/paste error, my demo has altered code for the purpose of showing both links and drop-down and on the second section for the bottom I did not change the DEMO to actual ADMIN CONFIG

find:
<?php if (PRODUCT_LISTING_DISPLAY_OPTION_DEMO == 'true') { ?>

change to:
<?php if (PRODUCT_LISTING_DISPLAY_OPTION == 'true') { ?>