RaúlS Posted October 20, 2014 Share Posted October 20, 2014 Dear all, after the migration to prestashop 1.6.x everything was successfully migrated except the orders page in Backoffice. All the tags in my Backoffice work fine except two of them: List of orders Details of orders The functionality of these pages work perfectly, but de css (admin-theme.css) is not loaded correctly and the view is simple. I attach two screenshots(how the page looks like right now and how it should looks like the others backoffice pages). Is there someone who could help me to fix this error? I've been looking for the solution a lot of time.. but it is making me almost crazy, cannot fix it. Thanks in advance. Regards. Raul Link to comment Share on other sites More sharing options...
NemoPS Posted October 20, 2014 Share Posted October 20, 2014 If you are not using any override, try replacing adminOrdersCOntroller with a fresh one from a clean prestashop package. If this doesn't work either, try replacing the admin theme as well Link to comment Share on other sites More sharing options...
RaúlS Posted November 3, 2014 Author Share Posted November 3, 2014 Solved. The problem was I forgot add the following sentence in my AdminOrdersController.php file: $this->bootstrap = true; Thanks a lot for your help guys. Link to comment Share on other sites More sharing options...
Recommended Posts