JonasH Posted January 24, 2012 Share Posted January 24, 2012 Hey, I want to limit the amount of orders selected when viewing all orders in back-office since it's causing some memory errors when it tries to select every single order in the database. The error only occurs when I don't filter on for example order status so I only want to limit it when having no filtering. Where is the SQL that I can add the limit to? Link to comment Share on other sites More sharing options...
CartExpert.net Posted January 25, 2012 Share Posted January 25, 2012 Hello, The SQL statement is in: 'Classes/AdminTabs.php', function getList($id_lang, $orderBy = NULL, $orderWay = NULL, $start = 0, $limit = NULL) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now