UrbanD Posted July 25, 2023 Share Posted July 25, 2023 (edited) Hi all, after updating Prestashop from 8.0.4 to 8.1 with 1-click update, backoffice is still "old". How do I update the look of the backoffice also? Update with 1-click went well. No errors. All good. Except backoffice is still looking as it was before. EDIT: After doing some investigation I noticed that in my test store with new look, this line is included in <head> <link href="https://unpkg.com/@prestashopcorp/edition-reskin@latest/dist/back.min.css" rel="stylesheet" type="text/css"/> This seems to do the job. But where do I put it, in which source file of the store, that still has old look? Any ideas? EDIT 2: After more digging I managed to figure this out. I was missing module called "ps_edition_basic". I copied it from the test store to the live store, activated it and now backend is "new". Edited July 25, 2023 by UrbanD added some additional info (see edit history) 2 Link to comment Share on other sites More sharing options...
UrbanD Posted November 20 Author Share Posted November 20 If anyone else is having problems with occasionally backend being slow it is due to this same module I have mentioned before. This module keeps calling external css file from unpkg.com but the site seems to be having some response problems. https://unpkg.com/@prestashopcorp/[email protected]/dist/back.min.css So all you need to to is download that back.min.css and put it in modules/ps_edition_basic/views/css folder and change the code on line 55 of file ps_edition_basic.php like this: This way the css will be called from this local folder and whoila, no longer response problems from external url. 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