<Head> Tags In Admin Panel/backend

Hi,

I need to add some code between the tags for the admin panel. I have added it for the storefront by using the gear icons and the code is working, but I cannot see where I need to add the code for it to apply to the admin panel.

I'm starting to think this would be on a separate file and not some setting found on the admin panel?

Many thanks!

Hi,

I need to add some code between the tags for the admin panel. I have added it for the storefront by using the gear icons and the code is working, but I cannot see where I need to add the code for it to apply to the admin panel.

I'm starting to think this would be on a separate file and not some setting found on the admin panel?

Many thanks!

Please refer to the design/backend/templates/index.tpl file

I have added the script in and wrapped it with {literal} and {/literal} but it doesn't work?

It was working on v4.6.2 and stopped working when I updated to v4.8.2

What do you mean by "doesn't work"? Do you see script in the source code of the page? Did you clear cache after the changes were added to the file? Do you use old admin panel module on 4.8.2?

What do you mean by "doesn't work"? Do you see script in the source code of the page? Did you clear cache after the changes were added to the file? Do you use old admin panel module on 4.8.2?

The script doesn't appear in the source code. I have re-added the code, and matched it to how I used to have it and it doesn't appear.

I have deleted the cache using ?cc&ctpl as well as deleting the var/cache folder. And yes, i am using the old admin panel in 4.8.2

The script doesn't appear in the source code. I have re-added the code, and matched it to how I used to have it and it doesn't appear.

I have deleted the cache using ?cc&ctpl as well as deleting the var/cache folder. And yes, i am using the old admin panel in 4.8.2

If you are using old admin panel in version 4.8.x, the design/backend/templates/addons/old_adminpanel/overrides/index.tpl file overrides this file.

And yes, i am using the old admin panel in 4.8.2

In this case change the following file

design/backend/templates/addons/old_adminpanel/overrides/index.tpl

Fantastic! That has fixed the issue, many thanks to both CS-Cart Team and eComLabs (especially for the super-quick responses as this was critical!)