Orjan Posted February 8, 2008 Posted February 8, 2008 Dear OsCommerce geniouses. My client wants maximum five products per product page. Since there is a page:1 at the bottom of my product page I guess there could be a page 2 and 3... etc. I've been searching in admin, split_page_result.php and in product_listing.php but can´t find anything that sets "maximum products per page". Please help me out, im not far from delivering the site to my client. /Örjan
Orjan Posted February 8, 2008 Author Posted February 8, 2008 Sorry, took me some time but I found the answer. If anyone is interested I did following : In the split_page_result.php I changed following line: $this->number_of_rows_per_page = $max_rows; to $this->number_of_rows_per_page = 5; But I guess you all new that :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.