Anyone know how to change the number of products from 10 to ALL displayed on a category page? This doesn't seem to be on the Min-Max value admin pages, and I can't find the template.
Thanks.
This is a discussion on How to change # of products on Category page within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Anyone know how to change the number of products from 10 to ALL displayed on a category page? This doesn't ...
Anyone know how to change the number of products from 10 to ALL displayed on a category page? This doesn't seem to be on the Min-Max value admin pages, and I can't find the template.
Thanks.
I assume it involve an edit here (as found in index_products.tpl.php), but I cannot find the file this points to:
<?php if (PRODUCT_LIST_TYPE == 0) {
include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING);
} else {
include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING_COL);
}
?>
Nevermind - found it. It is the number to display in search results, max value in admin, default was 10.
Cheers.
Bookmarks