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".