Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change max product per page


Orjan

Recommended Posts

Posted

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

Posted

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:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...