Ramil Valitov Posted February 15, 2021 Posted February 15, 2021 When I override the template's front end files, everything is fine. The modifications are applied. However, when I tried to change the admin files, I don't see any changes. For example, I want to customize a login page by editing the file ../theme/html/core/admin/system/login.phtml However, the website does not reflect my modifications. I tried to clear the cache, no success.
Solution CoffeeCake Posted February 15, 2021 Solution Posted February 15, 2021 It is not possible to override the template in the Admin CP as of 4.5. Instead, you'd need to explore making changes via plugin or application instead.
Recommended Posts