Originally Posted by
craftzombie
Since I have no clue how to go about doing what you suggested, I decided to be sneaky and I did this instead:
1. Made a copy of tpl_modules_product_listing.php and renamed it tpl_modules_product_listing2.php
2. changed tpl_best_sellers_default.php to show tpl_modules_product_listing2.php
3. removed productsListingTopNumber and productsListingListingTopLinks from tpl_modules_product_listing2.php and replaced them by manually adding links to
main_page=best_sellers
main_page=best_sellers&page=2
So now I am only showing them 30 of the bestsellers, even though the file is actually bringing up over 1200. Unfortunately, by doing it this way you cannot tell which page you are on unless you look at the web address in the top of your browser. But with only 2 pages, I don't think thats a big deal.
Its enough to make me shut up about this and move on to something else!
Thanks for all of your help.