tehteh Posted July 6, 2016 Share Posted July 6, 2016 (edited) Hello,from version 1.6 Prestashop shows only last 5 orders/clients/messages wehen click (even if there is more than 5) on the icon of backoffice notifications. I geuss it was made because of long loding time but it was useful for me. Is there any way to change it to show all the notifications or at least first one and the last one (not only last 5)? Thank you for your help! Edited July 11, 2016 by tehteh (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted July 10, 2016 Share Posted July 10, 2016 It's the getLastElementsIdsByType function in classes/Notifications.php that gets the last 5 notifications. You'll see the LIMIT 5 on each of the queries. I suggest that you override that function and increase the number 5. 1 Link to comment Share on other sites More sharing options...
tehteh Posted July 11, 2016 Author Share Posted July 11, 2016 It worked - thank you! 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