Hi all,
When I set this to either 0 or an empty string, it causes the SQL statement to fail. Looking at the failed statement (and not yet trying to find the corresponding PHP) it looks like it just inserts the value straight into the query string.
I think the code should check the value, and if it's 0 or an empty string, then remove the LIMIT keyword from the query - and show all the products on a single page.



