Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

One little change -> a great difference


Guest

Recommended Posts

Posted

this maybe done before but anyway I am posting it...

 

it happens that when you erase all manufactures (as well as other items) in the admin interface it returns with an error when trying to display the page.

 

In the file split_page_results.php if the line

 

if(%offset<0) $offset=0;

 

is added before

 

$sql_query .= " limit " . $offset . ", " . $max_rows_per_page;

 

this malfunction is solved.

Posted

sorry, I made a typo

 

it is

 

if($offset<0) $offset=0;

 

 

instead of

 

if(%offset<0) $offset=0;

 

obvious but anyway....

Archived

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

×
×
  • Create New...